diff -uraN gimp-gap-2.0.1/ChangeLog gimp-gap-2.0.2/ChangeLog --- gimp-gap-2.0.1/ChangeLog 2004-04-30 20:04:26.000000000 +0200 +++ gimp-gap-2.0.2/ChangeLog 2004-05-10 21:25:24.000000000 +0200 @@ -1,31 +1,66 @@ +2004-05-10 Sven Neumann + + * configure.in: only disable the deprecated glib/gdk-pixbuf/gtk+ + APIs when compiling against gtk+-2.2. + + * gap/gap_navigator_dialog.c + * gap/gap_onion_dialog.c + * gap/gap_resi_dialog.c + * gap/gap_wr_color_curve.c + * gap/gap_wr_color_huesat.c + * gap/gap_wr_color_levels.c: don't use deprecated GTK+ calls. + +2004-05-06 Wolfgang Hofer + + - bugfix: static init variables + global_number_in_args global_number_out_args + (and not just in the query procedure) + possibly fixes #141840 (?) + + * gap/gap_name2layer_main.c + * gap/gap_wr_opacity.c + * gap/gap_main.c # updated release datestring + +2004-05-01 Wolfgang Hofer + + - bugfix: MovePath crashed at dialog startup. (#141590) + (this bug came up when linked with gimp-2.0.1 + and did not appear under gimp-2.0.0) + * gap/gap_pview_da.c + * gap/gap_mov_dialog.c + +2004-04-30 Sven Neumann + + * Made 2.0.1 release. + 2004-04-19 Wolfgang Hofer - process pixel region rectangle at once is faster than row by row. (procedure: gap_layer_new_from_buffer) - * gap/gap_layer_copy.c + * gap/gap_layer_copy.c 2004-04-18 Wolfgang Hofer - window to front on attempt to open an already open window using gtk_window_present(GTK_WINDOW(filesel)) - * gap/gap_arr_dialog.c [.h] - * gap/gap_fmac_main.c - * gap/gap_mov_dialog.c - * gap/gap_wr_color_curve.c + * gap/gap_arr_dialog.c [.h] + * gap/gap_fmac_main.c + * gap/gap_mov_dialog.c + * gap/gap_wr_color_curve.c 2004-04-11 Wolfgang Hofer - bugfix p_gap_filename_to_uri - * gap/gap_thumbnail.c + * gap/gap_thumbnail.c 2004-04-10 Wolfgang Hofer - Onionskin CFG: replaced deprecated gtk_object_set_data by g_object_set_data - - new procedure gap_layer_clear_to_color - * gap/gap_onion_dialog.c - * gap/gap_layer_copy.c [.h] + - new procedure gap_layer_clear_to_color + * gap/gap_onion_dialog.c + * gap/gap_layer_copy.c [.h] 2004-04-07 Wolfgang Hofer @@ -35,9 +70,9 @@ Divide, Dodge, Burn, Hard Light, Soft Light, Grain Extract, Grain Merge (suggestion by Sam Jones) - * gap/gap_main.c - * gap/gap_mov_dialog.c [.h] - * gap/gap_mov_render.c + * gap/gap_main.c + * gap/gap_mov_dialog.c [.h] + * gap/gap_mov_render.c 2004-04-10 Sven Neumann diff -uraN gimp-gap-2.0.1/configure gimp-gap-2.0.2/configure --- gimp-gap-2.0.1/configure 2004-04-30 20:59:42.000000000 +0200 +++ gimp-gap-2.0.2/configure 2004-05-10 21:11:34.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for GIMP Animation Package 2.0.1. +# Generated by GNU Autoconf 2.59 for GIMP Animation Package 2.0.2. # # Report bugs to . # @@ -269,8 +269,8 @@ # Identity of this package. PACKAGE_NAME='GIMP Animation Package' PACKAGE_TARNAME='gimp-gap' -PACKAGE_VERSION='2.0.1' -PACKAGE_STRING='GIMP Animation Package 2.0.1' +PACKAGE_VERSION='2.0.2' +PACKAGE_STRING='GIMP Animation Package 2.0.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gimp-gap' ac_unique_file="gap/gap_main.c" @@ -780,7 +780,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 Animation Package 2.0.1 to adapt to many kinds of systems. +\`configure' configures GIMP Animation Package 2.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -842,7 +842,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GIMP Animation Package 2.0.1:";; + short | recursive ) echo "Configuration of GIMP Animation Package 2.0.2:";; esac cat <<\_ACEOF @@ -966,7 +966,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GIMP Animation Package configure 2.0.1 +GIMP Animation Package configure 2.0.2 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -980,7 +980,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GIMP Animation Package $as_me 2.0.1, which was +It was created by GIMP Animation Package $as_me 2.0.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1594,7 +1594,7 @@ # Define the identity of the package. PACKAGE='gimp-gap' - VERSION='2.0.1' + VERSION='2.0.2' # Some tools Automake needs. @@ -1727,7 +1727,7 @@ cat >>confdefs.h <<_ACEOF -#define GAP_MICRO_VERSION 1 +#define GAP_MICRO_VERSION 2 _ACEOF @@ -5591,7 +5591,25 @@ esac fi -CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED" + +#################################################### +# Default to disable deprecated GTK+ stuff for 2.2.x +#################################################### + +echo "$as_me:$LINENO: checking if GTK+ is version 2.3.0 or newer" >&5 +echo $ECHO_N "checking if GTK+ is version 2.3.0 or newer... $ECHO_C" >&6 +if $PKG_CONFIG --atleast-version=2.3.0 gtk+-2.0; then + have_gtk_2_3=yes +else + have_gtk_2_3=no +fi +echo "$as_me:$LINENO: result: $have_gtk_2_3" >&5 +echo "${ECHO_T}$have_gtk_2_3" >&6 + +if test "x$have_gtk_2_3" != "xyes"; then + CPPFLAGS="${CPPFLAGS} -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" +fi + @@ -6001,7 +6019,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by GIMP Animation Package $as_me 2.0.1, which was +This file was extended by GIMP Animation Package $as_me 2.0.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6064,7 +6082,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GIMP Animation Package config.status 2.0.1 +GIMP Animation Package config.status 2.0.2 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff -uraN gimp-gap-2.0.1/configure.in gimp-gap-2.0.2/configure.in --- gimp-gap-2.0.1/configure.in 2004-04-30 20:33:45.000000000 +0200 +++ gimp-gap-2.0.2/configure.in 2004-05-10 21:11:24.000000000 +0200 @@ -4,7 +4,7 @@ m4_define([gap_major_version], [2]) m4_define([gap_minor_version], [0]) -m4_define([gap_micro_version], [1]) +m4_define([gap_micro_version], [2]) m4_define([gap_real_version], [gap_major_version.gap_minor_version.gap_micro_version]) m4_define([gap_version], [gap_real_version]) @@ -132,7 +132,23 @@ fi changequote([,])dnl -CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED" + +#################################################### +# Default to disable deprecated GTK+ stuff for 2.2.x +#################################################### + +AC_MSG_CHECKING([if GTK+ is version 2.3.0 or newer]) +if $PKG_CONFIG --atleast-version=2.3.0 gtk+-2.0; then + have_gtk_2_3=yes +else + have_gtk_2_3=no +fi +AC_MSG_RESULT($have_gtk_2_3) + +if test "x$have_gtk_2_3" != "xyes"; then + CPPFLAGS="${CPPFLAGS} -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" +fi + AC_SUBST(GAPLIBDIR) AC_SUBST(LOCALEDIR) diff -uraN gimp-gap-2.0.1/gap/gap_main.c gimp-gap-2.0.2/gap/gap_main.c --- gimp-gap-2.0.1/gap/gap_main.c 2004-04-30 20:02:50.000000000 +0200 +++ gimp-gap-2.0.2/gap/gap_main.c 2004-05-07 08:52:01.000000000 +0200 @@ -38,7 +38,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -static char *gap_main_version_fmt = "%d.%d.%da; 2004/01/17"; +static char *gap_main_version_fmt = "%d.%d.%d; 2004/05/06"; /* revision history: * gimp 2.1.0a; 2004/04/05 hof: - Move Path added option to keep the original paintmode of the src_layer diff -uraN gimp-gap-2.0.1/gap/gap_mov_dialog.c gimp-gap-2.0.2/gap/gap_mov_dialog.c --- gimp-gap-2.0.1/gap/gap_mov_dialog.c 2004-04-30 20:02:50.000000000 +0200 +++ gimp-gap-2.0.2/gap/gap_mov_dialog.c 2004-05-07 08:52:01.000000000 +0200 @@ -26,6 +26,9 @@ */ /* revision history: + * gimp 2.0.1a; 2004/05/01 hof: proc: mov_dialog init mgp->drawable with temporary image (pvals->tmp_image_id) + * this shows a valid copy of the dest frames at startup + * (from where the move path plug-in was invoked) * gimp 2.1.0a; 2004/04/18 hof: gtk_window_present(GTK_WINDOW(filesel)) on attempt * to open an already open filesel dialog window * gimp 1.3.21d; 2003/10/29 hof: removed deprecated calls to gtk_window_set_policy @@ -795,6 +798,17 @@ , mgp->pheight , GAP_MOV_CHECK_SIZE ); + + /* init drawable for preview rendering + * (at startup this is a copy of the frame from where we were invoked) + */ + if(pvals->tmp_image_id >= 0) + { + mgp->drawable = p_get_flattened_drawable(pvals->tmp_image_id); + } + + + mov_path_prevw_preview_init(mgp); mov_show_path_or_cursor(mgp); @@ -4122,6 +4136,11 @@ " before gap_pview_render_from_image drawable_id:%d\n" , (int)mgp->drawable->drawable_id); image_id = gimp_drawable_get_image(mgp->drawable->drawable_id); + if(gap_debug) printf ("mov_path_prevw_preview_init:" + " after gap_pview_render_from_image drawable_id:%d image_id:%d\n" + , (int)mgp->drawable->drawable_id + , (int)image_id + ); gap_pview_render_from_image(mgp->pv_ptr, image_id); } } @@ -5154,7 +5173,7 @@ if(ignore_inital_cnt > 0) { - if(gap_debug) printf("\n\n === conutdown: %d\n\n", (int)ignore_inital_cnt ); + if(gap_debug) printf("\n\n === countdown: %d\n\n", (int)ignore_inital_cnt ); ignore_inital_cnt--; return; } diff -uraN gimp-gap-2.0.1/gap/gap_name2layer_main.c gimp-gap-2.0.2/gap/gap_name2layer_main.c --- gimp-gap-2.0.1/gap/gap_name2layer_main.c 2003-12-08 16:58:06.000000000 +0100 +++ gimp-gap-2.0.2/gap/gap_name2layer_main.c 2004-05-07 08:52:01.000000000 +0200 @@ -47,16 +47,12 @@ /* Defines */ #define PLUG_IN_NAME "plug_in_name2layer" #define PLUG_IN_PRINT_NAME "Name to Layer" -#define PLUG_IN_VERSION "v1.3.17 (2003/07/29)" +#define PLUG_IN_VERSION "v2.0.2 (2004/05/06)" #define PLUG_IN_IMAGE_TYPES "RGB*, INDEXED*, GRAY*" #define PLUG_IN_AUTHOR "Wolfgang Hofer (hof@gimp.org)" #define PLUG_IN_COPYRIGHT "Wolfgang Hofer" -gint global_number_in_args = 10; -gint global_number_out_args = 0; - - int gap_debug = 0; /* 1 == print debug infos , 0 dont print debug infos */ @@ -108,6 +104,27 @@ run /* run_proc */ }; +static GimpParamDef in_args[] = { + { GIMP_PDB_INT32, "run_mode", "Interactive, non-interactive"}, + { GIMP_PDB_IMAGE, "image", "Input image" }, + { GIMP_PDB_DRAWABLE, "drawable", "Input drawable ()"}, + { GIMP_PDB_INT32, "mode", "0 ... number only, 1 .. filename 2 .. filename with path"}, + { GIMP_PDB_INT32, "fontsize", "fontsize in pixel"}, + { GIMP_PDB_STRING, "font", "fontname "}, + { GIMP_PDB_INT32, "posx", "x offset in pixel"}, + { GIMP_PDB_INT32, "posy", "y offset in pixel"}, + { GIMP_PDB_INT32, "antialias", "0 .. OFF, 1 .. antialias on"}, + { GIMP_PDB_INT32, "create_new_layer", "0 .. render on input drawable, 1 .. create new layer"}, + }; + +static GimpParamDef out_args[] = { + { GIMP_PDB_DRAWABLE, "affected_drawable", "the drawable where the name/number was rendered." } + }; + + +static gint global_number_in_args = G_N_ELEMENTS (in_args); +static gint global_number_out_args = G_N_ELEMENTS(out_args); + /* Functions */ @@ -127,30 +144,10 @@ GIMP_LASTVALDEF_GINT (GIMP_ITER_FALSE, glob_namlvals.create_new_layer, "create_new_layer"), }; - static GimpParamDef in_args[] = { - { GIMP_PDB_INT32, "run_mode", "Interactive, non-interactive"}, - { GIMP_PDB_IMAGE, "image", "Input image" }, - { GIMP_PDB_DRAWABLE, "drawable", "Input drawable ()"}, - { GIMP_PDB_INT32, "mode", "0 ... number only, 1 .. filename 2 .. filename with path"}, - { GIMP_PDB_INT32, "fontsize", "fontsize in pixel"}, - { GIMP_PDB_STRING, "font", "fontname "}, - { GIMP_PDB_INT32, "posx", "x offset in pixel"}, - { GIMP_PDB_INT32, "posy", "y offset in pixel"}, - { GIMP_PDB_INT32, "antialias", "0 .. OFF, 1 .. antialias on"}, - { GIMP_PDB_INT32, "create_new_layer", "0 .. render on input drawable, 1 .. create new layer"}, - }; - - static GimpParamDef out_args[] = { - { GIMP_PDB_DRAWABLE, "affected_drawable", "the drawable where the name/number was rendered." } - }; gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR); - - global_number_in_args = G_N_ELEMENTS (in_args); - global_number_out_args = G_N_ELEMENTS(out_args); - /* registration for last values buffer structure (useful for animated filter apply) */ gimp_lastval_desc_register(PLUG_IN_NAME, &glob_namlvals, @@ -176,7 +173,7 @@ in_args, out_args); -} +} /* end query */ static void run (const gchar *name, /* name of plugin */ diff -uraN gimp-gap-2.0.1/gap/gap_navigator_dialog.c gimp-gap-2.0.2/gap/gap_navigator_dialog.c --- gimp-gap-2.0.1/gap/gap_navigator_dialog.c 2004-03-12 11:30:09.000000000 +0100 +++ gimp-gap-2.0.2/gap/gap_navigator_dialog.c 2004-05-10 21:16:11.000000000 +0200 @@ -3904,8 +3904,8 @@ gtk_range_set_update_policy (GTK_RANGE (vscale), GTK_UPDATE_DELAYED); /* GTK_UPDATE_CONTINUOUS */ gtk_box_pack_start (GTK_BOX (vbox2), vscale, TRUE, TRUE, 0); - gtk_signal_connect (GTK_OBJECT (naviD->dyn_adj), "value_changed", - (GtkSignalFunc) navi_dyn_adj_changed_callback, + g_signal_connect (G_OBJECT (naviD->dyn_adj), "value_changed", + G_CALLBACK (navi_dyn_adj_changed_callback), naviD); gtk_widget_show (vscale); } diff -uraN gimp-gap-2.0.1/gap/gap_onion_dialog.c gimp-gap-2.0.2/gap/gap_onion_dialog.c --- gimp-gap-2.0.1/gap/gap_onion_dialog.c 2003-11-08 19:03:16.000000000 +0100 +++ gimp-gap-2.0.2/gap/gap_onion_dialog.c 2004-05-10 21:21:13.000000000 +0200 @@ -215,7 +215,7 @@ if(gpp == NULL) return; - l_idx = (gint) gtk_object_get_data (GTK_OBJECT (wgt_item), ENC_MENU_ITEM_INDEX_KEY); + l_idx = (gint) g_object_get_data (G_OBJECT (wgt_item), ENC_MENU_ITEM_INDEX_KEY); if(gap_debug) printf("CB: on_oni__optionmenu_select_mode index: %d\n", (int)l_idx); if((l_idx >= MAX_SELECT_MODE_ARRAY_ELEMENTS) || (l_idx < 1)) @@ -1164,59 +1164,59 @@ oni__optionmenu_select_mode_menu = gtk_menu_new (); glade_menuitem = gtk_menu_item_new_with_label (_("Pattern is equal to layername")); gtk_widget_show (glade_menuitem); - gtk_menu_append (GTK_MENU (oni__optionmenu_select_mode_menu), glade_menuitem); - g_signal_connect (G_OBJECT (glade_menuitem), "activate", + gtk_menu_shell_append (GTK_MENU_SHELL (oni__optionmenu_select_mode_menu), glade_menuitem); + g_signal_connect (glade_menuitem, "activate", G_CALLBACK (on_oni__optionmenu_select_mode), - (gpointer)gpp); - gtk_object_set_data (GTK_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)0); + gpp); + g_object_set_data (G_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)0); glade_menuitem = gtk_menu_item_new_with_label (_("Pattern is start of layername")); gtk_widget_show (glade_menuitem); - gtk_menu_append (GTK_MENU (oni__optionmenu_select_mode_menu), glade_menuitem); - g_signal_connect (G_OBJECT (glade_menuitem), "activate", + gtk_menu_shell_append (GTK_MENU_SHELL (oni__optionmenu_select_mode_menu), glade_menuitem); + g_signal_connect (glade_menuitem, "activate", G_CALLBACK (on_oni__optionmenu_select_mode), - (gpointer)gpp); - gtk_object_set_data (GTK_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)1); + gpp); + g_object_set_data (G_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)1); glade_menuitem = gtk_menu_item_new_with_label (_("Pattern is end of layername")); gtk_widget_show (glade_menuitem); - gtk_menu_append (GTK_MENU (oni__optionmenu_select_mode_menu), glade_menuitem); - g_signal_connect (G_OBJECT (glade_menuitem), "activate", + gtk_menu_shell_append (GTK_MENU_SHELL (oni__optionmenu_select_mode_menu), glade_menuitem); + g_signal_connect (glade_menuitem, "activate", G_CALLBACK (on_oni__optionmenu_select_mode), - (gpointer)gpp); - gtk_object_set_data (GTK_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)2); + gpp); + g_object_set_data (G_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)2); glade_menuitem = gtk_menu_item_new_with_label (_("Pattern is a part of layername")); gtk_widget_show (glade_menuitem); - gtk_menu_append (GTK_MENU (oni__optionmenu_select_mode_menu), glade_menuitem); - g_signal_connect (G_OBJECT (glade_menuitem), "activate", + gtk_menu_shell_append (GTK_MENU_SHELL (oni__optionmenu_select_mode_menu), glade_menuitem); + g_signal_connect (glade_menuitem, "activate", G_CALLBACK (on_oni__optionmenu_select_mode), - (gpointer)gpp); - gtk_object_set_data (GTK_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)3); + gpp); + g_object_set_data (G_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)3); glade_menuitem = gtk_menu_item_new_with_label (_("Pattern is a list of layerstack numbers")); gtk_widget_show (glade_menuitem); - gtk_menu_append (GTK_MENU (oni__optionmenu_select_mode_menu), glade_menuitem); - g_signal_connect (G_OBJECT (glade_menuitem), "activate", + gtk_menu_shell_append (GTK_MENU_SHELL (oni__optionmenu_select_mode_menu), glade_menuitem); + g_signal_connect (glade_menuitem, "activate", G_CALLBACK (on_oni__optionmenu_select_mode), - (gpointer)gpp); - gtk_object_set_data (GTK_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)4); + gpp); + g_object_set_data (G_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)4); glade_menuitem = gtk_menu_item_new_with_label (_("Pattern is a list of reverse layerstack numbers")); gtk_widget_show (glade_menuitem); - gtk_menu_append (GTK_MENU (oni__optionmenu_select_mode_menu), glade_menuitem); - g_signal_connect (G_OBJECT (glade_menuitem), "activate", + gtk_menu_shell_append (GTK_MENU_SHELL (oni__optionmenu_select_mode_menu), glade_menuitem); + g_signal_connect (glade_menuitem, "activate", G_CALLBACK (on_oni__optionmenu_select_mode), - (gpointer)gpp); - gtk_object_set_data (GTK_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)5); + gpp); + g_object_set_data (G_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)5); glade_menuitem = gtk_menu_item_new_with_label (_("All visible (ignore pattern)")); gtk_widget_show (glade_menuitem); - gtk_menu_append (GTK_MENU (oni__optionmenu_select_mode_menu), glade_menuitem); - g_signal_connect (G_OBJECT (glade_menuitem), "activate", + gtk_menu_shell_append (GTK_MENU_SHELL (oni__optionmenu_select_mode_menu), glade_menuitem); + g_signal_connect (glade_menuitem, "activate", G_CALLBACK (on_oni__optionmenu_select_mode), - (gpointer)gpp); - gtk_object_set_data (GTK_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)6); + gpp); + g_object_set_data (G_OBJECT (glade_menuitem), ENC_MENU_ITEM_INDEX_KEY, (gpointer)6); gtk_option_menu_set_menu (GTK_OPTION_MENU (oni__optionmenu_select_mode), oni__optionmenu_select_mode_menu); gtk_option_menu_set_history (GTK_OPTION_MENU (oni__optionmenu_select_mode), 6); diff -uraN gimp-gap-2.0.1/gap/gap_pview_da.c gimp-gap-2.0.2/gap/gap_pview_da.c --- gimp-gap-2.0.1/gap/gap_pview_da.c 2004-02-09 11:34:07.000000000 +0100 +++ gimp-gap-2.0.2/gap/gap_pview_da.c 2004-05-07 08:52:01.000000000 +0200 @@ -23,6 +23,7 @@ */ /* revision history: + * version 2.0.1b; 2004/05/01 hof: dont attempt to render negative (invalid) image_id's * version 1.3.26a; 2004/01/30 hof: added gap_pview_drop_repaint_buffers * version 1.3.25a; 2004/01/22 hof: added gap_pview_render_from_pixbuf * version 1.3.24a; 2004/01/17 hof: speed up gap_pview_render_from_buf @@ -261,8 +262,11 @@ if(pv_ptr == NULL) { return FALSE; } if(pv_ptr->da_widget == NULL) { return FALSE; } if(pv_ptr->da_widget->window == NULL) - { - printf("gap_pview_render_from_buf: drawing_area window pointer is NULL, cant render\n"); + { + if(gap_debug) + { + printf("gap_pview_render_from_buf: drawing_area window pointer is NULL, cant render\n"); + } return FALSE; } @@ -503,6 +507,16 @@ GimpPixelRgn pixel_rgn; GimpDrawable *drawable; + if(image_id < 0) + { + if(gap_debug) + { + printf("gap_pview_render_from_image: have no image, cant render image_id:%d\n" + ,(int)image_id + ); + } + return; + } gimp_image_scale(image_id, pv_ptr->pv_width, pv_ptr->pv_height); @@ -705,13 +719,19 @@ if(pv_ptr->da_widget == NULL) { return; } if(pv_ptr->da_widget->window == NULL) { - printf("gap_pview_render_from_pixbuf: drawing_area window pointer is NULL, cant render\n"); + if(gap_debug) + { + printf("gap_pview_render_from_pixbuf: drawing_area window pointer is NULL, cant render\n"); + } return ; } if(src_pixbuf == NULL) { - printf("gap_pview_render_from_pixbuf: src_pixbuf is NULL, cant render\n"); + if(gap_debug) + { + printf("gap_pview_render_from_pixbuf: src_pixbuf is NULL, cant render\n"); + } return ; } @@ -809,7 +829,10 @@ if(src_pixbuf == NULL) { - printf("gap_pview_render_from_pixbuf: src_pixbuf is NULL, cant render\n"); + if(gap_debug) + { + printf("gap_pview_render_from_pixbuf: src_pixbuf is NULL, cant render\n"); + } return ; } else diff -uraN gimp-gap-2.0.1/gap/gap_resi_dialog.c gimp-gap-2.0.2/gap/gap_resi_dialog.c --- gimp-gap-2.0.1/gap/gap_resi_dialog.c 2003-11-08 19:03:16.000000000 +0100 +++ gimp-gap-2.0.2/gap/gap_resi_dialog.c 2004-05-10 21:14:17.000000000 +0200 @@ -605,7 +605,7 @@ main_vbox = gtk_vbox_new (FALSE, 4); gtk_container_set_border_width (GTK_CONTAINER (main_vbox), 4); /* gtk_container_add (GTK_CONTAINER (GTK_DIALOG (res_private->shell)->vbox), main_vbox); - */ + */ gtk_box_pack_start (GTK_BOX (GTK_DIALOG (res_private->shell)->vbox), main_vbox, TRUE, TRUE, 0); /* button hbox */ @@ -613,7 +613,7 @@ gtk_box_set_homogeneous (GTK_BOX (GTK_DIALOG (res_private->shell)->action_area), FALSE); hbbox = gtk_hbutton_box_new (); - gtk_button_box_set_spacing (GTK_BUTTON_BOX (hbbox), 4); + gtk_box_set_spacing (GTK_BOX (hbbox), 4); gtk_box_pack_end (GTK_BOX (GTK_DIALOG (res_private->shell)->action_area), hbbox, FALSE, FALSE, 0); gtk_widget_show (hbbox); diff -uraN gimp-gap-2.0.1/gap/gap_wr_color_curve.c gimp-gap-2.0.2/gap/gap_wr_color_curve.c --- gimp-gap-2.0.1/gap/gap_wr_color_curve.c 2004-04-30 20:02:50.000000000 +0200 +++ gimp-gap-2.0.2/gap/gap_wr_color_curve.c 2004-05-10 21:23:25.000000000 +0200 @@ -790,16 +790,16 @@ filesel = gtk_file_selection_new ( _("Load color curve from file")); wcd->filesel = filesel; - gtk_window_position (GTK_WINDOW (filesel), GTK_WIN_POS_MOUSE); - gtk_signal_connect (GTK_OBJECT (GTK_FILE_SELECTION (filesel)->ok_button), - "clicked", (GtkSignalFunc) p_filesel_ok_callback, - wcd); - gtk_signal_connect (GTK_OBJECT (GTK_FILE_SELECTION (filesel)->cancel_button), - "clicked", (GtkSignalFunc) p_filesel_close_cb, - wcd); - gtk_signal_connect (GTK_OBJECT (filesel), "destroy", - (GtkSignalFunc) p_filesel_close_cb, - wcd); + gtk_window_set_position (GTK_WINDOW (filesel), GTK_WIN_POS_MOUSE); + g_signal_connect (GTK_FILE_SELECTION (filesel)->ok_button, + "clicked", G_CALLBACK (p_filesel_ok_callback), + wcd); + g_signal_connect (GTK_FILE_SELECTION (filesel)->cancel_button, + "clicked", G_CALLBACK (p_filesel_close_cb), + wcd); + g_signal_connect (filesel, "destroy", + G_CALLBACK (p_filesel_close_cb), + wcd); if(wcd->filename) { gtk_file_selection_set_filename (GTK_FILE_SELECTION (filesel), @@ -919,7 +919,7 @@ /* The filename entry */ entry = gtk_entry_new(); - gtk_widget_set_usize(entry, 350, 0); + gtk_widget_set_size_request (entry, 350, 0); gtk_entry_set_text(GTK_ENTRY(entry), ""); gtk_box_pack_start (GTK_BOX (hbox), entry, TRUE, FALSE, 0); g_signal_connect(G_OBJECT(entry), "changed", diff -uraN gimp-gap-2.0.1/gap/gap_wr_color_huesat.c gimp-gap-2.0.2/gap/gap_wr_color_huesat.c --- gimp-gap-2.0.1/gap/gap_wr_color_huesat.c 2004-03-12 11:30:09.000000000 +0100 +++ gimp-gap-2.0.2/gap/gap_wr_color_huesat.c 2004-05-10 21:24:49.000000000 +0200 @@ -630,37 +630,37 @@ /* Hue Mode the radio buttons */ radiobutton1 = gtk_radio_button_new_with_label (vbox1_group, _("Master")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton1)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton1)); gtk_widget_show (radiobutton1); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton1, FALSE, FALSE, 0); radiobutton2 = gtk_radio_button_new_with_label (vbox1_group, _("Red")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton2)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton2)); gtk_widget_show (radiobutton2); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton2, FALSE, FALSE, 0); radiobutton3 = gtk_radio_button_new_with_label (vbox1_group, _("Yellow")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton3)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton3)); gtk_widget_show (radiobutton3); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton3, FALSE, FALSE, 0); radiobutton4 = gtk_radio_button_new_with_label (vbox1_group, _("Green")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton4)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton4)); gtk_widget_show (radiobutton4); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton4, FALSE, FALSE, 0); radiobutton5 = gtk_radio_button_new_with_label (vbox1_group, _("Cyan")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton5)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton5)); gtk_widget_show (radiobutton5); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton5, FALSE, FALSE, 0); radiobutton6 = gtk_radio_button_new_with_label (vbox1_group, _("Blue")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton6)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton6)); gtk_widget_show (radiobutton6); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton6, FALSE, FALSE, 0); radiobutton7 = gtk_radio_button_new_with_label (vbox1_group, _("Magenta")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton7)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton7)); gtk_widget_show (radiobutton7); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton7, FALSE, FALSE, 0); diff -uraN gimp-gap-2.0.1/gap/gap_wr_color_levels.c gimp-gap-2.0.2/gap/gap_wr_color_levels.c --- gimp-gap-2.0.1/gap/gap_wr_color_levels.c 2004-03-12 11:30:09.000000000 +0100 +++ gimp-gap-2.0.2/gap/gap_wr_color_levels.c 2004-05-10 21:24:24.000000000 +0200 @@ -633,27 +633,27 @@ /* Channel the radio buttons */ radiobutton1 = gtk_radio_button_new_with_label (vbox1_group, _("Master")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton1)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton1)); gtk_widget_show (radiobutton1); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton1, FALSE, FALSE, 0); radiobutton2 = gtk_radio_button_new_with_label (vbox1_group, _("Red")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton2)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton2)); gtk_widget_show (radiobutton2); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton2, FALSE, FALSE, 0); radiobutton3 = gtk_radio_button_new_with_label (vbox1_group, _("Green")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton3)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton3)); gtk_widget_show (radiobutton3); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton3, FALSE, FALSE, 0); radiobutton4 = gtk_radio_button_new_with_label (vbox1_group, _("Blue")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton4)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton4)); gtk_widget_show (radiobutton4); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton4, FALSE, FALSE, 0); radiobutton5 = gtk_radio_button_new_with_label (vbox1_group, _("Alpha")); - vbox1_group = gtk_radio_button_group (GTK_RADIO_BUTTON (radiobutton5)); + vbox1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (radiobutton5)); gtk_widget_show (radiobutton5); gtk_box_pack_start (GTK_BOX (vbox1), radiobutton5, FALSE, FALSE, 0); diff -uraN gimp-gap-2.0.1/gap/gap_wr_opacity.c gimp-gap-2.0.2/gap/gap_wr_opacity.c --- gimp-gap-2.0.1/gap/gap_wr_opacity.c 2004-01-25 16:41:49.000000000 +0100 +++ gimp-gap-2.0.2/gap/gap_wr_opacity.c 2004-05-07 08:52:01.000000000 +0200 @@ -44,16 +44,11 @@ /* Defines */ #define PLUG_IN_NAME "plug_in_wr_set_opacity" #define PLUG_IN_PRINT_NAME "Name to Layer" -#define PLUG_IN_VERSION "v1.3.24 (2004/01/15)" +#define PLUG_IN_VERSION "v2.0.2 (2004/05/06)" #define PLUG_IN_IMAGE_TYPES "RGB*, INDEXED*, GRAY*" #define PLUG_IN_AUTHOR "Wolfgang Hofer (hof@gimp.org)" #define PLUG_IN_COPYRIGHT "Wolfgang Hofer" - -gint global_number_in_args = 5; -gint global_number_out_args = 0; - - int gap_debug = 0; /* 1 == print debug infos , 0 dont print debug infos */ @@ -95,6 +90,18 @@ run /* run_proc */ }; +static GimpParamDef in_args[] = { + { GIMP_PDB_INT32, "run_mode", "Interactive, non-interactive"}, + { GIMP_PDB_IMAGE, "image", "Input image" }, + { GIMP_PDB_DRAWABLE, "drawable", "Input drawable ()"}, + { GIMP_PDB_FLOAT, "opacity", "0.0 (full transparent) upto 100.0 (full opaque)"}, + { GIMP_PDB_INT32, "mode", "0..set opacity, 1..ADD opacity to old opacity value, 2..subtract opacity from old opacity value, 3..multiply"}, + }; + + +static gint global_number_in_args = G_N_ELEMENTS (in_args); +static gint global_number_out_args = 0; + /* Functions */ @@ -108,22 +115,10 @@ GIMP_LASTVALDEF_GINT32 (GIMP_ITER_FALSE, glob_vals.mode, "mode"), }; - static GimpParamDef in_args[] = { - { GIMP_PDB_INT32, "run_mode", "Interactive, non-interactive"}, - { GIMP_PDB_IMAGE, "image", "Input image" }, - { GIMP_PDB_DRAWABLE, "drawable", "Input drawable ()"}, - { GIMP_PDB_FLOAT, "opacity", "0.0 (full transparent) upto 100.0 (full opaque)"}, - { GIMP_PDB_INT32, "mode", "0..set opacity, 1..ADD opacity to old opacity value, 2..subtract opacity from old opacity value, 3..multiply"}, - }; - gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR); - - global_number_in_args = G_N_ELEMENTS (in_args); - global_number_out_args = 0; - /* registration for last values buffer structure (useful for animated filter apply) */ gimp_lastval_desc_register(PLUG_IN_NAME, &glob_vals, @@ -149,7 +144,7 @@ in_args, NULL); -} +} /* end query */ static void run (const gchar *name, /* name of plugin */ diff -uraN gimp-gap-2.0.1/po/ChangeLog gimp-gap-2.0.2/po/ChangeLog --- gimp-gap-2.0.1/po/ChangeLog 2004-04-30 20:49:15.000000000 +0200 +++ gimp-gap-2.0.2/po/ChangeLog 2004-05-07 11:04:35.000000000 +0200 @@ -1,3 +1,23 @@ +2004-05-07 Marco Ciampa + + * it.po: Updated italian translation. + +2004-05-02 Gareth Owen + + * en_GB.po: Updated British English translation + +2004-05-02 Vincent van Adrighem + + * nl.po: Translation updated by Tino Meinen. + +2004-05-01 Miloslav Trmac + + * cs.po: Updated Czech translation. + +2004-05-01 Adam Weinberger + + * en_CA.po: Updated Canadian English translation. + 2004-04-30 Sven Neumann * pt_BR.po: updated Brazilian Portuguese translation by Joao diff -uraN gimp-gap-2.0.1/po/az.gmo gimp-gap-2.0.2/po/az.gmo --- gimp-gap-2.0.1/po/az.gmo 2004-04-30 21:01:06.000000000 +0200 +++ gimp-gap-2.0.2/po/az.gmo 2004-05-10 21:26:49.000000000 +0200 @@ -6,7 +6,7 @@ "- 4>DI Z g q } %)!  "  $ (& #'Author:Bitrate:Case sensitiveCenterColorContinueCopyCopyright:CutDate:DefaultDigits:Font BrowserFormatFramerate:Height:Mode:MultiplyName:NoneNormalOpenOptionsPathPlayingReadyResetScreenSelectSelect AllSelect Mode:SettingsSizeStatus:SubtractValueValue:Width:X:Y:Project-Id-Version: gimp-gap.HEAD Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2003-08-23 17:16+0300 Last-Translator: Mətin Əmirov Language-Team: Azerbaijani diff -uraN gimp-gap-2.0.1/po/az.po gimp-gap-2.0.2/po/az.po --- gimp-gap-2.0.1/po/az.po 2004-04-30 21:00:37.000000000 +0200 +++ gimp-gap-2.0.2/po/az.po 2004-05-10 21:26:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gimp-gap.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2003-08-23 17:16+0300\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani \n" @@ -178,7 +178,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -192,7 +192,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -323,7 +323,7 @@ msgstr "" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "" @@ -335,7 +335,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -431,7 +431,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "" @@ -1531,264 +1531,264 @@ msgid "No selected layer in start frame" msgstr "" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Vurulsun" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Ekran" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Mod" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 msgid "Burn" msgstr "" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Çıxılsın" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Rəng" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Qiymət" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Orta" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Yoxdur" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Qurğular" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Kadr sıxlığı:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Əsas" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Qurğular" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1797,27 +1797,27 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1825,7 +1825,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1833,7 +1833,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1842,36 +1842,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Mod:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1883,7 +1883,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1891,42 +1891,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -1938,13 +1938,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -1956,13 +1956,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -1974,7 +1974,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -1984,7 +1984,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -1996,13 +1996,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2014,74 +2014,74 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "" @@ -2095,7 +2095,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "" @@ -2109,13 +2109,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2127,38 +2127,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "En:" @@ -2170,13 +2170,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Hündürlük:" @@ -2189,11 +2189,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2202,8 +2202,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "" @@ -2215,13 +2215,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "" @@ -2233,18 +2233,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2256,13 +2256,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2274,13 +2274,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2292,13 +2292,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2310,13 +2310,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2328,7 +2328,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2336,7 +2336,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2348,13 +2348,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2366,7 +2366,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2378,34 +2378,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "" @@ -2417,7 +2417,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2425,31 +2425,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2461,72 +2461,72 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Yol" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Kadr sıxlığı:" @@ -2541,27 +2541,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2870,62 +2870,62 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "" -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "" @@ -4232,25 +4232,25 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/ca.gmo gimp-gap-2.0.2/po/ca.gmo --- gimp-gap-2.0.1/po/ca.gmo 2004-04-30 21:01:07.000000000 +0200 +++ gimp-gap-2.0.2/po/ca.gmo 2004-05-10 21:26:49.000000000 +0200 @@ -50,7 +50,7 @@ (program=%s)failed to overwrite %s (check permissions ?)failed to write %s (check permissions ?)frames are not extracted, because overwrite of %s was cancelledgenerate MPEG1 (ISO/IEC 11172-2) streamgenerate MPEG2 (ISO/IEC DIS 13818-2) streamvideofile %s not existent or empty Project-Id-Version: gimp-plugins 1.2.2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2002-05-29 23:44+0200 Last-Translator: Softcatalà Language-Team: Catalan diff -uraN gimp-gap-2.0.1/po/ca.po gimp-gap-2.0.2/po/ca.po --- gimp-gap-2.0.1/po/ca.po 2004-04-30 21:00:38.000000000 +0200 +++ gimp-gap-2.0.2/po/ca.po 2004-05-10 21:26:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp-plugins 1.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2002-05-29 23:44+0200\n" "Last-Translator: Softcatalà \n" "Language-Team: Catalan\n" @@ -182,7 +182,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -197,7 +197,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -350,7 +350,7 @@ msgstr "Renumera la seqüència de marcs..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Ressenya:" @@ -362,7 +362,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -460,7 +460,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Anima la visualització prèvia" @@ -1697,204 +1697,204 @@ msgid "No selected layer in start frame" msgstr "No hi ha cap capa seleccionada en el marc d'inici" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Dissol" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiplica" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Pantalla" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Superposa" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Mode:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Ressenya:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Diferència" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Suma" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Resta" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Només enfosqueix" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Només aclareix" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Tinta" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturació" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Color" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Valor" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Mode pinta" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Esquerra Dalt" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Esquerra Baix" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Dreta Dalt" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Dreta Baix" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centre" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Bucle" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Inverteix el bucle" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Una vegada" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Inverteix una vegada" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "PingPong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Cap" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Bucle del marc" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Inverteix el bucle del marc" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Marc una vegada" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Inverteix el marc una vegada" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Marc PingPong" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Sense marc" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Mou el camí" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 #, fuzzy msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Mostra el marc de visualització prèvia amb la capa Src seleccionada al punt " "de control actual" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "" "Genera una visualització prèvia animada com a imatge de reproducció múltiple" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Copia la(es) capa(es) de font mòbils als marcs" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Selecció de font" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Converteix els paràmetres" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 #, fuzzy msgid "" "No source image was selected.\n" @@ -1904,50 +1904,50 @@ "Si us plau, obriu una segona imatge del mateix tipus abans d'obrir Mou el " "camí." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objecte dins dels marcs buits" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objecte dins d'un marc" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Objecte exacte dins dels marcs" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Anima el mode de previsualització" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Redueix la visualització prèvia" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Redueix la mida de la visualització prèvia generada (en %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Velocitat dels marcs:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Velocitat del marc a usar en las visualitzacions prèvies animades en marcs/" "seg" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Copia a la memòria intermèdia del vídeo" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 #, fuzzy msgid "" "Save all single frames of animated preview to video buffer.(configured in " @@ -1957,31 +1957,31 @@ "memòria intermèdia del vídeo\n" "(configurat en gimprc per video-paste-dir i video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Reinicia el punt de control actual als valors per defecte" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Mou el camí de la visualització prèvia animada" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Opcions" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "S'ha produït un error en generar la visualització prèvia animada\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1990,29 +1990,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Carrega els punts del camí del fitxer" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Desa els punts del camí al fitxer" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Punt actual: [ %3d ] de [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2020,7 +2020,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2028,7 +2028,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2037,38 +2037,38 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Font de la imatge/capa:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 #, fuzzy msgid "Source object to insert into destination frames of the specified range" msgstr "Objecte font a inserir en l'abast del marc" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Mode:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Mode pinta" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Mode pas" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 #, fuzzy msgid "How to fetch the next source layer at the next handled frame" msgstr "Com es fa per recollir la següent capa Src en el següent marc manejat" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2080,7 +2080,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2088,44 +2088,44 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Maneja:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "" "Com es fa per col·locar la capa Src a les coordenades del punt de control" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Opacitat:" @@ -2138,13 +2138,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Opacitat:" @@ -2157,13 +2157,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2175,7 +2175,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2185,7 +2185,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Opacitat:" @@ -2198,13 +2198,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Opacitat:" @@ -2217,67 +2217,67 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Mostra el primer punt de control" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 #, fuzzy msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Afegeix un punt de control al final\n" "(el darrer punt està duplicat)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "Insereix un punt de control\n" "(el punt actual està duplicat)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Suprimeix el punt de control actual" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Mostra el punt de control anterior" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Mostra el següent punt de control" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Mostra el primer punt de control" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Mostra el darrer punt de control" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Reinicia el punt de control actual als valors per defecte" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 #, fuzzy msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " @@ -2286,7 +2286,7 @@ "Reinicia tots els punts de control als valors per defecte però no canviïs el " "camí (valors X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 #, fuzzy msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " @@ -2296,17 +2296,17 @@ "camí.\n" "(Maj: fes servir la rotació del punt de control 1 com a desplaçament)" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Suprimeix tots els punts de control" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Carrega els punts de control del fitxer" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Desa els punts de control al fitxer" @@ -2321,7 +2321,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Primer marc manejat" @@ -2336,14 +2336,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Darrer marc manejat" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Pila de capes:" @@ -2355,7 +2355,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2365,34 +2365,34 @@ "El 0 vol dir 'a la part de dalt', p.e., davant" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Força la visibilitat" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "Força la visibilitat per a totes les capes Src copiades" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Adjunta al marc" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "Adjunta totes les capes Src copiades als límits del marc" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Amplada:" @@ -2404,14 +2404,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "Redueix l'amplada de la capa font en percentatge" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Alçada:" @@ -2424,12 +2424,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "Redueix l'alçada de la capa Src en percentatge" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Restringeix la ràtio" @@ -2439,8 +2439,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacitat:" @@ -2452,14 +2452,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "Opacitat de la capa Src en percentatge" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rota:" @@ -2471,19 +2471,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "Rota la capa Src (en graus)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2495,13 +2495,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2513,13 +2513,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2531,13 +2531,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2549,13 +2549,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2567,7 +2567,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2575,7 +2575,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2587,13 +2587,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2605,7 +2605,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2617,34 +2617,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Seleccioneu l'abast dels marcs" @@ -2657,7 +2657,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2665,33 +2665,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "Coordenada X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Coordenada Y" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Marc clau:" @@ -2703,43 +2703,43 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 #, fuzzy msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Fixa el punt de control al número del marc clau\n" "(0 == no hi ha marc clau)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Modifca els marcs" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "Tramat de color posicionat" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Mou el camí" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 #, fuzzy msgid "" "Show path lines and enable pick/drag with left button or move with right " @@ -2749,35 +2749,35 @@ "l'esquerra o mou-les amb el de la dreta " #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Al marc:" @@ -2792,31 +2792,31 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "Marc que s'ha de mostrar quan premeu el botó de previsualització Upd" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "No es pot operar amb el punt de control actual\n" "o els paràmetres del marc clau" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Reinicia els marcs clau" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Mou el camí per revisar el punt de control" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Errors:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3197,67 +3197,67 @@ "\n" "ERROR: si el crideu des d'una imatge sola, necessiteu un marc animat" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Vídeo/Marcs a la imatge..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Rota:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Seleccioneu l'abast dels marcs" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Suprimeix la(es) capa(es)" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Reanomena la(es) capa(es)" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Paràmetres" @@ -4704,27 +4704,27 @@ msgid "Rotate Follow" msgstr "Segueix la rotació" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Vídeo/Marcs SupCapes..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Reinicia el punt de control actual als valors per defecte" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Determina la(es) capa(es) enllaçada(es)" diff -uraN gimp-gap-2.0.1/po/cs.gmo gimp-gap-2.0.2/po/cs.gmo --- gimp-gap-2.0.1/po/cs.gmo 2004-04-30 21:01:07.000000000 +0200 +++ gimp-gap-2.0.2/po/cs.gmo 2004-05-10 21:26:49.000000000 +0200 @@ -1,64 +1,64 @@ -=U3@E#AE@eE"EIEaF4uFkF6G2MG2GfGHHH HI(IEI&YI$I$III!J*JHJfJ"J%JJJ K,K$LKqK KKK K L0LPLoL"L(L,L$M(,MUM(pM)MM)M N&&N9MNN:NNN -N NN!O=2OpOOO!O OOPPF)P'pP)P#PuP\QyQQ,Q QQQ -QQ RR=4RrR&R&R RR S S S +Sb8S -T T T -TTTTU UU(US7USU UU UUVm VMyV<V.W3WBWRWYWkW{WWW WWKW X=&XdX|X XXYXY Y'YBYYYnYYYYYYrYjZ{ZZZZw[[[['[9[\4\ -R\ ]\#k\W\N\ 6] W]x]] ]]]!]#^2^ -9^D^S^W^\^ c^o^(u^^ -^^ -^^^^ __+___"_I`]`m`~`!````+`$)a -NaYaaaaaaaaa5aU+b;bRbc#c*c >cW_cc c"c d=d*Od=zdd&d(d$eCeKe beoeMeeeIfhJffOf -g "g0g?g]Tg3ggh hhiiY.i iii iii:i5jDj6k?kOk(dk8k k kk kkl-ll -ll -l -lmm(m9mNmmm.|mmm m#m$mn6*n -anIln nnjo zoo/o o3o o -p pp/pJp epop-pCpcp^q%}qqqqq-q- r NrXr^r9crrrrr8r:r0+s<\s,sqs98trt)vt tttttt't - -uuu *u 8u<Eu uuuuuu3u 'v 5v ?v Iv -Sv^v}vvwwwww x,x Kx Wx dx nx -{x -xxxxSx8y&Ty{y yy;y -yyyz"z(zz z { -{" {C{"c{{{n{=| Y|z| ||||||@|4}3}"}%!~2G~6z~~ ~ -~#~<~ -/:M -: E fab6L4āǁ:؁ThLpz-x7ބenLԅ!!/C%s=-׆-3Kׇ;#A_[><Sg n x   ҉D%.3./,^(Ee   )7 GQZ c mz - ȍ͍'/ ;[zҎ-t6(Sԏ (C4[xrԐ G Q[sv:Rn - Œ Ғ5ߒKDaDD04CLR VIdF':J]vOЕ $2$W/| ͖ ݖ&O&`!40'A Ygl& Y2U '/mB  -Ś К -ܚ}› ٛ8&X%$Ȝ$"6E ]#~ -ɝԝ **Al# Ҟ ߞ3 7?6w6265O5:ՠOH`>  )I; Ģآ.2) -ŤܤO^E}åޥ  -4DIFQ  ȦFk%'ا p(Ԩ/#$2Wf } MU@I\ dBr$ڪSQAW  " / <Idŭ -٭ 4262i33Ю2273j3&ү> Op %˰)'C^SmDZͱԱ $2Nj q } -f%f Ŵ ̴ٴܴ h|qKB:G}2Ÿ*,#(P?y'+ H?E#Tx| 8"QIt#dxG<B5Ŀ5l0-Kcs$;- +:f!%""#$7&\$%"#+!A)c*+&* #6&Z+(%,&).P%/!-E0eE!HGL T bn*H)<#\+R+.-Z.&=di-y   =9w##$ +<~L  " -&-T jwU^K[ mzfgVW8 '>QkqI6 gCIXo!# $'$L "32 -KVt4@ -AL.^bU+F,r* 70U  .  1;J_ } -!V"v'M 7%T"z4( # --8Uds>f@T08Mok/ <>L0A-.K"z #?>TNnm+]B - x?Z%Zr -(^ h| 3@7KZu>"ai{"9DP - ),.MFF6Q Tag""9GRb!*JfDAAP XLb  M>#6b\.i%>'' 0:5T  A+>SmN  ++9e)#"52h {  $" X,0 * ",DMi,9fn } .(*'#{K?!)H$W*| -B2) 86Lo C HT nz!0|s]8< -G -KV YGfYRc-Q5Cc /h < , _ -Kb -I - -q P) rz p a^ !     )0@UgCw :@,]Vo  -)4 =K ^ kw - - +8D}""!=!_.<\k [m0  +7Pay Wg8EGRRR3   - MV+q"+)J tP&&@E  -2[2k'G8*c#)* 0 c _2! ! !!'!!!c"h""""""""!w######)$*$?G$1$2$*$ %(!%(J%s%%%%'%-%'&&N& V&b&v&%&3&5&"'<'R'.l'''''7'A(EZ(E(7(A)E`)E)!)E*RT*R*F*A+R+a+t++T++.,1,N,g,,1,,.e- -- --_.z. .%.%.a/+g/Z/"//0A0X02a0 00[0 1161E1H1+H2-t2222Z3z3,3#3834464k4 4444a4i4555 55X5+,6=X6K7P7L38888 88888889"939E9L9]9l9H9>9>:?G:?:>:>;?E;?;&;;C< K<'l<<#<<"<7 =7E=}==l=>%>)>.> ?>3K>>>#>> >>?%? 6? -D?bO??bB@@0A ?A MA WAeAhA zAAAABwCFDODTDJ/EPzE9E'F--F'[FAF&F*FGWGL5HH,HHHHHHbIfIjIhA5uD,>sEosq}L,[q');RCg -rSD-y>k yTG.7unw/ oq{&IFTM '!.QrR/ -$eb<lC1;u>nm|(Y"Oi3<!t%869Xj=';:8M9c+`=%l-W29xvzx0K5aGZ#`0BX,f[ %L1,|^O:0!z \.#bVedal6:fV5v ENQckh$`?7  ]Y=B8*Y-JzVP5KhAH 8U*6j4$<|Q_2<^]/C@w+WULR:a"1@?m4x~ e9TD dP &*+F 36O"}i p^r(gocWS;\-*3+gZ -'0 ) ~In3B7?yS]f&J~1w\Hj &{(tN(iJ/IPpFk{[$}44E GbA !s.p2)NXv Um)7KM#%@=d"_2 -HtZ#_ +A$],4E#E@E"FI)FasF4Fk +G6vG2G2GfHzH(I@I \IhIII&I$I$J*JIJ!hJJJJ"J% K/KOKlKK$KK KL0L NL oLLLL"L(M,:M$gM(MM(M)M#N)BNlN&N9NN:OAOEO +IO TO^O!pO=OOOP!!P CPQPnPwPFP'P)P#"QuFQQQQ,Q R*R=R +SR^R mR{R=RR&R& S 0SQS cS oS }S SbS +T U U + U+U3UJUbU uUUUSUSU ?VIV RV_VdVmkVMV<'W.dWWWWWWWWX XXK,X xX=XXX XXYYtY zYYYYYYYZZ7ZrWZZZZZ [[[[\'\9D\~\\ +\ \#\W\NG] ] ]]] ^^/^!L^#n^^ +^^^^^ ^^(^^ +__ +_#_5_M_ e_r__`4`"P`Is````!`a6aTa+]a$a +aaaaaaab,bFb5\bUb;bR$cwccc cWcd :d"Hd kd=xd*d=de&;e(beeee eeMeAfUfIgfhfgO.g +~g ggg]g3hMh1i JiWiniiYi ii j !j-jMj:ajjjkkk(k8k -l :lDl Wlall-m1m +8mCm +Vm +amlmmmmmm.mnn !n#-n$Qnvn6n +nIn o+oo oo/o &p30p dpqp xpppp pp-pCqcaqq%q +r r8rIr-Yr-r rrr9rss +ss#s8)s:bs0s<s, tq8t9tt)t uu+u0u9u@u'Tu +|uuu u u<u uvv%vEH:YTL>-7'_eLU!/Ć%=-X-KX;A[">~ԉ   )A SDa.,ߋ( E5{e ow   ȍҍۍ  + " . ;IN'd/܎4Sqt(,SU C[rU ȑ ґܑv:Ӓ & +3> F S5`KDD'DlĔ͔Ӕ הIF/'v˕ޕ6OQ$$ؖ/ -7=N ^&jO&! 4B0w˜ ژl&YU c p zmÚ 1= +F Q +]hw})C Zgv8&ٜ%&B$I$nƝ ޝ##C +JUf v**ž #/ S `l|3766/2f65Р5<:VOH>*i |I .EYo.);e +ny.F]tOߥED_ ~4ŦʦFҦ + $2 FTF%>'d p((7`/$  M(Uv̪ժ B$AfSyQͬW w  ȭխ 8Q +ep y 42®23(3\22ï33*&^> ۰/ I%W)}'ϱSMSY` p$~ڲ  * +7BfJfC ; GQ Xeh zz>|KzBƸG 2Q*,(ܹ?'E+mHH?ѻ# 8"ݽI#JdnxӾ<LB 5P5l)$D;\-+!%3"Y"|#$&$%4"Z#}+!)*+D&p*#&+ (9%b,&. %+/Q!-0E"!hH *H9)# +HPRg+-.C&-3F_ y=##=$a ~ We v "&  U"^x  fg{V8:s"q7I * BPgg!#4X q $'m +4@N +.bU|+,+Kdy*0 ' 7 C PZj.q   +*!5W"'%MM%")H4Q( +'9W>rf@TYop/>0 AQ-."2 9Z#o?NmR] +5 @M]xv?/#=%SyZ1 +M(X^ #->3W@ +>+=Nh~"D +* 5C)U,.M)F>'=R6XQ "3"Vy9Gb/!*3DOA LD HUd mMy>6\=.i>3r'z 5 .<CT lAx+N>   +#)Cm#5& 9 GU hr$"XC0^ *  ',$, ; H.V(*'{ ?!$*: +epxB2v) 8L-z C  ,8!K0m|s8< +  G$YlR!QCE@ c /& +<V +, +_ +K Il  qu P r8 p a!~ %C5y :@,VHoA +    )5> +OZw + +8;Zy""!!?G.\) [m\  7 W%Dc~8ERKRRD H U +_ jtMV+/[{") 2PS&&@D S]r +2[2)\'xG8! #@ d ) *  0[!c!_! P" ^"l"'}"""c"&#=#E#L#T#h#}##!5$W$#r$$$)$$?%1E%2w%*% %(%(&1&E&_&s&'&-&'& ' ' '4'%G'3m'5'"''(.*(Y(j(z((7(A(E)E^)7)A)E*Ed*!*E*R+Re+F++,,2,C,TZ,,.,, -%-@-1[--.#. +R. ].j./8/ V/%w/%/a/+%0ZQ0"0/00121 R1^1[m111122H2+3-A3o3x33'4G4,^4#48444585 O5p555a5i6k6s6 66X6+6=%7Kc8P8L9M9V9_9 h9v99999999:::*:9:HM:>:>:?;?T;>;>;?<?R<&<<C< ='9=a=#z=="=7=7>J>i>l}>>>>> ?3?L?k?#?? ???? @ +@b@@bArAA B B $B2B5B GBUBXB`BfCDDEETEJEPGF9F'F-F'(GAPG&G*GGWHLIOI,^IIIIII/J3J7J3J'9)7P0>,9I 8,nt DU <\5~BL^k/Ri ga8s?t(~e!\Kt0Xrg4AuWC2}KjZ6[/8Hm`V>TwF0S +{,3Q*]/p-2e%Bu +[-0q'B*P7?$!U._^D.Yd31@>m(}*C_jZ#MG o   . -&1wQV9&5 +o2=MOba%2n+3{"#:zlE"FMbw\@rj47I%  +/pJ|fv>kY#<v|678+cox;A;&6?:$@!y!&<~<SA{=zk*GYq)NX H 1`} VC5?=NLRZ l69i4#@"O(i+DFxH af]c$yT"'R pv:dJXs]:EI(hm4lNhu+d hKLP=W.O,g`Wsy c'zb SAn;%Q51fqx^e-[T)r|;EUG)$_  ERROR: height not a multiple of 16 ERROR: invoked from a single image, but video frame is required ERROR: width not a multiple of 16 @@ -89,7 +89,7 @@ %sCan't operate with current controlpoint or keyframe settingsCant open two or more video navigator windows.Case sensitiveCase sensitive:CenterCenter HorizontalCenter VerticalChange Frame DensityChange Frames DensityChannel:Channels:Clear Video BufferClick: go to frame, Ctrl-Click: set 'From Frame', Alt-Click: set 'To Frame'Clip To FrameClip all copied source layers at destination frame boundariesClipped to bottom layerClipped to imageClose windowClose window without any actionClose window without creating or deleting any onionskin layers but store current SettingsColorColor LevelsColor Levels Adjustments Common color thresholdConfirm Frame DeleteConfirm Frame Density ChangeConstant Bitrate:Constrain aspect ratioContinueConvert Frames to IndexedConvert Frames to other FormatsConvert Frames: Save operation failed. Desired save plugin can't handle type -or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints +or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDivideDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints filename: '%s' %sERROR: Could not read controlpoints filename: '%s' @@ -114,7 +114,7 @@ (the freely distributed Berkeley MPEG-1 video encoder.) Generating animated preview...Generation of animated preview failedGo To Frame (%ld/%ld)Go to this frame numberGoto first frameGoto last frameGoto next frame use timezoom stepsizeGoto prev frame - use timezoom stepsizeGrab PathGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Height:Help:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), + use timezoom stepsizeGrab PathGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Hard LightHeight:Help:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep PaintmodeKeep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), where the string '[######]' is replaced by the frame number. This name is only relevant for the functions: Duplicate layer(s) @@ -172,7 +172,7 @@ (1 = best quality, 31 = best compression)RGBRaise layer(s)Ratio X:ReadyRedRemove UnusedRemove all onionskin layers in all frames of the the selected frame rangeRemove unused or double colors (ignored if palette type is not custom)Removing layer (pos:%ld) from frames...Removing onionskin layers...Rename layer(s)Renaming frames...Render Filename to LayerRenumber FramesRenumber Frames (%ld)Renumber Frames 2nd PassRenumber frame sequence...Renumber the affected frame sequence (numbers are shifted in circle by N steps)Replace selectionRequirements to run mpeg2encode 1.2:Requirements to run mpeg_encode 1.5:Requirements to run the xanim based video splitResample:ResetReset All PointsReset KeyframesReset PointReset all Parameters to Default ValuesReset all controlpoints to default values but dont change the path (X/Y values)Reset all parameters to default valuesReset offset and volumeReset parameters to original sizeReset playback speed to original (or previous) valueReset the current controlpoint to default valuesReset to default settingsResize (original %dx%d)Resize FramesResize Video Frames (all)Resizing all video frames...Resulting layer size is made of the outline-rectangle of all visible layers (may differ from frame to frame)Resulting layer size is the frame sizeResulting layer size is the frame size transparent parts are filled with background colorResulting layer size is the size of the bottom layer (may differ from frame to frame)Right BottomRight TopRotate FollowRotate source layer (in degree)Rotate:Run asynchronouslyRun xanim asynchronously and delete unwanted frames (out of the specified range) while xanim is still runningSamplerate:Samples:SaturationSaturation:Save As IsSave FlattenedSave Path Points to FileSave all single frames of animated preview to video buffer.(configured in gimprc by video-paste-dir and video-paste-basename)Save controlpoints to fileSave selection to channelScale (original %dx%d)Scale FramesScale Preview:Scale Video Frames (all)Scale and ModifyScale down size of the generated animated preview (in %)Scale source layer's height in percentScale source layer's width in percentScaling all video frames...ScreenSearch algorithmus used for B-framesSearch algorithmus used for P-framesSearch by BlurbSearch by Menu PathSearch by NameSearching - please waitSearching by blurb - please waitSearching by menupath - please waitSearching by name - please waitSelectSelect AllSelect AudiofileSelect By ColorSelect Filter for Animated ApplySelect Filter for Animated Apply on FramesSelect Filtercalls of Current GIMP SessionSelect Filtermacro ScriptfileSelect Fontname)Select Frame RangeSelect Frame Range & Stack PositionSelect Mode:Select NoneSelect Options:Select Pattern:Select all layers where layer name contains patternSelect all layers where layer name ends up with patternSelect all layers where layer name is equal to patternSelect all layers where layer name starts with patternSelect all layers where layername contains patternSelect all layers where layername ends up with patternSelect all layers where layername is equal to patternSelect all layers where layername starts with patternSelect all visible layersSelect layernames by pattern (depends on mode and options)Select layerstack positions where 0 is the background layer. Example: 0, 4-5, 8Select layerstack positions where 0 is the top layer. Example: 0, 4-5, 8Select the color that is used to draw pathlines in the previewSelection HandlingSelection allSelection invertSelection noneSet Layer OpacitySet alpha of affected pixel to target alpha where 0.0 is full transparentSet for: %sSet framerate in frames/secSet layer(s) invisibleSet layer(s) linkedSet layer(s) unlinkedSet layer(s) visibleSet onionskin parameters for the current videoSet rotation for all controlpoints to follow the shape of the path. Hold down the shift key to use rotation of contolpoint 1 as offset.Set the source layer's opacity in percentSettingsSettings :Sharp pixel selection by color with 0.0. Greater values than 0 makes selection with more or less varaible alpha value depending on difference to the keycolorShow cursor crosslinesShow first controlpointShow last controlpointShow next controlpointShow only every N.th frameShow path lines and enable pick/drag with left button or move with right buttonShow preview as seperate imageShow preview frame with selected source layer at current controlpointShow previous controlpointShow source layer as gridlinesShrink/Grow:SizeSize of the preview image in percent of the originalSkipSkip %dSmart update thumbnails - forced thumbnail update for all framesSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. + forced thumbnail update for all framesSoft LightSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. desired save plugin can't handle type or desired save plugin not available.Split Image into FramesSplit SettingsSplit any Xanim readable Video to FramesSplitting image into frames...Stackposition where to place onionskin layer(s)Stackposition:Start framenumber of selection rangeStart playbackStart reverse playbackStartscript:Status:Stepmode:String to identify layer names or layerstack position numbers. Example: 0,3-5String to identify layer(s) by name or by layerstack position numbers. Example: 0,3-5SubtractSubtract selectionSyncronTarget Alpha:Target audio samperate in samples/sec. Ignored if resample is off)The currently displayed frame numberThe extension of resulting frames is also used to define the fileformat. Please note that fileformats differ in capabilities to store informations for multiple layers and other things.Some fileformats may require converting to another imagetype and/or flattening the frames.The selected %d frame(s) will be deleted. There will be no undo for this operation @@ -224,8 +224,8 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp-gap VERSION Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 -PO-Revision-Date: 2004-01-30 12:15+0100 +POT-Creation-Date: 2004-05-10 21:26+0200 +PO-Revision-Date: 2004-05-01 17:42+0200 Last-Translator: Miloslav Trmac Language-Team: Czech MIME-Version: 1.0 @@ -262,7 +262,7 @@ %sNemohu pracovat s aktuálním řídicím bodem nebo nastavením klíčového políčkaNemohu otevřít dvě nebo více oken navigátoru videa.Citlivost velikost písmenRozlišovat velikost písmen:StředVycentrovat vodorovněVycentrovat svisleZměnit hustotu políčekZměnit hustotu políčekKanál:Kanály:Vymazat video bufferKliknutí: přejít na políčko, Ctrl-kliknutí: nastavit 'od políčka', Alt-kliknutí: nastavit 'po políčko'Oříznout dle políčkaOříznout všechny kopírované zdrojové vrstvy na hranicích políčekOříznout dle spodní vrstvyOříznout dle obrázkuZavřít oknoZavřít okno bez akceZavřít okno bez vytváření nebo odstraňování vrstev onionskin, ale uložit aktuální nastaveníBarvaÚrovně barevÚpravy úrovní barevSpolečný práh barevPotvrzení odstranění políčekPotvrzení změny hustoty políčekPevná bitová rychlost:Omezit poměrPokračovatPřevést políčka do indexovanýchPřevést políčka do jiného formátuPřevod políček: Operace uložení selhala. Požadovaný modul uložení neumí zpracovat typ -nebo požadovaný modul uložení není k dispozici.Nastavení převoduPřevést do šedíPřevést do indexovanéPřevést do RGBPřevést na jiný typ obrázku nebo ponechat současný typ obrázku. Většina formátů souborů neumí zpracovávat všechny typy a může vyžadovat převod. Příklad: GIF neumí zpracovávat RGB a vyžaduje konverzi do indexovaného typu obrázku.Převádím políčka...KopírovatZkopírovat jako soubor zvukuZkopírovat soubor zvukuKopírování přesunu zdrojové vrstvy do políčekKopírovat zvolený rozsah n-krát (můžete zadat hodnoty > 99)Kopírovat do video bufferu:Kopíruji vrstvy do políček...Copyright:Vytvořit vrstvu:Vytvořit z políček vícevrstevný obrázekVytvořit kopii souboru zvuku jako soubor RIFF WAVE a použít tuto kopii pro přehrávání zvukuVytvořit nebo nahradit vrstvy onionskin na všech políčkách ze zvoleného rozsahuVytvářím soubor zvuku - čekejte prosímVytvářím vrstvově animovaný obrázek...Vytvářím vrstvy onionskin...Ořez (původně %d×%d)Oříznout políčkaOřez políček videa (všech)Ořezávám se všechna políčka videa...Aktuální bod: [%3d] z [%3d]Aktuální rychlost přehrávání (políček/s)KurzorSouborKřivekVlastní paletaVyříznoutModrozelenáCyklickéPouze ztmaveníDatum:Snižuji hustotu odstraňováním políček...ImplicitníZpoždění %.2fOdstranitOdstranit VŠESmazat všechny bodyOdstranit políčka (%ld/%ld)Odstranit vrstvy v políčkáchSmazat bodOdstranit všechny řídicí bodyOdstranit všechny řídicí body a nahradit je kopií kotvicích bodů aktuální cesty z obrázku, ze kterého bylo vyvoláno 'MovePath'Odstranit kanál (podle názvu)Odstranit aktuální řídicí bodOdstranit políčka od %ld do (číslo)Odstranit políčka od aktuálního čísla %d až po toto číslo (včetně)Odstranit vrstvyOdstranit masku vrstvyOdstranit vybraná políčkaOdstranit soubor skriptu makra filtruOdstranit vybrané volání filtruHustota Duplikuji políčka...Hustota:Snížení průhlednosti pro druhou vrstvu onionskinČíslo cílového políčka (%ld - %ld)DiferenceČíslice:Adresář '%s' již existujeRozpouštěníVolby rozptyluDuplikovat políčka (%ld/%ld)Duplikovat vrstvyDuplikovat vybraná políčkaDuplikují se políčka...CHYBA: Nemohu otevřít řídicí body +nebo požadovaný modul uložení není k dispozici.Nastavení převoduPřevést do šedíPřevést do indexovanéPřevést do RGBPřevést na jiný typ obrázku nebo ponechat současný typ obrázku. Většina formátů souborů neumí zpracovávat všechny typy a může vyžadovat převod. Příklad: GIF neumí zpracovávat RGB a vyžaduje konverzi do indexovaného typu obrázku.Převádím políčka...KopírovatZkopírovat jako soubor zvukuZkopírovat soubor zvukuKopírování přesunu zdrojové vrstvy do políčekKopírovat zvolený rozsah n-krát (můžete zadat hodnoty > 99)Kopírovat do video bufferu:Kopíruji vrstvy do políček...Copyright:Vytvořit vrstvu:Vytvořit z políček vícevrstevný obrázekVytvořit kopii souboru zvuku jako soubor RIFF WAVE a použít tuto kopii pro přehrávání zvukuVytvořit nebo nahradit vrstvy onionskin na všech políčkách ze zvoleného rozsahuVytvářím soubor zvuku - čekejte prosímVytvářím vrstvově animovaný obrázek...Vytvářím vrstvy onionskin...Ořez (původně %d×%d)Oříznout políčkaOřez políček videa (všech)Ořezávám se všechna políčka videa...Aktuální bod: [%3d] z [%3d]Aktuální rychlost přehrávání (políček/s)KurzorSouborKřivekVlastní paletaVyříznoutModrozelenáCyklickéPouze ztmaveníDatum:Snižuji hustotu odstraňováním políček...ImplicitníZpoždění %.2fOdstranitOdstranit VŠESmazat všechny bodyOdstranit políčka (%ld/%ld)Odstranit vrstvy v políčkáchSmazat bodOdstranit všechny řídicí bodyOdstranit všechny řídicí body a nahradit je kopií kotvicích bodů aktuální cesty z obrázku, ze kterého bylo vyvoláno 'MovePath'Odstranit kanál (podle názvu)Odstranit aktuální řídicí bodOdstranit políčka od %ld do (číslo)Odstranit políčka od aktuálního čísla %d až po toto číslo (včetně)Odstranit vrstvyOdstranit masku vrstvyOdstranit vybraná políčkaOdstranit soubor skriptu makra filtruOdstranit vybrané volání filtruHustota Duplikuji políčka...Hustota:Snížení průhlednosti pro druhou vrstvu onionskinČíslo cílového políčka (%ld - %ld)DiferenceČíslice:Adresář '%s' již existujeRozpouštěníVolby rozptyluDěleníDuplikovat políčka (%ld/%ld)Duplikovat vrstvyDuplikovat vybraná políčkaDuplikují se políčka...CHYBA: Nemohu otevřít řídicí body název souboru: '%s' %sCHYBA: Nemohu načíst řídicí body název souboru: '%s' @@ -287,7 +287,7 @@ (volně šířený Berkeley MPEG-1 video kodér.) Vytvářím animovaný náhled...Generování animovaného náhledu selhaloJít na políčko (%ld/%ld)Jít na toto číslo políčkaJít na první políčkoJít na poslední políčkoJít na následující políčko použít krok časové lupyJít na předchozí políčko - použít krok časové lupyZachytit cestuZelenáMřížkaZvětšení výběru v pixelech (pro zmenšení použijte záporné hodnoty)HSVOvládání:Výška:Nápověda:Kolik číslic používat pro číslo políčka jako součást názvu souboruKolik číslic použít pro číslo políčka v názvu souboruJak kódovat MPEG sekvenci políček (I/P/B políčka)Způsob vyvolání následující zdrojové vrstvy na následujícím zpracovaném políčkuJak obsluhovat výběry ve zdrojovém obrázkuJako vložit zdrojovou vrstvu do zásobníku vrstev cílových políček. 0 znamená navrch, tj. dopředuJak umístit zdrojovou vrstvu na souřadnice řídícího boduOdstínÚpravy odstínu / světlosti / sytostiRežim odstínu:Odstín-sytostOdstín:IQSCALE:IgnorovatIgnorovat vrstvy pozadí:Ignorovat výběr (ve všech zdrojových obrázcích)Typ obrázku:Vstup:Zvýšit hustotuPočáteční políčkoVložit bodVložit řídící bod. Aktuální řídicí bod je zduplikován.Okamžité použitíProniknout výběrObrácené pořadí:Invertovat výběr vrstevInvertovat výběr vrstevInvertovat výběrIgnorovat hodnoty I/P/QSCALE a použít konstantní hodnotu bitové frekvence)Kvalita jpeg:Zachovat typKlíčová barvaKlíčové políčko:Poslední bodPoslední zpracovávané cílové políčkoPoslední zpracované políčkoNázev vrstvy (nebo kanálu) pro všechny obsluhované vrstvy (nebo kanály) + použít krok časové lupyZachytit cestuZelenáMřížkaZvětšení výběru v pixelech (pro zmenšení použijte záporné hodnoty)HSVOvládání:Ostré světloVýška:Nápověda:Kolik číslic používat pro číslo políčka jako součást názvu souboruKolik číslic použít pro číslo políčka v názvu souboruJak kódovat MPEG sekvenci políček (I/P/B políčka)Způsob vyvolání následující zdrojové vrstvy na následujícím zpracovaném políčkuJak obsluhovat výběry ve zdrojovém obrázkuJako vložit zdrojovou vrstvu do zásobníku vrstev cílových políček. 0 znamená navrch, tj. dopředuJak umístit zdrojovou vrstvu na souřadnice řídícího boduOdstínÚpravy odstínu / světlosti / sytostiRežim odstínu:Odstín-sytostOdstín:IQSCALE:IgnorovatIgnorovat vrstvy pozadí:Ignorovat výběr (ve všech zdrojových obrázcích)Typ obrázku:Vstup:Zvýšit hustotuPočáteční políčkoVložit bodVložit řídící bod. Aktuální řídicí bod je zduplikován.Okamžité použitíProniknout výběrObrácené pořadí:Invertovat výběr vrstevInvertovat výběr vrstevInvertovat výběrIgnorovat hodnoty I/P/QSCALE a použít konstantní hodnotu bitové frekvence)Kvalita jpeg:Zachovat režim kresleníZachovat typKlíčová barvaKlíčové políčko:Poslední bodPoslední zpracovávané cílové políčkoPoslední zpracované políčkoNázev vrstvy (nebo kanálu) pro všechny obsluhované vrstvy (nebo kanály) kde řetězec '[####]' je nahrazen číslem políčka. Tento název má vliv jen na funkce: Duplikovat vrstvy @@ -346,7 +346,7 @@ (nakonfigurováno v gimprc pomocí video-paste-dir a video-paste-basename)Uložit řídicí body do souboruUložit výběr do kanáluZměna velikosti (původně %d×%d)Velikost políčekMěřítko náhledu:Změna velikosti políček videa (všech)Změnit měřítko a upravitZmenšení velikosti generovaného animovaného náhledu (v %)Přepočet výšky zdrojové vrstvy v procentechPřepočet šířky zdrojové vrstvy v procentechMěním velikost všech políček videa...ObrazovkaVyhledávací algoritmus pro B-políčkaVyhledávací algoritmus pro P-políčkaHledat podle popisuHledat podle cesty v menuHledat podle jménaHledám - čekejte prosímHledám podle popisu - čekejte prosímHledám podle cesty v menu - čekejte prosímHledám podle názvu - čekejte prosímVýběrVybrat všeVybrat soubor zvukuVybrat podle barvyZvolte filtr pro animované použitíVyberte filtr pro animované použití na políčkaVyberte volání filtrů z aktuálního sezení GIMPuZvolte soubor skriptu makra filtruVybrat název písma)Výběr rozsahu políčekVybrat rozsah políček a polohu v zásobníkuVýběr režimu:Zrušit výběrMožnosti výběru:Výběr vzorku:Zvolí všechny vrstvy, jejichž název obsahuje vzorekZvolí všechny vrstvy, pro které je vzorek koncem názvu vrstvyZvolí všechny vrstvy, pro které je vzorek shodný s názvem vrstvyZvolí všechny vrstvy, pro které je vzorek počátkem názvu vrstvyVybrat všechny vrstvy, jejichž název obsahuje vzorekVybrat všechny vrstvy, pro které je vzorek koncem názvu vrstvyVybrat všechny vrstvy, pro které je vzorek shodný s názvem vrstvyVybrat všechny vrstvy, pro které je vzorek počátkem názvu vrstvyVybrat všechny viditelné vrstvyVybrat názvy vrstev podle vzorku (záleží na režimu a nastavení)Zvolí pozice v zásobníku vrstev, kde 0 je vrstva pozadí. Příklad: 0, 4-5, 8Zvolí pozice v zásobníku vrstev, kde 0 je vrchní vrstva. Příklad: 0, 4-5, 8Zvolte barvu, která se používá pro kreslení čar cesty v náhleduObsluha výběruVýběr všehoInvertovat výběrŽádný výběrNastavit krytí vrstvyNastavit alfu ovlivněných pixelů na cílovou alfu, kde 0.0 je úplně průhlednéNastavit pro: %sNastavit frekvenci políček v políčkách/sNastavit vrstvy neviditelnéNastavit vrstvy spojenéNastavit vrstvy rozpojenéNastavit vrstvy viditelnéNastavit parametry onionskin pro aktuální videoNastavit rotaci pro všechny řídící body, aby sledovaly tvar cesty. Podržte klávesu Shift pro použití rotace řídícího bodu 1 jako posunu.Nastavit krytí zdrojové vrstvy v procentechNastaveníNastavení :Výběr ostrých pixelů podle barvy pro 0.0. Hodnoty větší než 0 způsobují, že výběr má více nebo méně proměnlivou hodnotu alfa podle rozdílu od klíčové barvy.Zobrazovat kříž kurzoruZobrazit první řídicí bodZobrazit poslední řídicí bodZobrazit následující řídicí bodZobrazovat je každé N-té políčkoZobrazit cestu a povolit chycení/potáhnutí levým tlačítkem nebo přesun pravým tlačítkemZobrazovat náhled jako oddělený obrázekZobrazit políčko náhledu se zvolenou zdrojovou vrstvou v aktuálním řídícím boděZobrazit předchozí řídicí bodZobrazit zdrojovou vrstvu jako čáry mřížkyZmenšení/zvětšeníVelikostVelikost obrázku náhledu v procentech origináluPřeskočitPřeskočit %dChytrá aktualizace náhledů - vnucená aktualizace náhledů pro všechna políčkaZdrojová alfa:Zdrojový obrázek/vrstva:Výběr zdrojeKrok zdrojových a cílových políček je synchronní při hodnotě 1.0. Hodnota 0.5 bude procházet zdrojem dvakrát pomaleji, 1 krok zdroje při každém druhém cílovém políčku.Zdrojový objekt ke vložení do určeného rozsahu cílových políčekZdrojový rozsah končí na tomto políčkuZdrojový rozsah začíná na tomto políčkuRychlostČinitelRychlosti:Rozdělení do políček: Operace uložení selhala. + vnucená aktualizace náhledů pro všechna políčkaJemné světloZdrojová alfa:Zdrojový obrázek/vrstva:Výběr zdrojeKrok zdrojových a cílových políček je synchronní při hodnotě 1.0. Hodnota 0.5 bude procházet zdrojem dvakrát pomaleji, 1 krok zdroje při každém druhém cílovém políčku.Zdrojový objekt ke vložení do určeného rozsahu cílových políčekZdrojový rozsah končí na tomto políčkuZdrojový rozsah začíná na tomto políčkuRychlostČinitelRychlosti:Rozdělení do políček: Operace uložení selhala. Požadovaný modul uložení neumí zpracovat typ nebo požadovaný modul uložení není k dispozici.Rozdělit obrázek do políčekNastavení rozděleníRozdělit video čitelné Xanim do políčekRozděluji obrázek do políček...Umístění v zásobníku, kam umístit vrstvy onionskinUmístění v zásobníku:Číslo počátečního políčka vybraného rozsahuZačít přehráváníZačít přehrávání pozpátkuSpouštěcí skript:Stav:Režim krokování:Řetězec k identifikaci jmen vrstev nebo čísel pozice v zásobníku vrstev. Příklad: 0,3-5Řetězec k identifikaci vrstev podle názvu nebo čísel pozice v zásobníku vrstev. Příklad: 0,3-5RozdílOdečíst výběrSynchronníCílová alfa:Cílová vzorkovací frekvence ve vzorcích/s. Ignorována, je-li Převzorkovat vypnuto.Číslo aktuálně zobrazovaného políčkaPřípona výsledných políček se také používá pro definici formátu souboru. Všimněte si prosím, že různé formáty souborů mají různé schopnosti uchovávat informace o více vrstvách a jiných věcech. Některé formáty mohou vyžadovat konverzi na jiný typ obrázku a/nebo zploštění políček.Vybraných %d políček bude odstraněno. Tuto operaci nelze vrátit zpět diff -uraN gimp-gap-2.0.1/po/cs.po gimp-gap-2.0.2/po/cs.po --- gimp-gap-2.0.1/po/cs.po 2004-04-30 21:00:40.000000000 +0200 +++ gimp-gap-2.0.2/po/cs.po 2004-05-10 21:26:30.000000000 +0200 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: gimp-gap VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" -"PO-Revision-Date: 2004-01-30 12:15+0100\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" +"PO-Revision-Date: 2004-05-01 17:42+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" @@ -185,7 +185,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -199,7 +199,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -341,7 +341,7 @@ msgstr "Přečíslovat políčka, druhý průchod" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Popis:" @@ -353,7 +353,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Klíčová barva" @@ -454,7 +454,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Náhled" @@ -1628,196 +1628,195 @@ msgid "No selected layer in start frame" msgstr "Není vybrána vrstva v počátečním políčku" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normální" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Rozpouštění" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Násobení" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" -msgstr "" +msgstr "Dělení" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Obrazovka" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Překrytí" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Režim" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Popis:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" -msgstr "" +msgstr "Ostré světlo" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" -msgstr "" +msgstr "Jemné světlo" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Diference" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Součet" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Rozdíl" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Pouze ztmavení" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Pouze zesvětlení" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Odstín" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Sytost" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Barva" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Jas" -#: gap/gap_mov_dialog.c:431 -#, fuzzy +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" -msgstr "Režim kreslení" +msgstr "Zachovat režim kreslení" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Levý horní" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Levý dolní" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Pravý horní" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Pravý dolní" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Střed" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Smyčka" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Zpětná smyčka" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Jednou" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Jednou zpětně" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Tam a zpět" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Nic" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Políčko smyčky" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Políčko zpětné smyčky" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Políčko jednou" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Políčko jednou zpětně" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Políčko tam a zpět" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Políčko ničeho" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Cesta přesunu" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Zobrazit políčko náhledu se zvolenou zdrojovou vrstvou v aktuálním řídícím " "bodě" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Generovat animovaný náhled jako vícevrstevný obrázek" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Kopírování přesunu zdrojové vrstvy do políček" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Výběr zdroje" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Pokročilá nastavení" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1825,44 +1824,44 @@ "Nebyl zvolen žádný zdrojový obrázek.\n" "Otevřete prosím druhý obrázek stejného typu před otevřením Cesty přesunu." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objekt v prázdných políčkách" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objekt na jednom políčku" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Přesné objekty na políčkách" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Režim náhledu animace:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Měřítko náhledu:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Zmenšení velikosti generovaného animovaného náhledu (v %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Frekvence políček:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Frekvence políček použitá v animovaném náhledu v políčkách/sekundu" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Kopírovat do video bufferu:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1870,29 +1869,29 @@ "Uložit všechna jednotlivá políčka animovaného náhledu do video bufferu.\n" "(nakonfigurováno v gimprc pomocí video-paste-dir a video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Implicitní" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Nastavit všechny parametry na implicitní hodnoty" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Cesta přesunu animovaného náhledu" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Volby" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Generování animovaného náhledu selhalo" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1905,7 +1904,7 @@ "v obrázku:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1914,20 +1913,20 @@ "V obrázku nenalezena cesta:\n" "'%s'" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Načíst body cesty ze souboru" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Uložit body cesty do souboru" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktuální bod: [%3d] z [%3d]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1938,7 +1937,7 @@ "název souboru: '%s'\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1949,7 +1948,7 @@ "název souboru: '%s'\n" "(není to platný soubor řídicích bodů)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1961,30 +1960,30 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Zdrojový obrázek/vrstva:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Zdrojový objekt ke vložení do určeného rozsahu cílových políček" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Režim:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Režim kreslení" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Režim krokování:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" "Způsob vyvolání následující zdrojové vrstvy na následujícím zpracovaném " @@ -1992,7 +1991,7 @@ #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "ČinitelRychlosti:" @@ -2004,7 +2003,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2015,43 +2014,43 @@ "cílovém políčku." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Ovládání:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Jak umístit zdrojovou vrstvu na souřadnice řídícího bodu" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 #, fuzzy msgid "Tracelayer" msgstr "Vytvořit vrstvu:" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Krytí:" @@ -2064,14 +2063,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 #, fuzzy msgid "Initial opacity of the trace layer" msgstr "Snížení průhlednosti pro druhou vrstvu Onionskin" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Krytí:" @@ -2084,14 +2083,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 #, fuzzy msgid "Descending opacity of the trace layer" msgstr "Snížení průhlednosti pro druhou vrstvu Onionskin" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2103,7 +2102,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2113,7 +2112,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Krytí:" @@ -2126,14 +2125,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 #, fuzzy msgid "Initial opacity of the tween layer" msgstr "Snížení průhlednosti pro druhou vrstvu Onionskin" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Krytí:" @@ -2146,21 +2145,21 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 #, fuzzy msgid "Descending opacity of the tween layer" msgstr "Snížení průhlednosti pro druhou vrstvu Onionskin" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Upravit řídicí body" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Přidat řídicí bod na konec. Je zduplikován poslední řídicí bod." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2168,35 +2167,35 @@ "Odstranit všechny řídicí body a nahradit je kopií kotvicích bodů aktuální " "cesty z obrázku, ze kterého bylo vyvoláno 'MovePath'" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Vložit řídící bod. Aktuální řídicí bod je zduplikován." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Odstranit aktuální řídicí bod" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Zobrazit předchozí řídicí bod" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Zobrazit následující řídicí bod" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Zobrazit první řídicí bod" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Zobrazit poslední řídicí bod" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Nastavit aktuální řídicí bod na implicitní hodnoty" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2204,7 +2203,7 @@ "Nastavit všechny řídící body na implicitní hodnoty, ale nezměnit cestu " "(hodnoty X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2212,15 +2211,15 @@ "Nastavit rotaci pro všechny řídící body, aby sledovaly tvar cesty. Podržte " "klávesu Shift pro použití rotace řídícího bodu 1 jako posunu." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Odstranit všechny řídicí body" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Načíst řídicí body ze souboru" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Uložit řídicí body do souboru" @@ -2234,7 +2233,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "První zpracovávané cílové políčko" @@ -2248,13 +2247,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Poslední zpracovávané cílové políčko" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Zásobník vrstev:" @@ -2266,7 +2265,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2275,31 +2274,31 @@ "navrch, tj. dopředu" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Vnutit viditelnost" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Vnutit viditelnost pro všechny zkopírované zdrojové vrstvy" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Oříznout dle políčka" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Oříznout všechny kopírované zdrojové vrstvy na hranicích políček" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Upravit velikost, krytí a rotaci" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Šířka:" @@ -2311,13 +2310,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Přepočet šířky zdrojové vrstvy v procentech" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Výška:" @@ -2330,11 +2329,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Přepočet výšky zdrojové vrstvy v procentech" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Omezit poměr" @@ -2343,8 +2342,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Krytí:" @@ -2356,13 +2355,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Nastavit krytí zdrojové vrstvy v procentech" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotace:" @@ -2374,18 +2373,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Rotovat zdrojovou vrstvu (ve stupních)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Transformační faktory X/Y pro 4 rohy" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2397,13 +2396,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Transformační faktor pro souřadnici X levého horního rohu" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2415,13 +2414,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Transformační faktor pro souřadnici Y levého horního rohu" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2433,13 +2432,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Transformační faktor pro souřadnici X pravého horního rohu" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2451,13 +2450,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Transformační faktor pro souřadnici Y pravého horního rohu" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2469,7 +2468,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Transformační faktor pro souřadnici X levého dolního rohu" @@ -2477,7 +2476,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2489,13 +2488,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Transformační faktor pro souřadnici Y levého dolního rohu" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2507,7 +2506,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Transformační faktor pro souřadnici X pravého dolního rohu" @@ -2519,34 +2518,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Transformační faktor pro souřadnici Y pravého dolního rohu" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Ignorovat výběr (ve všech zdrojových obrázcích)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Používat výběr (z původního zdrojového obrázku)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Používat výběry (ve všech zdrojových obrázcích)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Obsluha výběru pixelů" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Jak obsluhovat výběry ve zdrojovém obrázku" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Výběr rozsahu políček" @@ -2559,7 +2558,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2567,31 +2566,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "Souřadnice X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Souřadnice Y" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Klíčové políčko:" @@ -2603,38 +2602,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Upevnit řídicí bod k číslu klíčového políčka, kde 0 == žádné klíčové políčko" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Změnit měřítko a upravit" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspektiva" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Obsluha výběru" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Výběr barvy čáry cesty" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "Zvolte barvu, která se používá pro kreslení čar cesty v náhledu" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Cestu" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2643,35 +2642,35 @@ "pravým tlačítkem" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Kurzor" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Zobrazovat kříž kurzoru" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Mřížka" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Zobrazit zdrojovou vrstvu jako čáry mřížky" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Okamžité použití" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Automaticky aktualizovat náhled" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Políčko:" @@ -2685,28 +2684,28 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Políčko, které zobrazit, když je stisknuto tlačítko 'Obnovit'." -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Nemohu pracovat s aktuálním řídicím bodem nebo nastavením klíčového políčka" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Obnovit klíčová políčka" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Kontrola řídících bodů cesty přesunu" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Chyby:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3079,52 +3078,52 @@ "\n" "CHYBA: voláno z jediného obrázku, ale je vyžadováno políčko videa" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Políčka do vrstvy..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Režim pro výběr celého názvu souboru nebo jen jeho části" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Název písma:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Vybrat název písma)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Velikost písma:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Velikost písma v pixelech" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Posun umístění X v pixelech" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Posun umístění Y v pixelech" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Vyhlazovat:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Používat vyhlazování" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Vytvořit vrstvu:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3132,11 +3131,11 @@ "ZAPNUTO: Vytvořit novou vrstvu.\n" "VYPNUTO: Kreslit na aktivní cíl." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Vykreslit název souboru do vrstvy" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Nastavení :" @@ -4580,15 +4579,15 @@ msgid "Rotate Follow" msgstr "Sledovat rotací" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Vrstva/Nastavit krytí vrstvy..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "Nová hodnota krytí, kde 0 je průhledná, a 100.0 je plné krytí" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4596,11 +4595,11 @@ "Režimy nastavují krytí nebo mění hodnotu krytí přičítáním, odčítáním nebo " "násobením zadanou novou hodnotou" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Nastavit všechny parametry na implicitní hodnoty" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Nastavit krytí vrstvy" diff -uraN gimp-gap-2.0.1/po/da.gmo gimp-gap-2.0.2/po/da.gmo --- gimp-gap-2.0.1/po/da.gmo 2004-04-30 21:01:07.000000000 +0200 +++ gimp-gap-2.0.2/po/da.gmo 2004-05-10 21:26:50.000000000 +0200 @@ -47,7 +47,7 @@ (program=%s)failed to overwrite %s (check permissions ?)failed to write %s (check permissions ?)frames are not extracted, because overwrite of %s was cancelledgenerate MPEG1 (ISO/IEC 11172-2) streamgenerate MPEG2 (ISO/IEC DIS 13818-2) streamvideofile %s not existent or empty Project-Id-Version: GIMP plug-ins /gnome-cvs Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2001-12-04 22:02+0100 Last-Translator: Ole Laursen Language-Team: Danish/Dansk diff -uraN gimp-gap-2.0.1/po/da.po gimp-gap-2.0.2/po/da.po --- gimp-gap-2.0.1/po/da.po 2004-04-30 21:00:41.000000000 +0200 +++ gimp-gap-2.0.2/po/da.po 2004-05-10 21:26:31.000000000 +0200 @@ -29,7 +29,7 @@ msgstr "" "Project-Id-Version: GIMP plug-ins /gnome-cvs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2001-12-04 22:02+0100\n" "Last-Translator: Ole Laursen \n" "Language-Team: Danish/Dansk \n" @@ -207,7 +207,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -222,7 +222,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -378,7 +378,7 @@ # "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 #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Beskrivelse:" @@ -390,7 +390,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -488,7 +488,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Animationseksempel" @@ -1733,205 +1733,205 @@ msgid "No selected layer in start frame" msgstr "Intet lag valgt i første billede" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Opløs" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Gang" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Skærm" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Læg over" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Tilstand:" # "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 -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Beskrivelse:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Træk fra" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Læg til" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Subtrahér" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Gør kun mørkere" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Gør kun lysere" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Farvetone" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Mætning" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Farve" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Værdi" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Tegnetilstand" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Øverste-venstre" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Nederste-venstre" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Øverste-højre" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Nederste-højre" # skal være "centrum" fordi det både optræder et sted hvor det betyder # "centrum" og et sted hvor det mere betyder "midten" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centrum" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Sløjfe" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Omvendt sløjfe" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Én gang" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Én gang - baglæns" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "Frem og tilbage" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Ingen" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Billedsløjfe" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Baglæns billedsløjfe " -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Billede én gang" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Billede én gang baglæns" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Billede frem og tilbage" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Intet billede" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Bevægelsesbane" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 #, fuzzy msgid "Show preview frame with selected source layer at current controlpoint" msgstr "Vis eksempel med det valgte kildelag ved det aktuelle kontrolpunkt" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "Generér animeret eksempel som flerlagsbillede" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Kopiér kildelag der bevæger sig, ind i billeder" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Vælg kilde" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Konverteringsindstillinger" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 #, fuzzy msgid "" "No source image was selected.\n" @@ -1940,48 +1940,48 @@ "Intet kildebillede valgt.\n" "Åbn et andet billede af samme type før åbning af 'Bevægelsesbane'." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objekt på tomme billeder" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objekt på ét billede" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Eksakt objekt på billeder" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Animationseksempeltilstand" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Skalér eksempel" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Nedskalér størrelsen af det genererede animerede eksempel (i %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Billedfrekvens:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Billedfrekvensen i det animerede eksempel (i billeder/sek)" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Kopiér til videomellemlager" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 #, fuzzy msgid "" "Save all single frames of animated preview to video buffer.(configured in " @@ -1990,31 +1990,31 @@ "Gem alle enkeltbillederne fra det animerede eksempel i et videomellemlager\n" "(konfigureret i gimprc med 'video-paste-dir' og 'video-paste-basename')" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Nulstil det nuværende kontrolpunkt til standardværdierne" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Animeret eksempel med bevægelsesbane" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Indstillinger" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "Generering af animeret eksempel mislykkedes\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -2023,29 +2023,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Indlæs banepunkter fra fil" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Gem banepunkter i fil" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktuelt punkt: [ %3d ] af [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2053,7 +2053,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2061,7 +2061,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2070,38 +2070,38 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Kildebillede/-lag:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 #, fuzzy msgid "Source object to insert into destination frames of the specified range" msgstr "Kildeobjekt der skal indsættes i billedintervallet" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Tilstand:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Tegnetilstand" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Skridttilstand:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 #, fuzzy msgid "How to fetch the next source layer at the next handled frame" msgstr "Hvordan næste kildelag skal tages fra næste bearbejdede billede" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2113,7 +2113,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2121,43 +2121,43 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Anker:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "Hvordan næste kildelag skal placeres ved kontrolpunktkoordinaterne" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Uigennemsighed:" @@ -2170,13 +2170,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Uigennemsighed:" @@ -2189,13 +2189,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2207,7 +2207,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2217,7 +2217,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Uigennemsighed:" @@ -2230,13 +2230,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Uigennemsighed:" @@ -2249,67 +2249,67 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Vis første kontrolpunkt" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 #, fuzzy msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Tilføj kontrolpunkt ved slutningen\n" "(det sidste punkt bliver kopieret)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "Indsæt kontrolpunkt \n" "(det nuværende punkt bliver kopieret)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Slet det nuværende kontrolpunkt" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Vis forrige kontrolpunkt" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Vis næste kontrolpunkt" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Vis første kontrolpunkt" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Vis sidste kontrolpunkt" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Nulstil det nuværende kontrolpunkt til standardværdierne" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 #, fuzzy msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " @@ -2318,7 +2318,7 @@ "Nulstil alle kontrolpunkter til standardværdier men ændr ikke banen (x/y-" "værdier)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 #, fuzzy msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " @@ -2327,17 +2327,17 @@ "Sæt rotationen for alle kontrolpunkter til at følge banens form.\n" "(Skift: brug rotationen for 1. kontrolpunkt som afsæt)" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Slet alle kontrolpunkter" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Indlæs kontrolpunkter fra en fil" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Gem kontrolpunkter i en fil" @@ -2352,7 +2352,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Første bearbejdede billede" @@ -2367,14 +2367,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Sidste bearbejdede billede" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Lagstak:" @@ -2386,7 +2386,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2396,34 +2396,34 @@ "0 er øverst, dvs. forrest" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Tving synlighed" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "Gennemtving synlighed for alle kopierede kildelag" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Beskær til billede" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "Beskær alle kopierede kildelag ved billedgrænserne" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Bredde:" @@ -2435,14 +2435,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "Skalér kildelagets bredde (i procent)" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Højde:" @@ -2455,13 +2455,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "Skalér kildelagets højde (i procent)" # "constrained" går på at de to forhold er låst fast til hinanden -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Fast forhold" @@ -2471,8 +2471,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Uigennemsighed:" @@ -2484,14 +2484,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "Kildelagets uigennemsigtighed (i procent)" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Drej:" @@ -2503,19 +2503,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "Rotér kildelag (i grader)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2527,13 +2527,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2545,13 +2545,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2563,13 +2563,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2581,13 +2581,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2599,7 +2599,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2607,7 +2607,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2619,13 +2619,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2637,7 +2637,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2649,34 +2649,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Vælg billedinterval" @@ -2689,7 +2689,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2697,33 +2697,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "x:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "x-koordinat" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "y-koordinat" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Nøglebillede:" @@ -2735,43 +2735,43 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 #, fuzzy msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Fastgør kontrolpunkt til nøglebilledenummer\n" "(0 = intet nøglebillede)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Ændr billeder" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "Positioneret farvereducering" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Bevægelsesbane" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 #, fuzzy msgid "" "Show path lines and enable pick/drag with left button or move with right " @@ -2781,35 +2781,35 @@ "højre knap" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Til billede:" @@ -2824,31 +2824,31 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "Billede der vises, når eksempelknappen aktiveres" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Kan ikke arbejde med de nuværende kontrolpunkt-\n" "eller nøglebilledeindstillinger" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Gendan nøglebilleder" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Kontrolpunktskontrol for bevægelsesbane" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Fejl:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3227,67 +3227,67 @@ "\n" "FEJL: kaldt for et enkelt billede, animationsbillede er påkrævet" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Video/Billeder til enkelt billede..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Drej:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Vælg billedinterval" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Slet lag" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Omdøb lag" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Indstillinger" @@ -4738,27 +4738,27 @@ msgid "Rotate Follow" msgstr "Følgedrejning" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Fjern lag fra billeder..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Nulstil det nuværende kontrolpunkt til standardværdierne" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Sæt lag som forbundne" diff -uraN gimp-gap-2.0.1/po/de.gmo gimp-gap-2.0.2/po/de.gmo --- gimp-gap-2.0.1/po/de.gmo 2004-04-30 21:01:07.000000000 +0200 +++ gimp-gap-2.0.2/po/de.gmo 2004-05-10 21:26:50.000000000 +0200 @@ -47,7 +47,7 @@ (program=%s)failed to overwrite %s (check permissions ?)failed to write %s (check permissions ?)frames are not extracted, because overwrite of %s was cancelledgenerate MPEG1 (ISO/IEC 11172-2) streamgenerate MPEG2 (ISO/IEC DIS 13818-2) streamvideofile %s not existent or empty Project-Id-Version: gimp-gap Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2002-09-03 15:02+0200 Last-Translator: Sven Neumann Language-Team: German diff -uraN gimp-gap-2.0.1/po/de.po gimp-gap-2.0.2/po/de.po --- gimp-gap-2.0.1/po/de.po 2004-04-30 21:00:42.000000000 +0200 +++ gimp-gap-2.0.2/po/de.po 2004-05-10 21:26:32.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gimp-gap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2002-09-03 15:02+0200\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" @@ -183,7 +183,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -198,7 +198,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -355,7 +355,7 @@ msgstr "Reihenfolge der Frames wird verändert..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Beschreibung:" @@ -367,7 +367,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -465,7 +465,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Anim.-Vorschau" @@ -1715,206 +1715,206 @@ msgid "No selected layer in start frame" msgstr "Keine Ebene ausgewählt im ersten Frame" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Vernichten" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiplizieren" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Schirm" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Überlagern" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Modus:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Beschreibung:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Unterschied" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Addieren" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Subtrahieren" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Nur Abdunkeln" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Nur Aufhellen" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Farbton" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Sättigung" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Farbe" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Wert" # TODO ?? -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Zeichenmodus" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Links Oben" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Links Unten" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Rechts Oben" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Rechts Unten" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Mitte" # TODO besserer Ausdruck? #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Schleife" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Umgekehrte Schleife" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Einmal" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Einmal umgekehrt" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "Ping-Pong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Kein" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Framefolge Schleife" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Framefolge Umgekehrte Schleife" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Framefolge Einmal" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Framefolge Einmal umgekehrt" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Framefolge Ping-Pong" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Framefolge Keine" # TODO context ? -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Bewegungs-Pfad" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 #, fuzzy msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Vorschau-Frame mit ausgewählter Quellebene am momentanen Kontrollpunkt " "anzeigen" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "Erzeuge animierte Preview als Multi-Ebenen-Bild" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Kopiere bewegte(n) Quellebene(n) in Frames" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Quelle auswählen" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Konvertierungs-Einstellungen" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 #, fuzzy msgid "" "No source image was selected.\n" @@ -1924,48 +1924,48 @@ "Bitte öffnen Sie ein 2. Bild vom gleichen Typ bevor Sie 'Bewegungs-Pfad' " "aufrufen." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objekt auf leere Frames" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objekt auf einem Frame" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Genaues Objekt auf Frames" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Grösse der animierten Vorschau" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Vorschau skalieren" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Grösse der generierten animierten Vorschau skalieren (in %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Frame-Rate:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Frame-Rate der animierten Vorschau in Frames/s" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "In Video-Buffer kopieren" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 #, fuzzy msgid "" "Save all single frames of animated preview to video buffer.(configured in " @@ -1974,31 +1974,31 @@ "Sichere alle Frames der animierten Vorschau in der Video-Ablage\n" "(wird aus gimprc durch video-paste-dir und video-paste-basename bestimmt)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Den aktuellen Kontrollpunkt auf Standardwerte zurücksetzen" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Bewegungs-Pfad animierte Vorschau" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Einstellungen" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "Erzeugung der animierten Vorschau fehlgeschlagen\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -2007,29 +2007,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Pfad-Kontrollpunkte aus Datei laden" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Pfad-Kontrollpunkte in Datei speichern" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktueller Punkt: [ %3d ] von [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2037,7 +2037,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2045,7 +2045,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2054,41 +2054,41 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Quell-Bild/Ebene:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 #, fuzzy msgid "Source object to insert into destination frames of the specified range" msgstr "Quellobjekt, welches in die Frames eingefügt wird" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Modus:" # TODO ?? -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Zeichenmodus" # TODO ??? #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Schrittmodus:" # TODO ??? -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 #, fuzzy msgid "How to fetch the next source layer at the next handled frame" msgstr "Wie die Quellebene für den nächsten Frame ausgewählt wird" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2100,7 +2100,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2108,43 +2108,43 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Anker:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "Wie die Quellebene an den Kontrollpunkt-Koordinaten platziert wird" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Deckkraft:" @@ -2157,13 +2157,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Deckkraft:" @@ -2176,13 +2176,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2194,7 +2194,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2204,7 +2204,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Deckkraft:" @@ -2217,13 +2217,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Deckkraft:" @@ -2236,67 +2236,67 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Ersten Kontrollpunkt anzeigen" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 #, fuzzy msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Kontrollpunkt am Ende hinzufügen\n" "(der letzte Punkt wird dupliziert)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "Kontrollpunkt einfügen\n" "(der aktuelle Punkt wird dupliziert)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Aktuellen Kontrollpunkt löschen" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Vorherigen Kontrollpunkt anzeigen" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Nächsten Kontrollpunkt anzeigen" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Ersten Kontrollpunkt anzeigen" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Letzten Kontrollpunkt anzeigen" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Den aktuellen Kontrollpunkt auf Standardwerte zurücksetzen" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 #, fuzzy msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " @@ -2305,7 +2305,7 @@ "Alle Kontrollpunkte auf Standardwerte zurücksetzen ohne den Pfad zu ändern " "(X/Y Werte)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 #, fuzzy msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " @@ -2314,17 +2314,17 @@ "Setze die Rotation aller Kontrollpunkte so, daß sie der From des Pfades " "folgen. (Shift: Benutze Rotation von Kontrollpunkt 1 als Versatz)" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Alle Kontrollpunkte löschen" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Lade Kontrollpunkte aus Datei" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Kontrollpunkte in Datei speichern" @@ -2339,7 +2339,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Erster bearbeiteter Frame" @@ -2354,14 +2354,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Letzter bearbeiteter Frame" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Ebenenstapel:" @@ -2373,7 +2373,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2383,34 +2383,34 @@ "Ziel-Frames eingefügt wird (0 ist ganz oben)" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Erzwinge Sichtbarkeit" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "Erzwinge Sichtbarkeit für alle kopierten Quellebenen" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Am Frame kappen" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "Alle Quellebenen an Frame-Rand kappen" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Breite:" @@ -2422,14 +2422,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "Skaliere die Quellebene horizontal (in %)" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Höhe:" @@ -2442,12 +2442,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "Skaliere die Quellebene vertikal (in %)" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Seitenverhältnis beibehalten" @@ -2457,8 +2457,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Deckkraft:" @@ -2470,14 +2470,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "Deckkraft der Quellebene (in %)" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Drehen:" @@ -2489,19 +2489,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "Rotiere Quellebene (in Grad)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2513,13 +2513,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2531,13 +2531,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2549,13 +2549,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2567,13 +2567,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2585,7 +2585,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2593,7 +2593,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2605,13 +2605,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2623,7 +2623,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2635,34 +2635,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Frame-Reichweite auswählen" @@ -2675,7 +2675,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2683,33 +2683,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "X Koordinate" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Y Koordinate" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Keyframe:" @@ -2721,44 +2721,44 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 #, fuzzy msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Kontrollpunkt auf Keyframe festlegen\n" "(0 == kein Keyframe)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Frames modifizieren" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "Positionierte Farb-Rasterung" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" # TODO context ? #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Bewegungs-Pfad" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 #, fuzzy msgid "" "Show path lines and enable pick/drag with left button or move with right " @@ -2768,35 +2768,35 @@ "und mit dem rechten Button bewegen." #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Bis Frame:" @@ -2811,31 +2811,31 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "Dieser Frame wird angezeigt, wenn Vorschau Auffrischen gedrückt wird" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Kann nicht mit momentanen Kontrollpunkt-\n" "bzw. Keyframe-Einstellungen umgehen" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Keyframes zurücksetzen" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Bewegungs-Pfad Kontrollpunkt-Check" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Fehler:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3215,67 +3215,67 @@ "FEHLER: Für ein einzelnes Bild aufgerufen, ein AnimFrame wird benötigt!" # besser ? -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Video/Frames zu Bild..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Drehen:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Frame-Reichweite auswählen" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Ebene(n) entfernen" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Ebene(n) umbenennen" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Einstellungen" @@ -4726,27 +4726,27 @@ msgid "Rotate Follow" msgstr "Rotation folgend" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Ebene aus Frames entfernen..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Den aktuellen Kontrollpunkt auf Standardwerte zurücksetzen" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Ebene(n) verknüpfen" diff -uraN gimp-gap-2.0.1/po/el.gmo gimp-gap-2.0.2/po/el.gmo --- gimp-gap-2.0.1/po/el.gmo 2004-04-30 21:01:07.000000000 +0200 +++ gimp-gap-2.0.2/po/el.gmo 2004-05-10 21:26:50.000000000 +0200 @@ -6,7 +6,7 @@    -1 &  # !" % $AdditionAuthor:Case sensitiveCenterColorContinueCopyCutDate:Extension:File already existsFormatHeight:In:Invert SelectionLoopMode:MultiplyName:NoneNormalNumber of ColorsNumber:Opacity:OpenOptionsPattern:SaturationScreenSelectSettingsSubtractValueValue:Width:X:Y:Project-Id-Version: gimp-plugins 1.0 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2001-12-27 17:06+0000 Last-Translator: Simos Xenitellis Language-Team: Greek diff -uraN gimp-gap-2.0.1/po/el.po gimp-gap-2.0.2/po/el.po --- gimp-gap-2.0.1/po/el.po 2004-04-30 21:00:43.000000000 +0200 +++ gimp-gap-2.0.2/po/el.po 2004-05-10 21:26:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp-plugins 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2001-12-27 17:06+0000\n" "Last-Translator: Simos Xenitellis \n" "Language-Team: Greek \n" @@ -191,7 +191,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 #, fuzzy @@ -206,7 +206,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 #, fuzzy @@ -349,7 +349,7 @@ # #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Μπλέ:" @@ -361,7 +361,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -461,7 +461,7 @@ # #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Προεπισκόπηση" @@ -1664,312 +1664,312 @@ msgstr "Διαγραφή Στρώματος" # -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Κανονικό" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 #, fuzzy msgid "Dissolve" msgstr "Απενεργοποίηση" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Πολ/μος" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" # -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Οθόνη" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 #, fuzzy msgid "Overlay" msgstr "Επιγράμμηση" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Κατάσταση:" # -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Μπλέ:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 #, fuzzy msgid "Difference" msgstr "Αναφορά:" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Πρόσθεση" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Αφαίρεση" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 #, fuzzy msgid "Darken Only" msgstr "Μόνο Εικόνες" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 #, fuzzy msgid "Lighten Only" msgstr "Μόνο λευκό" # -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 #, fuzzy msgid "Hue" msgstr "Απόχρωση:" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Κορεσμός" # -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Χρώμα" # -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Τιμή" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Κατάσταση ζωγραφίσματος με βρούτσα." # -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 #, fuzzy msgid "Left Top" msgstr "Αριστερά" # -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 #, fuzzy msgid "Left Bottom" msgstr "Κάτω" # -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 #, fuzzy msgid "Right Top" msgstr "Δεξιά" # -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 #, fuzzy msgid "Right Bottom" msgstr "Κάτω" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Κέντρο" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Βρόχος" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 #, fuzzy msgid "Loop Reverse" msgstr "Αντιστροφή" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 #, fuzzy msgid "Once" msgstr "Ένα" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Αντιστροφή" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "εισερχόμενα" # -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Κανένα" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 #, fuzzy msgid "Frame Loop" msgstr "Τύπος πλαισίου" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 #, fuzzy msgid "Frame Once" msgstr "Όνομα πλαισίου" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Αντιστροφή" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Παγωμένη ομίχλη" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 #, fuzzy msgid "Frame None" msgstr "Όνομα πλαισίου" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 #, fuzzy msgid "Move Path" msgstr "Διαδρομή man" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "Δημιουργία _Κατατόμησης" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 #, fuzzy msgid "Source Select" msgstr "Επιλογή Χρώματος" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Ρυθμίσεις Χρώματος" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" # -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 #, fuzzy msgid "Object on empty frames" msgstr "Ιδιότητες αντικειμένου" # -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 #, fuzzy msgid "Object on one frame" msgstr "Όνομα Αντικειμένου" # -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Εξαγωγή αντικειμένου με όνομα '%s'" # -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Φύλλο προεπισκόπισης" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Ανανέωση Προεπισκόπησης" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 #, fuzzy msgid "Framerate:" msgstr "Δειγματοληψία:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Αντιγραφή σε Φάκελο" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Εισαγωγή τρέχουσας ημ/νίας και ώρας" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" # -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Επιλογές" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "Δημιουργία _Κατατόμησης" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1978,30 +1978,30 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Λήψη πληροφοριών πακέτου από το αρχείο %s" # -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Αποθήκευση περιεχομένων widget σε αρχείο" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2009,7 +2009,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2017,7 +2017,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2026,39 +2026,39 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 #, fuzzy msgid "Source Image/Layer:" msgstr "Ηλίασμα Εικόνας" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Κατάσταση:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 #, fuzzy msgid "Paintmode" msgstr "Κατάσταση ζωγραφίσματος με βρούτσα." #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 #, fuzzy msgid "Stepmode:" msgstr "Οδός:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2070,7 +2070,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2078,44 +2078,44 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 #, fuzzy msgid "Handle:" msgstr "Χειριστής:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" # #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Διαφάνεια:" @@ -2128,14 +2128,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" # #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Διαφάνεια:" @@ -2148,13 +2148,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2166,7 +2166,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2177,7 +2177,7 @@ # #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Διαφάνεια:" @@ -2190,14 +2190,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" # #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Διαφάνεια:" @@ -2210,85 +2210,85 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Εμφάνιση σημείων προσάρτησης δίσκων" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Εισαγωγή τρέχουσας ημ/νίας και ώρας" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Διαγραφή σημείου σύνδεσης" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Εμφάνιση σημείων προσάρτησης δίσκων" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Εμφάνιση σημείων προσάρτησης δίσκων" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Εμφάνιση σημείων προσάρτησης δίσκων" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Εμφάνιση Ση_μείων Σύνδεσης" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Εισαγωγή τρέχουσας ημ/νίας και ώρας" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Διαγραφή Περιεχομένων Απορριμμάτων;" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Λήψη πληροφοριών πακέτου από το αρχείο %s" # -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Αποθήκευση της αναφοράς σε αρχείο" @@ -2303,7 +2303,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Όνομα" @@ -2318,14 +2318,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Τελευταία Αλλαγή:" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 #, fuzzy msgid "Layerstack:" msgstr "Στρώματα" @@ -2338,39 +2338,39 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Ορατότητα" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Πλάτος:" @@ -2382,13 +2382,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Ύψος:" @@ -2401,11 +2401,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Περιορισμός" @@ -2416,8 +2416,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Διαφάνεια:" @@ -2429,13 +2429,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 #, fuzzy msgid "Rotate:" msgstr "Περιστροφή" @@ -2448,18 +2448,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2471,13 +2471,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2489,13 +2489,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2507,13 +2507,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2525,13 +2525,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2543,7 +2543,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2551,7 +2551,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2563,13 +2563,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2581,7 +2581,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2593,34 +2593,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Επιλογή Εικόνας" @@ -2633,7 +2633,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2641,33 +2641,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "Χ:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "Συντεταγμένη Χ" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Ψ:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Συντεταγμένη Χ" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 #, fuzzy msgid "Keyframe:" msgstr "Όνομα χρήστη:" @@ -2680,75 +2680,75 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" # -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Τροποποίηση" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Διαδρομή man" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Πλαίσιο" @@ -2763,30 +2763,30 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "Εισαγωγή τρέχουσας ημ/νίας και ώρας" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 #, fuzzy msgid "Reset Keyframes" msgstr "Ρυθμός επανάληψης" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 #, fuzzy msgid "Errors:" msgstr "Σφάλμα:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3113,68 +3113,68 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Φίλτρα/Κείμενο/FreeType..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Περιστροφή" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Επιλογή Εικόνας" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Διαγραφή Στρώματος" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Ανύψωση Στρώματος" # -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Ρυθμίσεις" @@ -4603,28 +4603,28 @@ msgid "Rotate Follow" msgstr "Περιστροφή" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Φίλτρα/Κείμενο/FreeType..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Εισαγωγή τρέχουσας ημ/νίας και ώρας" # -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Καθορισμός Στρώματος" diff -uraN gimp-gap-2.0.1/po/en_CA.gmo gimp-gap-2.0.2/po/en_CA.gmo --- gimp-gap-2.0.1/po/en_CA.gmo 2004-04-30 21:01:08.000000000 +0200 +++ gimp-gap-2.0.2/po/en_CA.gmo 2004-05-10 21:26:50.000000000 +0200 @@ -1,86 +1,94 @@ -]5G#G@ H"NHIqHaH4IkRI6I2I2(Jf[JJpKK KKKK&L$(L$MLrLLL!LL -M(M"HM%kMMMMM$N3N RNsNN N NNO1O"PO(sO,O$O(OP(2P)[PP)PP&P9QIQ:hQQQ -Q QQ!Q=Q2RKRfR!R RRRRFR'2S)ZS#SuST;TAT,RT TTT -TT TT=T4UdDU&U&U UV *V 6V DV RVb_V -W W W -WWWX)X i1|i-ii&i(jHjgjoj jjMjjkI$khnkkOk -;l FlTlcl]xl3l -mmm. n5a"nʁ=9 w ڂ#@,m3"7%Z26 -#<+ -hs -s ~ ab"64:TLL-7ߊe& L4!/%ӌ=-7-eK7;A[>]Ǐ Ώ ؏   2D@.H,(4E]e1  ȓ ғ  # -? J V cqv'/#@\{֕tߕ(TS} іCݖ[!r} -vA:3 N -[f n {5KD -DODٚݚ I FW'ƛ/E^Oyɜ$ۜ$/% U_ev &O& 0!H4j0О *lG&Y۟U5 Рؠm Ye -n y -}6Qk 8Ȣ&%(Nj$q$ˣߣ #'Kk -r} **3D#W { 376 6W2655.d:~OH >R ̨ݨI HTp.Ʃ)} -YpOѫ!E@ ͬ4Ҭ F [i }F.%u'î ɮp֮G_(n/$) @M UM_U  'B5$xSQWV ȳճ  'CUo - 4Ĵ -2"2U3322#3V3& - >1 pķ ޷%)'<dS $8So  -̹׹f߹Ffغ? л ܻ  &ӽ|KB[G2*,D(q?'+.H?&f#u-15D9#~@"IaP4k6S22fW 9Ee&$$&@!_"%&Fc$ ' E f")-2%`(())<f&9:;? -C NX!j=! =KhqF')#u@, $7 -MX gu=e'B'j  b -] h u - SSM  mMV<./6HXm K =AY jwY ":Ol~rK\lXmr'9 -3 >#LWp6N N o !#&J -Q\kot {( - - *C"I+u! +%A%g$ -)C5YU;R!t W 7"E h=u*=1-N|&( &3MPIhwO - ]3v.5 +8OcYv  .:B}~):  ( ;E- -' -: -EPcs. #$5Z6u -I  / -3 HU \iz -CcE%--=-k 9  8:T0<,q*9) "+2'F -ny} "" < ,:N]t3 - - (;[k|,    -& -1<WsT&( - -: EQ;` -( -""'JPnp= > [e@3"%2'6Z  -#< -. - & Gahb6-4d:UKLS]-[7eQ&L!+ /M %} = - - -= -K -;. Aj [ > G ^ r  y         D 0 9 > .:Ii,(E OeCK[ `l t ~    -   "'9/a (Fet(S* ~C[r*  ve:m  -   )56KlDDDB IG'Mu O(x$$/ % 5&AOh&!40N l&cZU ; H R`m  - ) -5@O}h 2?Ng8x&% $! $F k {    #  ! -"!-!>! O!*p!*!!!!#" ," 9"E"U"3e"7"6"6#2?#6r#5#5#$:/$Oj$H$?%C%]% p%~%%%I% %&"&9&M&c&.x&&)/'Y' -b'm' ($(<(S(j(O((E(:)U) t))4)))F) ** 1*?*F*%)+'O+w+ }+p++,(",K,/j,,$,,, ,- -M-Ua---- -B-$,.Q.Sd/Q/W -0 b0 o0 |00 0 0 0000 1#1<1 -P1[1 d1 n14x111 -1212 23<23p222223 -33>3&r333 -3 33>3 $4E4e4x4 4%4)4'4535SB55555 5$556#6?6 F6 R6_6 s6 -66f66f77 8 88 888 88889:=;|F;K;B<GR<2<*<,<(%=?N='=+==H>?>?#)?M?Q?U?Y?]????nV^Y $p+N;XP4|CGZ+J>P9aXt6Ms$h0@z3n+ochZ6 -d* !8OLBK/"j0[i}7of!<QY$:1mlr0GfN5;)zItiH"33vP-%iH&_V=F ~FG{GESIb -TwOg|S>[^Nc}?p V\;q2('!zW:eWlSg1y% bFakPr1,.n-]XC"j*WQLQ]Qu{u%2Ym4a4(eE<"R9=kubTfFJ95% 68Y_c w~jK78 -D`7kApx@S=K$K2<AZ5Ex1*&.e UUdy? #=O), ADHD*@>#y[|'])g_\^- Rhsq TDC @)oJTB(,2#VI+R: ZRB6/s vd' L&;(U:{\`AXM!M?`m#3}LW0BI<x //'5 -JCt [ .v?~>]U\,lw9 4rM8-&.NEO7Hq +eDl6H#H@H"HI!IakI4IkJ6nJ2J2Jf KrK L8L TL`LLL&L$L$L"MAM[M!zMMMM"M%NANaN~NN$NN O#OBO `O OOOO"P(#P,LP$yP(PP(P) Q5Q)TQ~Q&Q9QQ:RSRWR +[R fRpR!R=RRRS!3S UScSSSFS'S) +T#4TuXTTTT,U /Uj-pjj&j(j +k)k1k HkUkMrkkkIkh0llOl +l mm%m]:m3mmnn.n5n4o MoZoqooYo oop $p0pPp:dpppqqq(q8q 0r =rGr Zrdrr-s4s +;sFs +Ys +dsossssss.stt $t#0t$Ttyt6t +tIt u.uu uu/u )v33v gvtv {vvvv vv-vC wcdww%w x#x;xLx-\x-x x x xxx9x!y%y +-y8y@y Fy Ry8_y:y0y<z,Azqnz9z{){ H{R{a{f{o{v{'{ +{{{ {"{"| &|<3| p|~|||||3| }#} 2} <} F} +P}[}z}}~~~~~ +, H T a k +x +S5&Qx } + ; +6(   +)"4W"wn=/ m Ѓ@"c3"-%P2v6 +#<! +^i| +i t ab6{4:TBL-7Ջ e&L*!w/%ɍ=---[K-;yA[>S Đ ΐؐ   (D6{.H,(*ESe'  Ȕ֔    +5 @ L Ygl'/ڕ6Rq̖tՖ(JSs ǗCӗ[rs #v7: ) D +Q\ d q5~KDDEDϛӛ IFM'ٜ%;TOo$ѝ$/ KU[l |&O&&!>4`0Ɵ  l=&YѠU+ ơΡm O[ +d o +{},Ga x8&%D`$g$դ #Aa +hs ** ):#M q ~37ަ66M2655$Z:tOH>H ©өI >Jf}.)s +Of~OǬE6| í4ȭF + +Q \j ~F/%v'į ʯpׯH`(o/$* AN VM`U  (B6$ySQWW ɴִ  (DVp + 4ŵ +2#2V3322$3W3& + >2 qŸ ߸%)'=eS $9Tp  +ͺغfGfٻ@ Ѽ ݼ   'Ծ|KB\G2*,E(r?'+/H?'g#v.26D:#@"IaQ4k6T22fX :Ff&$$'A!`"%'Gd$  ( F g") -3%a(())=g&9:<@ +D OY!k=! >LirF')#uA, %8 +NY hv=e'C'k  b +^ i v + SSN  mM\<.%5<N^s K = G_ p}Y  (@UrrQbr^sx'9 +9 D#RWv6N T u ! +#,P +Wbquz ( + + #0I"I1{!+%G%m$ +)<V5lU;R4 W. J"X {=*=1/-a&(" 9FMcIh!O + ]+3.5% >KbvY  !A:U): $ 1; NX-( +/: +M +Xcv.  #$$Hm6 +I " / 3' [h o| -CcX%/@-P-~ 9 +!,4 : F8S:0<,5qb9) <FUZcj'~ + "" <' dr3  & +0 ; +EPo, = I V ` +m +xT,&Ho t + ; +-( +  + "+N"nn=& d @[3"%%H2n6  +#< +Vau +b m ab6t4:U<L-7 e & L% +!r +/ +% += +-( -V  K) ;u A [ >O            $D2w.I,('EPe$       +2 = I Vdi'/4Pot(HSq C[rq  !v5: ' C +P[ c p5}KDDDD IGL'%;TOo$$/ KU[l |&O&&!>4`0  l=&ZU,   m P\ +e p +|}- H b  y    8 & %!E!a!$h!$!!!!! !#"B"b" +i"t"" "*"*" #+#<##O# s# ###3#7#6$6O$2$6$5$5&%\%:v%O%H&?J&&& &&&&I& A'M'i''''.'')v(( +((T)k))))O)*E;*** **4*++F+ +V+ a+o+ ++F4,%{,',, ,p,M-e-(t--/--$- ./. F.S. [.Me.U. //%/ -/B;/$~//S0Q +1W\1 1 1 11 1 1 22-2I2[2u22 +22 2 24223 +32(32[33333232)43\434&444 + 5 5 5>75 v5555 5%5)6'B6j66S66666 7$7>7Y7u77 7 77 7 +77f7L8f8E9 9 99 9:: :":%:,:;;<|<K=Ba=G=2=*>,J>(w>?>'>+?4?H??,@l@#{@@@@@@3A7A;A' K>249^?=l$DHg2z>hHQQR3@LtC+9a<zo$4\j +"eNd5&|}bc@>^7+T:6,NW_PXV &C0[ap57-6YqJ I<] t** UGY'E1` +:}/;&? a\H!$1dG[e'%/<MLrX8 =U/^kRb Z)!3*k da:SB{n;;V (*2c=! N5mM#SEQLc +0A|F~W0(wWjb)w + "9x"..n "lt7N F&8sXv4\FU,uMeu:6+R<E3kIrgDs0[~YCfy]o#Z/{Am?pBjx]K),-98JTgeF]oA1vLDKiR TMV!?S@#CJy i_fqQ$6.I3_I%7>hy( { hEOu41wW+PH(-bSmOlqvd%X;`n5,O^rP}B[p`8D#YJKs_ @2|Gx`UTzZ.cZ OPB=-i\AG)fV'~% ERROR: height not a multiple of 16 ERROR: invoked from a single image, but video frame is required ERROR: width not a multiple of 16 @@ -101,7 +109,7 @@ %d (at %.4f frames/sec)%s does not look like xanim** Empty **** File is not a filtermacro **** No menu path available **** not available **-1 is previous frame, +1 is next frame2nd call of %s (define end-settings)/Filters/Filter all Layers.../Filters/Filtermacro.../Video/Bluebox .../Video/Delete Frames.../Video/Duplicate Frames.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Exchange Frame.../Video/Filename to Layer.../Video/Frame Sequence Shift.../Video/Frames Convert.../Video/Frames Crop.../Video/Frames Density.../Video/Frames Flatten.../Video/Frames Layer Delete.../Video/Frames Modify.../Video/Frames Renumber.../Video/Frames Resize.../Video/Frames Scale.../Video/Frames to Image.../Video/Go To/Any Frame.../Video/Go To/First Frame/Video/Go To/Last Frame/Video/Go To/Next Frame/Video/Go To/Previous Frame/Video/Layer/Colors/CurvesFile.../Video/Layer/Colors/Hue-Saturation.../Video/Layer/Colors/Levels.../Video/Layer/Set Layer Opacity.../Video/Move Path.../Video/Onionskin/Configuration.../Video/Onionskin/Create or Replace/Video/Onionskin/Delete/Video/Onionskin/Toggle Visibility/Video/Playback.../Video/Split Image to Frames.../Video/Split Video to Frames/Any XANIM readable.../Video/VCR Navigator.../Xtns/Split Video to Frames/Any XANIM readable...ALLAddAdd FilterAdd PointAdd alpha channelAdd black layermask (transparent)Add controlpoint at end. The last controlpoint is duplicated.Add layermask from alphaAdd layermask from bw copyAdd layermask from selectionAdd layermask transfer from alphaAdd selectionAdd white layermask (opaque)AdditionAdvanced SettingsAffect only pixels with alpha >= source alpha where 1.0 is full opaqueAffected range ends at this framenumberAffected range starts at this framenumberAll images must have the same size,All images must have the same size, width and height must be a multiple of 16 -(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolor transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Color PickerBlueboxPreview.xcfBlurb:Calculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function +(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolor transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Color PickerBlueboxPreview.xcfBlurb:BurnCalculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function on the same video frame image at the same time. Locking image_id:%d Can't operate with current controlpoint @@ -111,7 +119,7 @@ %sCan't operate with current controlpoint or keyframe settingsCant open two or more video navigator windows.Case sensitiveCase sensitive:CenterCenter HorizontalCenter VerticalChange Frame DensityChange Frames DensityChannel:Channels:Clear Video BufferClick: go to frame, Ctrl-Click: set 'From Frame', Alt-Click: set 'To Frame'Clip To FrameClip all copied source layers at destination frame boundariesClipped to bottom layerClipped to imageClose windowClose window without any actionClose window without creating or deleting any onionskin layers but store current SettingsColorColor LevelsColor Levels Adjustments Common color thresholdConfirm Frame DeleteConfirm Frame Density ChangeConstant Bitrate:Constrain aspect ratioContinueConvert Frames to IndexedConvert Frames to other FormatsConvert Frames: Save operation failed. Desired save plugin can't handle type -or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints +or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDivideDodgeDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints filename: '%s' %sERROR: Could not read controlpoints filename: '%s' @@ -136,7 +144,7 @@ (the freely distributed Berkeley MPEG-1 video encoder.) Generating animated preview...Generation of animated preview failedGo To Frame (%ld/%ld)Go to this frame numberGoto first frameGoto last frameGoto next frame use timezoom stepsizeGoto prev frame - use timezoom stepsizeGrab PathGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Height:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), + use timezoom stepsizeGrab PathGrain ExtractGrain MergeGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Hard LightHeight:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep PaintmodeKeep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), where the string '[######]' is replaced by the frame number. This name is only relevant for the functions: Duplicate layer(s) @@ -194,7 +202,7 @@ (1 = best quality, 31 = best compression)RGBRaise layer(s)Ratio X:ReadyRedRemove UnusedRemove all onionskin layers in all frames of the the selected frame rangeRemove unused or double colors (ignored if palette type is not custom)Removing layer (pos:%ld) from frames...Removing onionskin layers...Rename layer(s)Renaming frames...Render Filename to LayerRenumber FramesRenumber Frames (%ld)Renumber Frames 2nd PassRenumber frame sequence...Renumber the affected frame sequence (numbers are shifted in circle by N steps)Replace selectionRequirements to run mpeg2encode 1.2:Requirements to run mpeg_encode 1.5:Requirements to run the xanim based video splitResample:ResetReset All PointsReset KeyframesReset PointReset all Parameters to Default ValuesReset all controlpoints to default values but dont change the path (X/Y values)Reset all parameters to default valuesReset offset and volumeReset parameters to original sizeReset playback speed to original (or previous) valueReset the current controlpoint to default valuesReset to default settingsResize (original %dx%d)Resize FramesResize Video Frames (all)Resizing all video frames...Resulting layer size is made of the outline-rectangle of all visible layers (may differ from frame to frame)Resulting layer size is the frame sizeResulting layer size is the frame size transparent parts are filled with background colorResulting layer size is the size of the bottom layer (may differ from frame to frame)Right BottomRight TopRotate FollowRotate source layer (in degree)Rotate:Run asynchronouslyRun xanim asynchronously and delete unwanted frames (out of the specified range) while xanim is still runningSamplerate:Samples:SaturationSaturation:Save As IsSave FlattenedSave Path Points to FileSave all single frames of animated preview to video buffer.(configured in gimprc by video-paste-dir and video-paste-basename)Save controlpoints to fileSave selection to channelScale (original %dx%d)Scale FramesScale Preview:Scale Video Frames (all)Scale and ModifyScale down size of the generated animated preview (in %)Scale source layer's height in percentScale source layer's width in percentScaling all video frames...ScreenSearch algorithmus used for B-framesSearch algorithmus used for P-framesSearch by BlurbSearch by Menu PathSearch by NameSearching - please waitSearching by blurb - please waitSearching by menupath - please waitSearching by name - please waitSelectSelect AllSelect AudiofileSelect By ColorSelect Filter for Animated ApplySelect Filter for Animated Apply on FramesSelect Filtercalls of Current GIMP SessionSelect Filtermacro ScriptfileSelect Fontname)Select Frame RangeSelect Frame Range & Stack PositionSelect Mode:Select NoneSelect Options:Select Pattern:Select all layers where layer name contains patternSelect all layers where layer name ends up with patternSelect all layers where layer name is equal to patternSelect all layers where layer name starts with patternSelect all layers where layername contains patternSelect all layers where layername ends up with patternSelect all layers where layername is equal to patternSelect all layers where layername starts with patternSelect all visible layersSelect layernames by pattern (depends on mode and options)Select layerstack positions where 0 is the background layer. Example: 0, 4-5, 8Select layerstack positions where 0 is the top layer. Example: 0, 4-5, 8Select the color that is used to draw pathlines in the previewSelection Feather Radius:Selection HandlingSelection allSelection invertSelection noneSet Layer OpacitySet alpha of affected pixel to target alpha where 0.0 is full transparentSet for: %sSet framerate in frames/secSet layer(s) invisibleSet layer(s) linkedSet layer(s) unlinkedSet layer(s) visibleSet onionskin parameters for the current videoSet rotation for all controlpoints to follow the shape of the path. Hold down the shift key to use rotation of contolpoint 1 as offset.Set the source layer's opacity in percentSettingsSettings :Sharp pixel selection by color with 0.0. Greater values than 0 makes selection with more or less varaible alpha value depending on difference to the keycolorShow cursor crosslinesShow first controlpointShow last controlpointShow next controlpointShow only every N.th frameShow path lines and enable pick/drag with left button or move with right buttonShow preview as seperate imageShow preview frame with selected source layer at current controlpointShow previous controlpointShow source layer as gridlinesShrink/Grow:SizeSize of the preview image in percent of the originalSkipSkip %dSmart update thumbnails - forced thumbnail update for all framesSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. + forced thumbnail update for all framesSoft LightSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. desired save plugin can't handle type or desired save plugin not available.Split Image into FramesSplit SettingsSplit any Xanim readable Video to FramesSplitting image into frames...Stackposition where to place onionskin layer(s)Stackposition:Start framenumber of selection rangeStart playbackStart reverse playbackStartscript:Status:Stepmode:String to identify layer names or layerstack position numbers. Example: 0,3-5String to identify layer(s) by name or by layerstack position numbers. Example: 0,3-5SubtractSubtract selectionSyncronTarget Alpha:Target audio samperate in samples/sec. Ignored if resample is off)The currently displayed frame numberThe extension of resulting frames is also used to define the fileformat. Please note that fileformats differ in capabilities to store informations for multiple layers and other things.Some fileformats may require converting to another imagetype and/or flattening the frames.The selected %d frame(s) will be deleted. There will be no undo for this operation @@ -246,8 +254,8 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp-gap Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 -PO-Revision-Date: 2004-04-08 18:16-0400 +POT-Creation-Date: 2004-05-10 21:26+0200 +PO-Revision-Date: 2004-05-01 01:27-0400 Last-Translator: Adam Weinberger Language-Team: English/Canada MIME-Version: 1.0 @@ -274,7 +282,7 @@ %d (at %.4f frames/sec)%s does not look like xanim** Empty **** File is not a filtermacro **** No menu path available **** not available **-1 is previous frame, +1 is next frame2nd call of %s (define end-settings)/Filters/Filter all Layers.../Filters/Filtermacro.../Video/Bluebox .../Video/Delete Frames.../Video/Duplicate Frames.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Exchange Frame.../Video/Filename to Layer.../Video/Frame Sequence Shift.../Video/Frames Convert.../Video/Frames Crop.../Video/Frames Density.../Video/Frames Flatten.../Video/Frames Layer Delete.../Video/Frames Modify.../Video/Frames Renumber.../Video/Frames Resize.../Video/Frames Scale.../Video/Frames to Image.../Video/Go To/Any Frame.../Video/Go To/First Frame/Video/Go To/Last Frame/Video/Go To/Next Frame/Video/Go To/Previous Frame/Video/Layer/Colours/CurvesFile.../Video/Layer/Colours/Hue-Saturation.../Video/Layer/Colours/Levels.../Video/Layer/Set Layer Opacity.../Video/Move Path.../Video/Onionskin/Configuration.../Video/Onionskin/Create or Replace/Video/Onionskin/Delete/Video/Onionskin/Toggle Visibility/Video/Playback.../Video/Split Image to Frames.../Video/Split Video to Frames/Any XANIM readable.../Video/VCR Navigator.../Xtns/Split Video to Frames/Any XANIM readable...ALLAddAdd FilterAdd PointAdd alpha channelAdd black layermask (transparent)Add controlpoint at end. The last controlpoint is duplicated.Add layermask from alphaAdd layermask from bw copyAdd layermask from selectionAdd layermask transfer from alphaAdd selectionAdd white layermask (opaque)AdditionAdvanced SettingsAffect only pixels with alpha >= source alpha where 1.0 is full opaqueAffected range ends at this framenumberAffected range starts at this framenumberAll images must have the same size,All images must have the same size, width and height must be a multiple of 16 -(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolour transparent.Apply thresholds in the HSV colourmodelApply thresholds in the RGB colourmodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Colour PickerBlueboxPreview.xcfBlurb:Calculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function +(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolour transparent.Apply thresholds in the HSV colourmodelApply thresholds in the RGB colourmodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Colour PickerBlueboxPreview.xcfBlurb:BurnCalculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function on the same video frame image at the same time. Locking image_id:%d Can't operate with current controlpoint @@ -284,7 +292,7 @@ %sCan't operate with current controlpoint or keyframe settingsCant open two or more video navigator windows.Case sensitiveCase sensitive:CentreCentre HorizontalCentre VerticalChange Frame DensityChange Frames DensityChannel:Channels:Clear Video BufferClick: go to frame, Ctrl-Click: set 'From Frame', Alt-Click: set 'To Frame'Clip To FrameClip all copied source layers at destination frame boundariesClipped to bottom layerClipped to imageClose windowClose window without any actionClose window without creating or deleting any onionskin layers but store current SettingsColourColour LevelsColour Levels Adjustments Common colour thresholdConfirm Frame DeleteConfirm Frame Density ChangeConstant Bitrate:Constrain aspect ratioContinueConvert Frames to IndexedConvert Frames to other FormatsConvert Frames: Save operation failed. Desired save plugin can't handle type -or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints +or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDivideDodgeDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints filename: '%s' %sERROR: Could not read controlpoints filename: '%s' @@ -309,7 +317,7 @@ (the freely distributed Berkeley MPEG-1 video encoder.) Generating animated preview...Generation of animated preview failedGo To Frame (%ld/%ld)Go to this frame numberGoto first frameGoto last frameGoto next frame use timezoom stepsizeGoto prev frame - use timezoom stepsizeGrab PathGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Height:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep TypeKeycolour:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), + use timezoom stepsizeGrab PathGrain ExtractGrain MergeGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Hard LightHeight:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep PaintmodeKeep TypeKeycolour:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), where the string '[######]' is replaced by the frame number. This name is only relevant for the functions: Duplicate layer(s) @@ -367,7 +375,7 @@ (1 = best quality, 31 = best compression)RGBRaise layer(s)Ratio X:ReadyRedRemove UnusedRemove all onionskin layers in all frames of the the selected frame rangeRemove unused or double colours (ignored if palette type is not custom)Removing layer (pos:%ld) from frames...Removing onionskin layers...Rename layer(s)Renaming frames...Render Filename to LayerRenumber FramesRenumber Frames (%ld)Renumber Frames 2nd PassRenumber frame sequence...Renumber the affected frame sequence (numbers are shifted in circle by N steps)Replace selectionRequirements to run mpeg2encode 1.2:Requirements to run mpeg_encode 1.5:Requirements to run the xanim based video splitResample:ResetReset All PointsReset KeyframesReset PointReset all Parameters to Default ValuesReset all controlpoints to default values but dont change the path (X/Y values)Reset all parameters to default valuesReset offset and volumeReset parameters to original sizeReset playback speed to original (or previous) valueReset the current controlpoint to default valuesReset to default settingsResize (original %dx%d)Resize FramesResize Video Frames (all)Resizing all video frames...Resulting layer size is made of the outline-rectangle of all visible layers (may differ from frame to frame)Resulting layer size is the frame sizeResulting layer size is the frame size transparent parts are filled with background colourResulting layer size is the size of the bottom layer (may differ from frame to frame)Right BottomRight TopRotate FollowRotate source layer (in degree)Rotate:Run asynchronouslyRun xanim asynchronously and delete unwanted frames (out of the specified range) while xanim is still runningSamplerate:Samples:SaturationSaturation:Save As IsSave FlattenedSave Path Points to FileSave all single frames of animated preview to video buffer.(configured in gimprc by video-paste-dir and video-paste-basename)Save controlpoints to fileSave selection to channelScale (original %dx%d)Scale FramesScale Preview:Scale Video Frames (all)Scale and ModifyScale down size of the generated animated preview (in %)Scale source layer's height in percentScale source layer's width in percentScaling all video frames...ScreenSearch algorithmus used for B-framesSearch algorithmus used for P-framesSearch by BlurbSearch by Menu PathSearch by NameSearching - please waitSearching by blurb - please waitSearching by menupath - please waitSearching by name - please waitSelectSelect AllSelect AudiofileSelect By ColourSelect Filter for Animated ApplySelect Filter for Animated Apply on FramesSelect Filtercalls of Current GIMP SessionSelect Filtermacro ScriptfileSelect Fontname)Select Frame RangeSelect Frame Range & Stack PositionSelect Mode:Select NoneSelect Options:Select Pattern:Select all layers where layer name contains patternSelect all layers where layer name ends up with patternSelect all layers where layer name is equal to patternSelect all layers where layer name starts with patternSelect all layers where layername contains patternSelect all layers where layername ends up with patternSelect all layers where layername is equal to patternSelect all layers where layername starts with patternSelect all visible layersSelect layernames by pattern (depends on mode and options)Select layerstack positions where 0 is the background layer. Example: 0, 4-5, 8Select layerstack positions where 0 is the top layer. Example: 0, 4-5, 8Select the colour that is used to draw pathlines in the previewSelection Feather Radius:Selection HandlingSelection allSelection invertSelection noneSet Layer OpacitySet alpha of affected pixel to target alpha where 0.0 is full transparentSet for: %sSet framerate in frames/secSet layer(s) invisibleSet layer(s) linkedSet layer(s) unlinkedSet layer(s) visibleSet onionskin parameters for the current videoSet rotation for all controlpoints to follow the shape of the path. Hold down the shift key to use rotation of contolpoint 1 as offset.Set the source layer's opacity in percentSettingsSettings :Sharp pixel selection by colour with 0.0. Greater values than 0 makes selection with more or less varaible alpha value depending on difference to the keycolourShow cursor crosslinesShow first controlpointShow last controlpointShow next controlpointShow only every N.th frameShow path lines and enable pick/drag with left button or move with right buttonShow preview as seperate imageShow preview frame with selected source layer at current controlpointShow previous controlpointShow source layer as gridlinesShrink/Grow:SizeSize of the preview image in percent of the originalSkipSkip %dSmart update thumbnails - forced thumbnail update for all framesSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. + forced thumbnail update for all framesSoft LightSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. desired save plugin can't handle type or desired save plugin not available.Split Image into FramesSplit SettingsSplit any Xanim readable Video to FramesSplitting image into frames...Stackposition where to place onionskin layer(s)Stackposition:Start framenumber of selection rangeStart playbackStart reverse playbackStartscript:Status:Stepmode:String to identify layer names or layerstack position numbers. Example: 0,3-5String to identify layer(s) by name or by layerstack position numbers. Example: 0,3-5SubtractSubtract selectionSyncronTarget Alpha:Target audio samperate in samples/sec. Ignored if resample is off)The currently displayed frame numberThe extension of resulting frames is also used to define the fileformat. Please note that fileformats differ in capabilities to store informations for multiple layers and other things.Some fileformats may require converting to another imagetype and/or flattening the frames.The selected %d frame(s) will be deleted. There will be no undo for this operation diff -uraN gimp-gap-2.0.1/po/en_CA.po gimp-gap-2.0.2/po/en_CA.po --- gimp-gap-2.0.1/po/en_CA.po 2004-04-30 21:00:44.000000000 +0200 +++ gimp-gap-2.0.2/po/en_CA.po 2004-05-10 21:26:33.000000000 +0200 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: gimp-gap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" -"PO-Revision-Date: 2004-04-08 18:16-0400\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" +"PO-Revision-Date: 2004-05-01 01:27-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" @@ -187,7 +187,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -201,7 +201,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -343,7 +343,7 @@ msgstr "Renumber Frames 2nd Pass" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluebox" @@ -354,7 +354,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Keycolour:" @@ -454,7 +454,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Preview" @@ -1625,194 +1625,191 @@ msgid "No selected layer in start frame" msgstr "No selected layer in start frame" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Dissolve" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiply" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" -msgstr "" +msgstr "Divide" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Screen" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Overlay" -#: gap/gap_mov_dialog.c:413 -#, fuzzy +#: gap/gap_mov_dialog.c:416 msgid "Dodge" -msgstr "Mode:" +msgstr "Dodge" -#: gap/gap_mov_dialog.c:414 -#, fuzzy +#: gap/gap_mov_dialog.c:417 msgid "Burn" -msgstr "Blurb:" +msgstr "Burn" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" -msgstr "" +msgstr "Hard Light" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" -msgstr "" +msgstr "Soft Light" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" -msgstr "" +msgstr "Grain Extract" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" -msgstr "" +msgstr "Grain Merge" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Difference" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Addition" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Subtract" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Darken Only" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Lighten Only" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Hue" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturation" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Colour" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Value" -#: gap/gap_mov_dialog.c:431 -#, fuzzy +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" -msgstr "Paintmode" +msgstr "Keep Paintmode" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Left Top" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Left Bottom" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Right Top" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Right Bottom" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centre" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Loop" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Loop Reverse" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Once" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Once Reverse" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Ping Pong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "None" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Frame Loop" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Frame Loop Reverse" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Frame Once" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Frame Once Reverse" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Frame Ping Pong" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Frame None" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Move Path" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "Show preview frame with selected source layer at current controlpoint" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Generate animated preview as multilayer image" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Copy moving source-layer(s) into frames" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Source Select" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Advanced Settings" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1820,44 +1817,44 @@ "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Object on empty frames" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Object on one frame" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Exact object on frames" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Anim Preview Mode:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Scale Preview:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Scale down size of the generated animated preview (in %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Framerate:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Framerate to use in the animated preview in frames/sec" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Copy to Video Buffer:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1865,29 +1862,29 @@ "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Default" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Reset all parameters to default values" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Move Path Animated Preview" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Options" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Generation of animated preview failed" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1900,7 +1897,7 @@ "in the Image:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1909,20 +1906,20 @@ "No path found in the image:\n" "'%s'" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Load Path Points from File" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Save Path Points to File" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Current Point: [ %3d ] of [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1933,7 +1930,7 @@ "filename: '%s'\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1944,7 +1941,7 @@ "filename: '%s'\n" "(Is not a valid controlpoint file)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1956,36 +1953,36 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Source Image/Layer:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Source object to insert into destination frames of the specified range" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Mode:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Paintmode" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Stepmode:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "How to fetch the next source layer at the next handled frame" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "SpeedFactor:" @@ -1997,7 +1994,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2008,15 +2005,15 @@ "target frame." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Handle:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "How to place the Source layer at controlpoint coordinates" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2025,28 +2022,28 @@ "the keycolour transparent." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Move Path Bluebox Keycolour" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" "Open dialog window to set parameters and keycolour for the bluebox filter" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Tracelayer" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Create an additional trace layer in all handled frames" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "TraceOpacity1:" @@ -2058,13 +2055,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Initial opacity of the trace layer" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "TraceOpacity2:" @@ -2076,13 +2073,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Descending opacity of the trace layer" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Tweensteps:" @@ -2094,7 +2091,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2108,7 +2105,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "TweenOpacity1:" @@ -2120,13 +2117,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Initial opacity of the tween layer" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "TweenOpacity2:" @@ -2138,20 +2135,20 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Descending opacity of the tween layer" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Edit Controlpoints" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Add controlpoint at end. The last controlpoint is duplicated." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2159,35 +2156,35 @@ "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Insert controlpoint. The current controlpoint is duplicated." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Delete current controlpoint" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Show previous controlpoint" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Show next controlpoint" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Show first controlpoint" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Show last controlpoint" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Reset the current controlpoint to default values" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2195,7 +2192,7 @@ "Reset all controlpoints to default values but dont change the path (X/Y " "values)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2203,15 +2200,15 @@ "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Delete all controlpoints" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Load controlpoints from file" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Save controlpoints to file" @@ -2225,7 +2222,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "First handled destination frame" @@ -2239,13 +2236,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Last handled destination frame" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Layerstack:" @@ -2257,7 +2254,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2266,31 +2263,31 @@ "layerstack 0 means on top i.e. in front" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Force Visibility" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Force visibility for all copied source layers" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Clip To Frame" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Clip all copied source layers at destination frame boundaries" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Modify Size Opacity and Rotation" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Width:" @@ -2302,13 +2299,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Scale source layer's width in percent" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Height:" @@ -2321,11 +2318,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Scale source layer's height in percent" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Constrain aspect ratio" @@ -2334,8 +2331,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacity:" @@ -2347,13 +2344,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Set the source layer's opacity in percent" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotate:" @@ -2365,18 +2362,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Rotate source layer (in degree)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Transformfactors X/Y for the 4 corners" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2388,13 +2385,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Transformfactor for upper left corner X coordinate" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2406,13 +2403,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Transformfactor for upper left corner Y coordinate" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2424,13 +2421,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Transformfactor for upper right corner X coordinate" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2442,13 +2439,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Transformfactor for upper right corner Y coordinate" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2460,7 +2457,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Transformfactor for lower left corner X coordinate" @@ -2468,7 +2465,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2480,13 +2477,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Transformfactor for lower left corner Y coordinate" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2498,7 +2495,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Transformfactor for lower right corner X coordinate" @@ -2510,34 +2507,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Transformfactor for lower right corner Y coordinate" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Ignore selection (in all source images)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Use selection (from initial source image)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Use selections (from all source images)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Pixel Selction Handling" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "How to handle selections in the source image" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Selection Feather Radius:" @@ -2549,7 +2546,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Feather radius in pixels (for smoothing selection(s))" @@ -2557,31 +2554,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "X coordinate" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Y coordinate" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Keyframe:" @@ -2593,37 +2590,37 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "Fix controlpoint to keyframe number where 0 == no keyframe" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Scale and Modify" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspective" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Selection Handling" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Pathline Colour Picker" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "Select the colour that is used to draw pathlines in the preview" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Path" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2632,35 +2629,35 @@ "button" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Cursor" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Show cursor crosslines" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Grid" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Show source layer as gridlines" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Instant Apply" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Update the preview automatically" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Frame:" @@ -2674,27 +2671,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Frame to show when 'Refresh' button is pressed" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "Can't operate with current controlpoint or keyframe settings" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Reset Keyframes" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Move Path Controlpointcheck" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Errors:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3063,52 +3060,52 @@ "\n" "ERROR: invoked from a single image, but video frame is required" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Filename to Layer..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Modes to choose entire filename or just parts of the filename" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Fontname:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Select Fontname)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Fontsize:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Fontsize in pixels" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Position X-offset in pixels" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Position Y-offset in pixels" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Antialias:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Use antialias" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Create Layer:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3116,11 +3113,11 @@ "ON: Create a new layer.\n" "OFF: Render on active drawable." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Render Filename to Layer" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Settings :" @@ -4556,15 +4553,15 @@ msgid "Rotate Follow" msgstr "Rotate Follow" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Layer/Set Layer Opacity..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "New opacity value where 0 is transparent and 100.0 is opaque" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4572,11 +4569,11 @@ "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Reset all Parameters to Default Values" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Set Layer Opacity" diff -uraN gimp-gap-2.0.1/po/en_GB.gmo gimp-gap-2.0.2/po/en_GB.gmo --- gimp-gap-2.0.1/po/en_GB.gmo 2004-04-30 21:01:08.000000000 +0200 +++ gimp-gap-2.0.2/po/en_GB.gmo 2004-05-10 21:26:50.000000000 +0200 @@ -1,83 +1,94 @@ -]5G#G@ H"NHIqHaH4IkRI6I2I2(Jf[JJpKK KKKK&L$(L$MLrLLL!LL -M(M"HM%kMMMMM$N3N RNsNN N NNO1O"PO(sO,O$O(OP(2P)[PP)PP&P9QIQ:hQQQ -Q QQ!Q=Q2RKRfR!R RRRRFR'2S)ZS#SuST;TAT,RT TTT -TT TT=T4UdDU&U&U UV *V 6V DV RVb_V -W W W -WWWX)X i1|i-ii&i(jHjgjoj jjMjjkI$khnkkOk -;l FlTlcl]xl3l -mmm. n5a"nʁ=9 w ڂ#@,m3"7%Z26 -#<+ -hs -s ~ ab"64:TLL-7ߊe& L4!/%ӌ=-7-eK7;A[>]Ǐ Ώ ؏   2D@.H,(4E]e1  ȓ ғ  # -? J V cqv'/#@\{֕tߕ(TS} іCݖ[!r} -vA:3 N -[f n {5KD -DODٚݚ I FW'ƛ/E^Oyɜ$ۜ$/% U_ev &O& 0!H4j0О *lG&Y۟U5 Рؠm Ye -n y -}6Qk 8Ȣ&%(Nj$q$ˣߣ #'Kk -r} **3D#W { 376 6W2655.d:~OH >R ̨ݨI HTp.Ʃ)} -YpOѫ!E@ ͬ4Ҭ F [i }F.%u'î ɮp֮G_(n/$) @M UM_U  'B5$xSQWV ȳճ  'CUo - 4Ĵ -2"2U3322#3V3& - >1 pķ ޷%)'<dS $8So  -̹׹f߹Ffغ? л ܻ  &ӽ|KB[G2*,D(q?'+.H?&f#u-15 9#Z@~"Ia,4k6/2f2f3 !A^&r$$!;]{"%"?_$  ! Bc")-%<(b())B&\9: - *4!F=h! 'DMF_')#u,  -)4 CQ=je&&E l b -7 B O -\go SS' { mM0<~. "2G] fpK =3 DQYq )FXoxr%6FYh;PUe'9 - !#/WS6N 1 Rs !# - -4?NRW ^j(p - -  &"IXhy!+%$%J$p - &5<Ur;SXkr W ") L=Y*=1-2`&|( -M4Ih[Po - ]3[s.5 4HY[  :'bqfo):  #-- - -$ -/:M]n. #$D6_ -I  / 3 2? FSd -Cc/%-'-U 9 8:>0y<,q9)  '0 Xdh y"" < %9H_w3 - -&FVg,  - -'B^T{&  -% 0<;K -(~ -""5;n[= ) FPk@3"%26E|  -#< - -   8aYb64U:U<LDN-L7zeB&L! /> %n = - - -. -M -;! A] [ > : Q e  l  v        D # , 1 .-K\,(EDe8@P Ua i s    -   './V;Zxt(S sC[r  vZ:b  -   5+KaDDD7| IG'BjOm$$/   *&6O]&!40Ct l&XZU 0 = GUu}m   -  -+6E}^ (5D]8n&% # #; _ o    #  ! -!!!2! C!*d!*!!!!#! " -"9"I"3Y"7"6"6"23#6f#5#5# $:#$O^$H$?$7%Q% d%r%%%I% %%&-&A&W&.l&&)#'M' -V'a'((0(G(^(Oy((E(.)I) h)u)4z)))F) ** %*3*F*%+'C+k+ q+p~++,(,?,/^,,$,,, ,, ,M-UU---- -D-$".G.S`/Q/W0 ^0 k0 x00 0 0 00001181 -L1W1 `1 j14t111 -121223823l22222333:3&n333 -3 33>3 4A4a4t4 4%4)4'45/5S>55555 5$5566;6 B6 N6[6 o6 -|66f66f77 8 88 888 88889:9;|B;K;B <GN<2<*<,<(!=?J='=+==H>?>?#%?I?M?Q?U?Y????nV^Y $p+N;XP4|CGZ+J>P9aXt6Ms$h0@z3n+ochZ6 -d* !8OLBK/"j0[i}7of!<QY$:1mlr0GfN5;)zItiH"33vP-%iH&_V=F ~FG{GESIb -TwOg|S>[^Nc}?p V\;q2('!zW:eWlSg1y% bFakPr1,.n-]XC"j*WQLQ]Qu{u%2Ym4a4(eE<"R9=kubTfFJ95% 68Y_c w~jK78 -D`7kApx@S=K$K2<AZ5Ex1*&.e UUdy? #=O), ADHD*@>#y[|'])g_\^- Rhsq TDC @)oJTB(,2#VI+R: ZRB6/s vd' L&;(U:{\`AXM!M?`m#3}LW0BI<x //'5 -JCt [ .v?~>]U\,lw9 4rM8-&.NEO7Hq +eDl6H#H@H"HI!IakI4IkJ6nJ2J2Jf KrK L8L TL`LLL&L$L$L"MAM[M!zMMMM"M%NANaN~NN$NN O#OBO `O OOOO"P(#P,LP$yP(PP(P) Q5Q)TQ~Q&Q9QQ:RSRWR +[R fRpR!R=RRRS!3S UScSSSFS'S) +T#4TuXTTTT,U /Uj-pjj&j(j +k)k1k HkUkMrkkkIkh0llOl +l mm%m]:m3mmnn.n5n4o MoZoqooYo oop $p0pPp:dpppqqq(q8q 0r =rGr Zrdrr-s4s +;sFs +Ys +dsossssss.stt $t#0t$Ttyt6t +tIt u.uu uu/u )v33v gvtv {vvvv vv-vC wcdww%w x#x;xLx-\x-x x x xxx9x!y%y +-y8y@y Fy Ry8_y:y0y<z,Azqnz9z{){ H{R{a{f{o{v{'{ +{{{ {"{"| &|<3| p|~|||||3| }#} 2} <} F} +P}[}z}}~~~~~ +, H T a k +x +S5&Qx } + ; +6(   +)"4W"wn=/ m Ѓ@"c3"-%P2v6 +#<! +^i| +i t ab6{4:TBL-7Ջ e&L*!w/%ɍ=---[K-;yA[>S Đ ΐؐ   (D6{.H,(*ESe'  Ȕ֔    +5 @ L Ygl'/ڕ6Rq̖tՖ(JSs ǗCӗ[rs #v7: ) D +Q\ d q5~KDDEDϛӛ IFM'ٜ%;TOo$ѝ$/ KU[l |&O&&!>4`0Ɵ  l=&YѠU+ ơΡm O[ +d o +{},Ga x8&%D`$g$դ #Aa +hs ** ):#M q ~37ަ66M2655$Z:tOH>H ©өI >Jf}.)s +Of~OǬE6| í4ȭF + +Q \j ~F/%v'į ʯpׯH`(o/$* AN VM`U  (B6$ySQWW ɴִ  (DVp + 4ŵ +2#2V3322$3W3& + >2 qŸ ߸%)'=eS $9Tp  +ͺغfGfٻ@ Ѽ ݼ   'Ծ|KB\G2*,E(r?'+/H?'g#v.26 :#[@"Ia-4k602g2f4 "B_&s$$!<^|"%#@`$  " Cd")-%=(c())C&]9: + +5!G=i! (ENF`')#u,  +*5 DR=ke&&F m b +8 C P +]hp SS( | mM6<.(8Mc lvK =!9 JWYw /L^u~r+<L_nAV[k'9 + '#5WY6N 7 Xy !#3 +:ETX] dp(v + + ,"I^n!+%*%P$v + 95OU;Sk~ W ."< _=l*=1-Es&( *MGIhnP + ]3n.5 + #0G[Yn  &::uy): # 6@- +$ +7 +BM`p. #$2W6r +I  / 3 ER Yfw -CcB%*-:-h 9 +  $ 08=:v0<,qL9) &0?DMT'h  "" < O]q3   + & +0;Zm, ( 4 A K +X +cnT&3Z _ +l w; +(  + "9"Y|n= Op @F3"%32Y6  +#< +AL` +S ^ ab6e4:U-L-7e & L +!c +/ +% += +- -G u M ;h A [ >B            D%jsx.tK,(EEe        +' 2 > KY^'u/ )Edt(=Sf C[ +rf  v*: 8 +EP X e5rKDD9D~ IGA' +0IOd$$/ @JPa q&}O&!34U0 l2&ZU! w  m ER +[ f +r}}# > X  o |   8 & %!;!W!#^!#!!!!! !#"6"V" +]"h"y" "*"*"##0##C# g# t###3#7#6 $6C$2z$6$5$5%P%:j%O%H%?>&~&& &&&&I& 5'A']'t'''.'')j(( +((H)_)w)))O)*E/*u** **4***F+ +J+ U+c+ w++F(,%o,',, ,p,A-Y-(h--/--$-.#. :.G. O.MY.U..// !/D//$t//S0Q1WX1 1 1 11 1 1 22)2E2W2q22 +22 2 2422 +3 +32$32W33333232%43X434&444 +5 55>35 r5555 5%5)6'>6f66S66666 7$7:7U7q77 7 77 7 +77f7H8f8A9 9 99 999 ::!:(:;;<|<K=B]=G=2=*>,F>(s>?>'>+?0?H??(@h@#w@@@@@@/A3A7A' K>249^?=l$DHg2z>hHQQR3@LtC+9a<zo$4\j +"eNd5&|}bc@>^7+T:6,NW_PXV &C0[ap57-6YqJ I<] t** UGY'E1` +:}/;&? a\H!$1dG[e'%/<MLrX8 =U/^kRb Z)!3*k da:SB{n;;V (*2c=! N5mM#SEQLc +0A|F~W0(wWjb)w + "9x"..n "lt7N F&8sXv4\FU,uMeu:6+R<E3kIrgDs0[~YCfy]o#Z/{Am?pBjx]K),-98JTgeF]oA1vLDKiR TMV!?S@#CJy i_fqQ$6.I3_I%7>hy( { hEOu41wW+PH(-bSmOlqvd%X;`n5,O^rP}B[p`8D#YJKs_ @2|Gx`UTzZ.cZ OPB=-i\AG)fV'~% ERROR: height not a multiple of 16 ERROR: invoked from a single image, but video frame is required ERROR: width not a multiple of 16 @@ -98,7 +109,7 @@ %d (at %.4f frames/sec)%s does not look like xanim** Empty **** File is not a filtermacro **** No menu path available **** not available **-1 is previous frame, +1 is next frame2nd call of %s (define end-settings)/Filters/Filter all Layers.../Filters/Filtermacro.../Video/Bluebox .../Video/Delete Frames.../Video/Duplicate Frames.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Exchange Frame.../Video/Filename to Layer.../Video/Frame Sequence Shift.../Video/Frames Convert.../Video/Frames Crop.../Video/Frames Density.../Video/Frames Flatten.../Video/Frames Layer Delete.../Video/Frames Modify.../Video/Frames Renumber.../Video/Frames Resize.../Video/Frames Scale.../Video/Frames to Image.../Video/Go To/Any Frame.../Video/Go To/First Frame/Video/Go To/Last Frame/Video/Go To/Next Frame/Video/Go To/Previous Frame/Video/Layer/Colors/CurvesFile.../Video/Layer/Colors/Hue-Saturation.../Video/Layer/Colors/Levels.../Video/Layer/Set Layer Opacity.../Video/Move Path.../Video/Onionskin/Configuration.../Video/Onionskin/Create or Replace/Video/Onionskin/Delete/Video/Onionskin/Toggle Visibility/Video/Playback.../Video/Split Image to Frames.../Video/Split Video to Frames/Any XANIM readable.../Video/VCR Navigator.../Xtns/Split Video to Frames/Any XANIM readable...ALLAddAdd FilterAdd PointAdd alpha channelAdd black layermask (transparent)Add controlpoint at end. The last controlpoint is duplicated.Add layermask from alphaAdd layermask from bw copyAdd layermask from selectionAdd layermask transfer from alphaAdd selectionAdd white layermask (opaque)AdditionAdvanced SettingsAffect only pixels with alpha >= source alpha where 1.0 is full opaqueAffected range ends at this framenumberAffected range starts at this framenumberAll images must have the same size,All images must have the same size, width and height must be a multiple of 16 -(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolor transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Color PickerBlueboxPreview.xcfBlurb:Calculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function +(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolor transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Color PickerBlueboxPreview.xcfBlurb:BurnCalculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function on the same video frame image at the same time. Locking image_id:%d Can't operate with current controlpoint @@ -108,7 +119,7 @@ %sCan't operate with current controlpoint or keyframe settingsCant open two or more video navigator windows.Case sensitiveCase sensitive:CenterCenter HorizontalCenter VerticalChange Frame DensityChange Frames DensityChannel:Channels:Clear Video BufferClick: go to frame, Ctrl-Click: set 'From Frame', Alt-Click: set 'To Frame'Clip To FrameClip all copied source layers at destination frame boundariesClipped to bottom layerClipped to imageClose windowClose window without any actionClose window without creating or deleting any onionskin layers but store current SettingsColorColor LevelsColor Levels Adjustments Common color thresholdConfirm Frame DeleteConfirm Frame Density ChangeConstant Bitrate:Constrain aspect ratioContinueConvert Frames to IndexedConvert Frames to other FormatsConvert Frames: Save operation failed. Desired save plugin can't handle type -or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints +or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDivideDodgeDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints filename: '%s' %sERROR: Could not read controlpoints filename: '%s' @@ -133,7 +144,7 @@ (the freely distributed Berkeley MPEG-1 video encoder.) Generating animated preview...Generation of animated preview failedGo To Frame (%ld/%ld)Go to this frame numberGoto first frameGoto last frameGoto next frame use timezoom stepsizeGoto prev frame - use timezoom stepsizeGrab PathGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Height:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), + use timezoom stepsizeGrab PathGrain ExtractGrain MergeGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Hard LightHeight:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep PaintmodeKeep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), where the string '[######]' is replaced by the frame number. This name is only relevant for the functions: Duplicate layer(s) @@ -191,7 +202,7 @@ (1 = best quality, 31 = best compression)RGBRaise layer(s)Ratio X:ReadyRedRemove UnusedRemove all onionskin layers in all frames of the the selected frame rangeRemove unused or double colors (ignored if palette type is not custom)Removing layer (pos:%ld) from frames...Removing onionskin layers...Rename layer(s)Renaming frames...Render Filename to LayerRenumber FramesRenumber Frames (%ld)Renumber Frames 2nd PassRenumber frame sequence...Renumber the affected frame sequence (numbers are shifted in circle by N steps)Replace selectionRequirements to run mpeg2encode 1.2:Requirements to run mpeg_encode 1.5:Requirements to run the xanim based video splitResample:ResetReset All PointsReset KeyframesReset PointReset all Parameters to Default ValuesReset all controlpoints to default values but dont change the path (X/Y values)Reset all parameters to default valuesReset offset and volumeReset parameters to original sizeReset playback speed to original (or previous) valueReset the current controlpoint to default valuesReset to default settingsResize (original %dx%d)Resize FramesResize Video Frames (all)Resizing all video frames...Resulting layer size is made of the outline-rectangle of all visible layers (may differ from frame to frame)Resulting layer size is the frame sizeResulting layer size is the frame size transparent parts are filled with background colorResulting layer size is the size of the bottom layer (may differ from frame to frame)Right BottomRight TopRotate FollowRotate source layer (in degree)Rotate:Run asynchronouslyRun xanim asynchronously and delete unwanted frames (out of the specified range) while xanim is still runningSamplerate:Samples:SaturationSaturation:Save As IsSave FlattenedSave Path Points to FileSave all single frames of animated preview to video buffer.(configured in gimprc by video-paste-dir and video-paste-basename)Save controlpoints to fileSave selection to channelScale (original %dx%d)Scale FramesScale Preview:Scale Video Frames (all)Scale and ModifyScale down size of the generated animated preview (in %)Scale source layer's height in percentScale source layer's width in percentScaling all video frames...ScreenSearch algorithmus used for B-framesSearch algorithmus used for P-framesSearch by BlurbSearch by Menu PathSearch by NameSearching - please waitSearching by blurb - please waitSearching by menupath - please waitSearching by name - please waitSelectSelect AllSelect AudiofileSelect By ColorSelect Filter for Animated ApplySelect Filter for Animated Apply on FramesSelect Filtercalls of Current GIMP SessionSelect Filtermacro ScriptfileSelect Fontname)Select Frame RangeSelect Frame Range & Stack PositionSelect Mode:Select NoneSelect Options:Select Pattern:Select all layers where layer name contains patternSelect all layers where layer name ends up with patternSelect all layers where layer name is equal to patternSelect all layers where layer name starts with patternSelect all layers where layername contains patternSelect all layers where layername ends up with patternSelect all layers where layername is equal to patternSelect all layers where layername starts with patternSelect all visible layersSelect layernames by pattern (depends on mode and options)Select layerstack positions where 0 is the background layer. Example: 0, 4-5, 8Select layerstack positions where 0 is the top layer. Example: 0, 4-5, 8Select the color that is used to draw pathlines in the previewSelection Feather Radius:Selection HandlingSelection allSelection invertSelection noneSet Layer OpacitySet alpha of affected pixel to target alpha where 0.0 is full transparentSet for: %sSet framerate in frames/secSet layer(s) invisibleSet layer(s) linkedSet layer(s) unlinkedSet layer(s) visibleSet onionskin parameters for the current videoSet rotation for all controlpoints to follow the shape of the path. Hold down the shift key to use rotation of contolpoint 1 as offset.Set the source layer's opacity in percentSettingsSettings :Sharp pixel selection by color with 0.0. Greater values than 0 makes selection with more or less varaible alpha value depending on difference to the keycolorShow cursor crosslinesShow first controlpointShow last controlpointShow next controlpointShow only every N.th frameShow path lines and enable pick/drag with left button or move with right buttonShow preview as seperate imageShow preview frame with selected source layer at current controlpointShow previous controlpointShow source layer as gridlinesShrink/Grow:SizeSize of the preview image in percent of the originalSkipSkip %dSmart update thumbnails - forced thumbnail update for all framesSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. + forced thumbnail update for all framesSoft LightSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. desired save plugin can't handle type or desired save plugin not available.Split Image into FramesSplit SettingsSplit any Xanim readable Video to FramesSplitting image into frames...Stackposition where to place onionskin layer(s)Stackposition:Start framenumber of selection rangeStart playbackStart reverse playbackStartscript:Status:Stepmode:String to identify layer names or layerstack position numbers. Example: 0,3-5String to identify layer(s) by name or by layerstack position numbers. Example: 0,3-5SubtractSubtract selectionSyncronTarget Alpha:Target audio samperate in samples/sec. Ignored if resample is off)The currently displayed frame numberThe extension of resulting frames is also used to define the fileformat. Please note that fileformats differ in capabilities to store informations for multiple layers and other things.Some fileformats may require converting to another imagetype and/or flattening the frames.The selected %d frame(s) will be deleted. There will be no undo for this operation @@ -243,8 +254,8 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp CVS Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 -PO-Revision-Date: 2004-03-25 16:09-0500 +POT-Creation-Date: 2004-05-10 21:26+0200 +PO-Revision-Date: 2004-05-02 16:13-0400 Last-Translator: Gareth Owen Language-Team: MIME-Version: 1.0 @@ -271,7 +282,7 @@ %d (at %.4f frames/sec)%s does not look like xanim** Empty **** File is not a filtermacro **** No menu path available **** not available **-1 is previous frame, +1 is next frame2nd call of %s (define end-settings)/Filters/Filter all Layers.../Filters/Filtermacro.../Video/Bluebox .../Video/Delete Frames.../Video/Duplicate Frames.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Exchange Frame.../Video/Filename to Layer.../Video/Frame Sequence Shift.../Video/Frames Convert.../Video/Frames Crop.../Video/Frames Density.../Video/Frames Flatten.../Video/Frames Layer Delete.../Video/Frames Modify.../Video/Frames Renumber.../Video/Frames Resize.../Video/Frames Scale.../Video/Frames to Image.../Video/Go To/Any Frame.../Video/Go To/First Frame/Video/Go To/Last Frame/Video/Go To/Next Frame/Video/Go To/Previous Frame/Video/Layer/Colours/CurvesFile.../Video/Layer/Colours/Hue-Saturation.../Video/Layer/Colours/Levels.../Video/Layer/Set Layer Opacity.../Video/Move Path.../Video/Onionskin/Configuration.../Video/Onionskin/Create or Replace/Video/Onionskin/Delete/Video/Onionskin/Toggle Visibility/Video/Playback.../Video/Split Image to Frames.../Video/Split Video to Frames/Any XANIM readable.../Video/VCR Navigator.../Xtns/Split Video to Frames/Any XANIM readable...ALLAddAdd FilterAdd PointAdd alpha channelAdd black layermask (transparent)Add controlpoint at end. The last controlpoint is duplicated.Add layermask from alphaAdd layermask from bw copyAdd layermask from selectionAdd layermask transfer from alphaAdd selectionAdd white layermask (opaque)AdditionAdvanced SettingsAffect only pixels with alpha >= source alpha where 1.0 is full opaqueAffected range ends at this framenumberAffected range starts at this framenumberAll images must have the same size,All images must have the same size, width and height must be a multiple of 16 -(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolour transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Colour PickerBlueboxPreview.xcfBlurb:Calculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function +(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolour transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Colour PickerBlueboxPreview.xcfBlurb:BurnCalculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function on the same video frame image at the same time. Locking image_id:%d Can't operate with current controlpoint @@ -281,7 +292,7 @@ %sCan't operate with current controlpoint or keyframe settingsCant open two or more video navigator windows.Case sensitiveCase sensitive:CentreCentre HorizontalCentre VerticalChange Frame DensityChange Frames DensityChannel:Channels:Clear Video BufferClick: go to frame, Ctrl-Click: set 'From Frame', Alt-Click: set 'To Frame'Clip To FrameClip all copied source layers at destination frame boundariesClipped to bottom layerClipped to imageClose windowClose window without any actionClose window without creating or deleting any onionskin layers but store current SettingsColourColour LevelsColour Levels Adjustments Common colour thresholdConfirm Frame DeleteConfirm Frame Density ChangeConstant Bitrate:Constrain aspect ratioContinueConvert Frames to IndexedConvert Frames to other FormatsConvert Frames: Save operation failed. Desired save plugin can't handle type -or desired save plugin not available.Convert SettingsConvert to GreyConvert to IndexedConvert to RGBConvert to another image type, or keep image type as it is. Most file formats can't handle all types and may require a conversion. Example: GIF can not handle RGB and requires conversion to indexed image type.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints +or desired save plugin not available.Convert SettingsConvert to GreyConvert to IndexedConvert to RGBConvert to another image type, or keep image type as it is. Most file formats can't handle all types and may require a conversion. Example: GIF can not handle RGB and requires conversion to indexed image type.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDivideDodgeDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints filename: '%s' %sERROR: Could not read controlpoints filename: '%s' @@ -306,7 +317,7 @@ (the freely distributed Berkeley MPEG-1 video encoder.) Generating animated preview...Generation of animated preview failedGo To Frame (%ld/%ld)Go to this frame numberGoto first frameGoto last frameGoto next frame use timezoom stepsizeGoto prev frame - use timezoom stepsizeGrab PathGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Height:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Image type:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep TypeKeycolour:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), + use timezoom stepsizeGrab PathGrain ExtractGrain MergeGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Hard LightHeight:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Image type:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep PaintmodeKeep TypeKeycolour:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), where the string '[######]' is replaced by the frame number. This name is only relevant for the functions: Duplicate layer(s) @@ -364,7 +375,7 @@ (1 = best quality, 31 = best compression)RGBRaise layer(s)Ratio X:ReadyRedRemove UnusedRemove all onionskin layers in all frames of the the selected frame rangeRemove unused or double colours (ignored if palette type is not custom)Removing layer (pos:%ld) from frames...Removing onionskin layers...Rename layer(s)Renaming frames...Render Filename to LayerRenumber FramesRenumber Frames (%ld)Renumber Frames 2nd PassRenumber frame sequence...Renumber the affected frame sequence (numbers are shifted in circle by N steps)Replace selectionRequirements to run mpeg2encode 1.2:Requirements to run mpeg_encode 1.5:Requirements to run the xanim based video splitResample:ResetReset All PointsReset KeyframesReset PointReset all Parameters to Default ValuesReset all controlpoints to default values but dont change the path (X/Y values)Reset all parameters to default valuesReset offset and volumeReset parameters to original sizeReset playback speed to original (or previous) valueReset the current controlpoint to default valuesReset to default settingsResize (original %dx%d)Resize FramesResize Video Frames (all)Resizing all video frames...Resulting layer size is made of the outline-rectangle of all visible layers (may differ from frame to frame)Resulting layer size is the frame sizeResulting layer size is the frame size transparent parts are filled with background colourResulting layer size is the size of the bottom layer (may differ from frame to frame)Right BottomRight TopRotate FollowRotate source layer (in degree)Rotate:Run asynchronouslyRun xanim asynchronously and delete unwanted frames (out of the specified range) while xanim is still runningSample rate:Samples:SaturationSaturation:Save As IsSave FlattenedSave Path Points to FileSave all single frames of animated preview to video buffer.(configured in gimprc by video-paste-dir and video-paste-basename)Save controlpoints to fileSave selection to channelScale (original %dx%d)Scale FramesScale Preview:Scale Video Frames (all)Scale and ModifyScale down size of the generated animated preview (in %)Scale source layer's height in percentScale source layer's width in percentScaling all video frames...ScreenSearch algorithms used for B-framesSearch algorithms used for P-framesSearch by BlurbSearch by Menu PathSearch by NameSearching - please waitSearching by blurb - please waitSearching by menupath - please waitSearching by name - please waitSelectSelect AllSelect AudiofileSelect By ColourSelect Filter for Animated ApplySelect Filter for Animated Apply on FramesSelect Filtercalls of Current GIMP SessionSelect Filtermacro ScriptfileSelect Fontname)Select Frame RangeSelect Frame Range & Stack PositionSelect Mode:Select NoneSelect Options:Select Pattern:Select all layers where layer name contains patternSelect all layers where layer name ends up with patternSelect all layers where layer name is equal to patternSelect all layers where layer name starts with patternSelect all layers where layername contains patternSelect all layers where layername ends up with patternSelect all layers where layername is equal to patternSelect all layers where layername starts with patternSelect all visible layersSelect layernames by pattern (depends on mode and options)Select layerstack positions where 0 is the background layer. Example: 0, 4-5, 8Select layerstack positions where 0 is the top layer. Example: 0, 4-5, 8Select the colour that is used to draw pathlines in the previewSelection Feather Radius:Selection HandlingSelection allSelection invertSelection noneSet Layer OpacitySet alpha of affected pixel to target alpha where 0.0 is full transparentSet for: %sSet framerate in frames/secSet layer(s) invisibleSet layer(s) linkedSet layer(s) unlinkedSet layer(s) visibleSet onionskin parameters for the current videoSet rotation for all controlpoints to follow the shape of the path. Hold down the shift key to use rotation of contolpoint 1 as offset.Set the source layer's opacity in percentSettingsSettings :Sharp pixel selection by colour with 0.0. Greater values than 0 makes selection with more or less varaible alpha value depending on difference to the keycolourShow cursor crosslinesShow first controlpointShow last controlpointShow next controlpointShow only every N.th frameShow path lines and enable pick/drag with left button or move with right buttonShow preview as seperate imageShow preview frame with selected source layer at current controlpointShow previous controlpointShow source layer as gridlinesShrink/Grow:SizeSize of the preview image in percent of the originalSkipSkip %dSmart update thumbnails - forced thumbnail update for all framesSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. + forced thumbnail update for all framesSoft LightSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. desired save plugin can't handle type or desired save plugin not available.Split Image into FramesSplit SettingsSplit any Xanim readable Video to FramesSplitting image into frames...Stackposition where to place onionskin layer(s)Stackposition:Start framenumber of selection rangeStart playbackStart reverse playbackStartscript:Status:Stepmode:String to identify layer names or layerstack position numbers. Example: 0,3-5String to identify layer(s) by name or by layerstack position numbers. Example: 0,3-5SubtractSubtract selectionSyncronTarget Alpha:Target audio sample rate in samples/sec. Ignored if resample is off)The currently displayed frame numberThe extension of resulting frames is also used to define the file format. Please note that file formats differ in capabilities to store informations for multiple layers and other things. Some file formats may require converting to another image type and/or flattening the frames.The selected %d frame(s) will be deleted. There will be no undo for this operation diff -uraN gimp-gap-2.0.1/po/en_GB.po gimp-gap-2.0.2/po/en_GB.po --- gimp-gap-2.0.1/po/en_GB.po 2004-04-30 21:00:45.000000000 +0200 +++ gimp-gap-2.0.2/po/en_GB.po 2004-05-10 21:26:33.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: gimp CVS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" -"PO-Revision-Date: 2004-03-25 16:09-0500\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" +"PO-Revision-Date: 2004-05-02 16:13-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -185,7 +185,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -199,7 +199,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -341,7 +341,7 @@ msgstr "Renumber Frames 2nd Pass" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluebox" @@ -352,7 +352,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Keycolour:" @@ -452,7 +452,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Preview" @@ -1623,194 +1623,191 @@ msgid "No selected layer in start frame" msgstr "No selected layer in start frame" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Dissolve" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiply" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" -msgstr "" +msgstr "Divide" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Screen" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Overlay" -#: gap/gap_mov_dialog.c:413 -#, fuzzy +#: gap/gap_mov_dialog.c:416 msgid "Dodge" -msgstr "Mode:" +msgstr "Dodge" -#: gap/gap_mov_dialog.c:414 -#, fuzzy +#: gap/gap_mov_dialog.c:417 msgid "Burn" -msgstr "Blurb:" +msgstr "Burn" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" -msgstr "" +msgstr "Hard Light" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" -msgstr "" +msgstr "Soft Light" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" -msgstr "" +msgstr "Grain Extract" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" -msgstr "" +msgstr "Grain Merge" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Difference" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Addition" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Subtract" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Darken Only" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Lighten Only" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Hue" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturation" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Colour" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Value" -#: gap/gap_mov_dialog.c:431 -#, fuzzy +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" -msgstr "Paintmode" +msgstr "Keep Paintmode" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Left Top" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Left Bottom" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Right Top" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Right Bottom" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centre" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Loop" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Loop Reverse" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Once" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Once Reverse" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Ping Pong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "None" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Frame Loop" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Frame Loop Reverse" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Frame Once" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Frame Once Reverse" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Frame Ping Pong" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Frame None" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Move Path" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "Show preview frame with selected source layer at current controlpoint" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Generate animated preview as multilayer image" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Copy moving source-layer(s) into frames" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Source Select" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Advanced Settings" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1818,44 +1815,44 @@ "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Object on empty frames" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Object on one frame" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Exact object on frames" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Anim Preview Mode:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Scale Preview:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Scale down size of the generated animated preview (in %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Framerate:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Framerate to use in the animated preview in frames/sec" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Copy to Video Buffer:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1863,29 +1860,29 @@ "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Default" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Reset all parameters to default values" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Move Path Animated Preview" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Options" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Generation of animated preview failed" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1898,7 +1895,7 @@ "in the Image:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1907,20 +1904,20 @@ "No path found in the image:\n" "'%s'" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Load Path Points from File" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Save Path Points to File" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Current Point: [ %3d ] of [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1931,7 +1928,7 @@ "filename: '%s'\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1942,7 +1939,7 @@ "filename: '%s'\n" "(Is not a valid controlpoint file)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1954,36 +1951,36 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Source Image/Layer:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Source object to insert into destination frames of the specified range" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Mode:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Paintmode" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Stepmode:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "How to fetch the next source layer at the next handled frame" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "SpeedFactor:" @@ -1995,7 +1992,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2006,15 +2003,15 @@ "target frame." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Handle:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "How to place the Source layer at controlpoint coordinates" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2023,28 +2020,28 @@ "the keycolour transparent." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Move Path Bluebox Keycolour" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" "Open dialogue window to set parameters and keycolour for the bluebox filter" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Tracelayer" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Create an additional trace layer in all handled frames" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "TraceOpacity1:" @@ -2056,13 +2053,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Initial opacity of the trace layer" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "TraceOpacity2:" @@ -2074,13 +2071,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Descending opacity of the trace layer" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Tweensteps:" @@ -2092,7 +2089,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2106,7 +2103,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "TweenOpacity1:" @@ -2118,13 +2115,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Initial opacity of the tween layer" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "TweenOpacity2:" @@ -2136,20 +2133,20 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Descending opacity of the tween layer" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Edit Controlpoints" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Add controlpoint at end. The last controlpoint is duplicated." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2157,35 +2154,35 @@ "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Insert controlpoint. The current controlpoint is duplicated." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Delete current controlpoint" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Show previous controlpoint" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Show next controlpoint" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Show first controlpoint" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Show last controlpoint" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Reset the current controlpoint to default values" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2193,7 +2190,7 @@ "Reset all controlpoints to default values but dont change the path (X/Y " "values)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2201,15 +2198,15 @@ "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Delete all controlpoints" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Load controlpoints from file" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Save controlpoints to file" @@ -2223,7 +2220,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "First handled destination frame" @@ -2237,13 +2234,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Last handled destination frame" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Layerstack:" @@ -2255,7 +2252,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2264,31 +2261,31 @@ "layerstack 0 means on top i.e. in front" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Force Visibility" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Force visibility for all copied source layers" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Clip To Frame" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Clip all copied source layers at destination frame boundaries" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Modify Size Opacity and Rotation" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Width:" @@ -2300,13 +2297,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Scale source layer's width in percent" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Height:" @@ -2319,11 +2316,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Scale source layer's height in percent" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Constrain aspect ratio" @@ -2332,8 +2329,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacity:" @@ -2345,13 +2342,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Set the source layer's opacity in percent" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotate:" @@ -2363,18 +2360,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Rotate source layer (in degree)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Transformfactors X/Y for the 4 corners" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2386,13 +2383,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Transformfactor for upper left corner X coordinate" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2404,13 +2401,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Transformfactor for upper left corner Y coordinate" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2422,13 +2419,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Transformfactor for upper right corner X coordinate" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2440,13 +2437,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Transformfactor for upper right corner Y coordinate" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2458,7 +2455,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Transformfactor for lower left corner X coordinate" @@ -2466,7 +2463,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2478,13 +2475,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Transformfactor for lower left corner Y coordinate" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2496,7 +2493,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Transformfactor for lower right corner X coordinate" @@ -2508,34 +2505,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Transformfactor for lower right corner Y coordinate" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Ignore selection (in all source images)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Use selection (from initial source image)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Use selections (from all source images)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Pixel Selction Handling" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "How to handle selections in the source image" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Selection Feather Radius:" @@ -2547,7 +2544,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Feather radius in pixels (for smoothing selection(s))" @@ -2555,31 +2552,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "X coordinate" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Y coordinate" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Keyframe:" @@ -2591,37 +2588,37 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "Fix controlpoint to keyframe number where 0 == no keyframe" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Scale and Modify" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspective" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Selection Handling" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Pathline Colour Picker" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "Select the colour that is used to draw pathlines in the preview" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Path" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2630,35 +2627,35 @@ "button" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Cursor" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Show cursor crosslines" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Grid" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Show source layer as gridlines" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Instant Apply" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Update the preview automatically" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Frame:" @@ -2672,27 +2669,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Frame to show when 'Refresh' button is pressed" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "Can't operate with current controlpoint or keyframe settings" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Reset Keyframes" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Move Path Controlpointcheck" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Errors:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3061,52 +3058,52 @@ "\n" "ERROR: invoked from a single image, but video frame is required" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Filename to Layer..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Modes to choose entire filename or just parts of the filename" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Fontname:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Select Fontname)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Fontsize:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Fontsize in pixels" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Position X-offset in pixels" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Position Y-offset in pixels" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Antialias:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Use antialias" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Create Layer:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3114,11 +3111,11 @@ "ON: Create a new layer.\n" "OFF: Render on active drawable." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Render Filename to Layer" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Settings :" @@ -4554,15 +4551,15 @@ msgid "Rotate Follow" msgstr "Rotate Follow" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Layer/Set Layer Opacity..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "New opacity value where 0 is transparent and 100.0 is opaque" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4570,11 +4567,11 @@ "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Reset all Parameters to Default Values" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Set Layer Opacity" diff -uraN gimp-gap-2.0.1/po/es.gmo gimp-gap-2.0.2/po/es.gmo --- gimp-gap-2.0.1/po/es.gmo 2004-04-30 21:01:08.000000000 +0200 +++ gimp-gap-2.0.2/po/es.gmo 2004-05-10 21:26:51.000000000 +0200 @@ -216,7 +216,7 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: es Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2004-02-10 22:46+0100 Last-Translator: Francisco Javier F. Serrador Language-Team: Spanish diff -uraN gimp-gap-2.0.1/po/es.po gimp-gap-2.0.2/po/es.po --- gimp-gap-2.0.1/po/es.po 2004-04-30 21:00:46.000000000 +0200 +++ gimp-gap-2.0.2/po/es.po 2004-05-10 21:26:34.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2004-02-10 22:46+0100\n" "Last-Translator: Francisco Javier F. Serrador \n" "Language-Team: Spanish \n" @@ -195,7 +195,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -209,7 +209,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -357,7 +357,7 @@ msgstr "Renumerar fotogramas en la segunda pasada" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluebox" @@ -368,7 +368,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Clave del color:" @@ -471,7 +471,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Vista previa" @@ -1654,196 +1654,196 @@ msgid "No selected layer in start frame" msgstr "No hay capa seleccionada en el fotograma inicial" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Disolver" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiplicar" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Pantalla" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Solapar" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Modo" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Anuncio efusivo:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Diferencia" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Suma" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Sustraer" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Oscurecer sólo" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Iluminar sólo" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Tono" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturación" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Color" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Valor" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Modo pintura" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Superior izquierda" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Inferior izquierda" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Superior derecha" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Inferior derecha" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centro" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Bucle" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Bucle invertido" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Una vez" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Invertir una vez" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Ping-Pong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Ninguno" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Bucle de fotogramas" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Bucle de fotogramas invertido" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Fotograma una vez" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Fotograma una vez-invertido" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Fotogramas en Ping-Pong" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Ningún fotograma" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Camino de movimiento" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Mostrar fotograma de vista previa con la capa origen seleccionada en el " "punto de control actual" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Generar vista previa animada como imagen multicapa" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Copiar y mover capa(s) origen en fotogramas" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Selección de origen" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Configuración avanzada" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1851,45 +1851,45 @@ "No se seleccionó imagen origen.\n" "Por favor, abra una 2ª imagen del mismo tipo antes de abrir Mover Camino." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objeto en fotogramas vacíos" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objeto en un fotograma" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Objeto exacto en fotogramas" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Modo de vista previa de animación" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Escala de vista previa:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Cambia el tamaño de la vista previa animada (en %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Tasa de fotogramas:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Tasa de fotogramas (en fotogramas/seg.) a usar en la vista previa animada" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Copiar a búfer de vídeo:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1897,29 +1897,29 @@ "Guardar todos los fotogramas de la vista previa animada al búfer de vídeo " "(se configura en gimprc con video-paste-dir y video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Predeterminado" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Restablecer todos los parámetros a los valores predefinidos" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Vista previa animada de Camino de movimiento" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Opciones" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Falló la generación de vista previa animada" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1932,7 +1932,7 @@ "en la imagen:\n" "«%s»" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1941,20 +1941,20 @@ "No se encontró ruta en la imagen:\n" "«%s»" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Cargar puntos del camino desde un archivo" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Guardar puntos del camino en un archivo" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Punto actual: [ %3d< ] de [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1965,7 +1965,7 @@ "archivo: «%s»\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1976,7 +1976,7 @@ "archivo: '%s'\n" "(No es un archivo de puntos de control válido)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1988,38 +1988,38 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Imagen/capa origen" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" "Objeto origen a insertar en los fotogramas de destino del rango especificado" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Modo:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Modo pintura" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Modo de paso:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" "Cómo obtener la siguiente capa origen en el siguiente fotograma manejado" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Factor de velocidad:" @@ -2031,7 +2031,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2042,15 +2042,15 @@ "sólo cada segundo fotograma destino." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Manipular:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Cómo colocar la capa origen en las coordenadas del punto de control" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2059,11 +2059,11 @@ "hace el color clave transparente." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Ruta de movimiento del color clave Bluebox" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2071,17 +2071,17 @@ "el filtro bluebox" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Trazador de capas" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Crear una capa de trazado adicional en todos los fotogramas manejados" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "TrazaOpacidad1:" @@ -2093,13 +2093,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Opacidad inicial de la capa de traza" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "TrazaOpacidad2:" @@ -2111,13 +2111,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Opacidad descendiente para la capa de traza" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Tweensteps:" @@ -2129,7 +2129,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2143,7 +2143,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "TweenOpacity1:" @@ -2155,13 +2155,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Opacidad inicial de la capa gemela" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "TweenOpacity2:" @@ -2173,20 +2173,20 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Opacidad descendiente para la capa gemela" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Editar puntos de control" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Añadir punto de control al final. El último punto es duplicado." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2195,35 +2195,35 @@ "los puntos de arco de la ruta inicial desde la imagen donde se invocó " "'MovePath'" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Insertar punto de control (se duplica el punto actual)." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Borrar punto de control actual" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Mostrar punto de control anterior" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Mostrar siguiente punto de control" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Mostrar primer punto de control" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Mostrar el último punto de control" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Restaurar todos los puntos de control actuales a valores predefinidos" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2231,7 +2231,7 @@ "Restaura todos los puntos de control a sus valores predefinidos pero no " "cambiar el camino (Valores X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2240,15 +2240,15 @@ "siga la forma del camino. Con mayúsculas: utilizar la rotación del primer " "punto de control 1 como desfase." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Borrar todos los puntos de control" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Cargar puntos de control desde un archivo" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Guardar puntos de control en un archivo" @@ -2263,7 +2263,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Primer fotograma manejado de destino" @@ -2277,13 +2277,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Último fotograma manejado de destino" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Pila de capas:" @@ -2295,7 +2295,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2304,32 +2304,32 @@ "significa en la cima, es decir, en el frente" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Forzar visibilidad" # //R Esto está en chino -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Forzar visibilidad para todas las capas origen copiadas" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Recortar a fotograma" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Recorta todas las capas origen copiadas a los bordes del fotograma" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Modificar la opacidad lateral y rotación" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Anchura:" @@ -2341,13 +2341,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Escalar anchura de capa origen en porcentaje" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Altura:" @@ -2360,11 +2360,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Escalar altura de capa origen en porcentaje" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Mantener proporciones" @@ -2373,8 +2373,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacidad:" @@ -2386,13 +2386,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Establecer opacidad de la capa origen en porcentaje" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotar:" @@ -2404,18 +2404,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Rotar capa origen (en grados)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Factores de transformación X/Y para las 4 esquinas" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2427,14 +2427,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" "Factor de transformación para la esquina superior izquierda coordenada X" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2446,14 +2446,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" "Factor de transformación para la esquina superior izquierda coordenada Y" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2465,13 +2465,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Factor de transformación para la coordenada X esquina superior derecha" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2483,13 +2483,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Factor de transformación para la esquina superior derecha coordenada Y" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2501,7 +2501,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" "Factor de transformación para la coordenada X esquina inferior izquierda" @@ -2510,7 +2510,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2522,14 +2522,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" "Factor de transformación para la coordenada Y esquina inferior izquierda" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2541,7 +2541,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Factor de transformación para la coordenada X esquina inferior derecha" @@ -2553,35 +2553,35 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" "Factor de transformación para la coordenada Y de la esquina inferior derecha" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Ignorar selección (in todas las imágenes origen)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Usar selección (desde la imagen origen inicial)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Usar selecciones (desde todas las imágenes origen)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Manipulación de la selección de píxel" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Cómo manipular las selecciones en la imagen origen" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Radio de selección de la cuña:" @@ -2593,7 +2593,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Radio de la cuña en píxeles (para suavizar selecciones)" @@ -2601,32 +2601,32 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "Coordenada X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Coordenada Y" # //R Muy literal... #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Fotograma llave:" @@ -2638,41 +2638,41 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Fijar punto de control en el número del fotograma clave donde 0 == sin " "fotograma clave" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Escalar y modificar" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspectiva" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Manejo de la selección" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Seleccionador del color de la línea del camino" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" "Seleccione el color que se usa para dibujar líneas de caminos en la vista " "previa" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Camino" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2681,35 +2681,35 @@ "izquierdo, o mover con el derecho" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Cursor" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Mostrar líneas de cruce del cursor" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Rejilla" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Mostrar líneas de de origen como líneas de rejilla" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Aplicación instantánea" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Actualiza la vista previa automáticamente" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Fotograma:" @@ -2723,29 +2723,29 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Fotograma a mostrar cuando se pulse el botón Actualizar" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "No puedo operar con los actuales puntos de control o ajustes de fotogramas " "llave." -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Restaurar fotogramas llave" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Chequeo de puntos de control de la ruta de movimiento" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Errores:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3119,54 +3119,54 @@ "\n" "ERROR: Se invocó desde una imagen única; se requiere fotograma de animación" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Vídeo/Nombre de archivo a capa..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" "Modos para elegir el nombre de archivo nuevo o sólo partes del nombre del " "archivo" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Nombre de tipografía:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Seleccione nombre de tipografía)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Tamaño de tipografía:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Tamaño de tipografía en píxeles" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Posición del desplazamiento-X en píxeles" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Posición del desplazamiento-Y en píxeles" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Antialias:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Usar antialias" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Crear capa:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3174,11 +3174,11 @@ "Activado: Crea una capa nueva.\n" "Desactivado: Renderiza en la Dibujable activa" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Renderizar nombre de archivo a capa" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Configuración :" @@ -4644,15 +4644,15 @@ msgid "Rotate Follow" msgstr "Rotación de seguimiento" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Vídeo/Capa/Establecer opacidad de capa..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "Valor nuevo de opacidad donde 0 es transparente y 100.0 es opaco" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4660,11 +4660,11 @@ "Los modos establecen la opcidad o cambian el valor antiguo de la opacidad " "añadiendo, sustrayendo o multiplicando por el valor nuevo suministrado." -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Restablecer todos los parámetros a los valores predefinidos" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Establecer capa de opacidad" diff -uraN gimp-gap-2.0.1/po/fi.gmo gimp-gap-2.0.2/po/fi.gmo --- gimp-gap-2.0.1/po/fi.gmo 2004-04-30 21:01:08.000000000 +0200 +++ gimp-gap-2.0.2/po/fi.gmo 2004-05-10 21:26:51.000000000 +0200 @@ -4,7 +4,7 @@      Blurb:Function:HueNew Height:New Width:NoneNumber of ColorsOffset X:Offset Y:OptionsSaturationValueX:Y:Project-Id-Version: gimp-plug-ins 1.1.26 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2001-07-19 23:47+0200 Last-Translator: Tor Lillqvist Language-Team: Finnish diff -uraN gimp-gap-2.0.1/po/fi.po gimp-gap-2.0.2/po/fi.po --- gimp-gap-2.0.1/po/fi.po 2004-04-30 21:00:47.000000000 +0200 +++ gimp-gap-2.0.2/po/fi.po 2004-05-10 21:26:34.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins 1.1.26\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2001-07-19 23:47+0200\n" "Last-Translator: Tor Lillqvist \n" "Language-Team: Finnish \n" @@ -178,7 +178,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -192,7 +192,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -323,7 +323,7 @@ msgstr "" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Seloste:" @@ -335,7 +335,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -432,7 +432,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Virkistä esikatselu" @@ -1525,264 +1525,264 @@ msgid "No selected layer in start frame" msgstr "" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 msgid "Dodge" msgstr "" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Seloste:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Sävy" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturaatio" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Arvo" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "ei mikään" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Virkistä esikatselu" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Asetukset" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1791,27 +1791,27 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1819,7 +1819,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1827,7 +1827,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1836,36 +1836,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1877,7 +1877,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1885,42 +1885,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -1932,13 +1932,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -1950,13 +1950,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -1968,7 +1968,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -1978,7 +1978,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -1990,13 +1990,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2008,74 +2008,74 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "" @@ -2089,7 +2089,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "" @@ -2103,13 +2103,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2121,38 +2121,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "" @@ -2164,13 +2164,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "" @@ -2183,11 +2183,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2196,8 +2196,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "" @@ -2209,13 +2209,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "" @@ -2227,18 +2227,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2250,13 +2250,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2268,13 +2268,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2286,13 +2286,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2304,13 +2304,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2322,7 +2322,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2330,7 +2330,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2342,13 +2342,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2360,7 +2360,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2372,34 +2372,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "" @@ -2411,7 +2411,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2419,31 +2419,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2455,72 +2455,72 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "" @@ -2534,27 +2534,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2863,62 +2863,62 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "" -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "" @@ -4222,25 +4222,25 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/fr.gmo gimp-gap-2.0.2/po/fr.gmo --- gimp-gap-2.0.1/po/fr.gmo 2004-04-30 21:01:08.000000000 +0200 +++ gimp-gap-2.0.2/po/fr.gmo 2004-05-10 21:26:51.000000000 +0200 @@ -228,7 +228,7 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp-gap 1.3.24 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2004-01-23 23:59+0100 Last-Translator: Raymond Ostertag Language-Team: GNOME French Team diff -uraN gimp-gap-2.0.1/po/fr.po gimp-gap-2.0.2/po/fr.po --- gimp-gap-2.0.1/po/fr.po 2004-04-30 21:00:48.000000000 +0200 +++ gimp-gap-2.0.2/po/fr.po 2004-05-10 21:26:35.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: gimp-gap 1.3.24\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2004-01-23 23:59+0100\n" "Last-Translator: Raymond Ostertag \n" "Language-Team: GNOME French Team \n" @@ -193,7 +193,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -207,7 +207,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -353,7 +353,7 @@ msgstr "Rénuméroter des images, 2ème passe" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluebox" @@ -364,7 +364,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Couleur clé :" @@ -465,7 +465,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Aperçu" @@ -1653,196 +1653,196 @@ msgid "No selected layer in start frame" msgstr "Pas de calque sélectionné dans l'image de départ" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Dissoudre" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiplier" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Écran" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Superposition" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Mode" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Description :" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Différence" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Addition" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Soustraction" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Assombrir seulement" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Éclaircir seulement" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Teinte" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturation" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Couleur" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Valeur" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Mode de dessin" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Haut / Gauche" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Bas / Gauche" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Haut / Droite" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Bas / Droite" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centrer" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Boucler" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Boucler à l'envers" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Une seule fois" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Une seule fois à l'envers" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Aller / retour" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Aucun" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Boucle d'image" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Boucle d'image inversé" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Image une seule fois" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Image une seule fois à l'envers" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Image Aller / Retour" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Image aucun" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Animation selon un chemin" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Affiche l'aperçu avec le calque source sélectionné placé au point de " "contrôle courant." -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Générer un aperçu animé comme une image multicalque" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Copier une animation de(s) calque(s) source(s) en images vidéo" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Sélection de la source" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Paramètres avancés" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1851,44 +1851,44 @@ "Veuillez ouvrir un deuxième fichier image du même type avant d'utiliser " "« Animation selon un chemin »." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objet sur des images vides" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objet sur une image" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Objet exact sur des images" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Mode d'aperçu de l'animation :" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Mise à l'échelle de l'aperçu :" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Diminue la taille de l'aperçu animé généré (en %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Images/sec :" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Le taux à utiliser dans l'aperçu animé en images/sec" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Copier vers le tampon vidéo :" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1896,29 +1896,29 @@ "Enregistre toutes les images simples de l'aperçu animé dans le tampon vidéo " "(configuré dans gimprc par video-paste-dir et video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Défaut" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Remettre tous les paramètres à leur valeurs par défaut" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Aperçu animé du déplacement du chemin" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Options" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Échec de la génération de l'aperçu animé" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1931,7 +1931,7 @@ "dans l'image:\n" "« %s »" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1940,20 +1940,20 @@ "Pas de chemin trouvé dans l'image :\n" "« %s »" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Charger des points de chemin depuis un fichier" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Enregistrer des points de chemin dans un fichier" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Point courant : [ %3d ] parmi [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1964,7 +1964,7 @@ "nom de fichier : « %s »\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1975,7 +1975,7 @@ "nom de fichier : « %s »\n" "(n'est pas un fichier de points de contrôle valide)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1987,32 +1987,32 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Image source / calque :" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" "Objet source à insérer dans les images de destination de l'intervalle " "spécifié" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Mode :" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Mode de dessin" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Mode Pas : " -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" "Comment trouver le prochain calque source pour la prochaine image à " @@ -2020,7 +2020,7 @@ #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Facteur de vitesse :" @@ -2032,7 +2032,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2043,15 +2043,15 @@ "seulement pour deux images cibles." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Placement :" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Comment placer le calque source aux coordonnées du point de contrôle." -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2060,11 +2060,11 @@ "bluebox rend une couleur clé transparente." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Couleur clé de bluebox pour l'animation selon un chemin" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2072,17 +2072,17 @@ "du filtre bluebox" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Calque trace" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Créé un calque trace additionnel pour toutes les images manipulées" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "Trace opacité 1:" @@ -2094,13 +2094,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Opacité initiale pour le calque trace" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "Trace opacité 2 :" @@ -2112,13 +2112,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Opacité descendante pour le calque trace" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Pas tween :" @@ -2130,7 +2130,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2144,7 +2144,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "Opacité tween 1 :" @@ -2156,13 +2156,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Opacité initilale pour le calque tween" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "Opacité tween 2 :" @@ -2174,22 +2174,22 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Opacité descendante pour le calque tween" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Éditer les points de contrôle" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Ajouter un point de contrôle à la fin. Le dernier point de contrôle est " "dupliqué." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2198,38 +2198,38 @@ "les noeuds du chemin courant de l'image d'où « Animation selon un chemin » a " "été invoqué." -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "Insérer un point de contrôle. Le point de contrôle courant est dupliqué." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Supprimer le point de contrôle courant" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Afficher le point de contrôle précédent" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Afficher le point de contrôle suivant" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Afficher le premier point de contrôle" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Afficher le dernier point de contrôle" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" "Remettre les paramètres du point de contrôle courant à leur valeurs par " "défaut" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2237,7 +2237,7 @@ "Remettre tous les points de contrôle à leur valeurs par défaut mais ne " "change pas le chemin (valeurs X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2245,15 +2245,15 @@ "Définir la rotation pour tous les points de contrôle pour suivre la forme du " "chemin. Maj : utiliser la rotation du point de contrôle 1 comme décalage." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Supprimer tous les points de contrôle" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Charger des points de contrôle depuis un fichier" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Enregistrer les points de contrôle dans un fichier" @@ -2267,7 +2267,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Première image de destination traitée" @@ -2281,13 +2281,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Dernière image de destination traitée" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Pile de calques :" @@ -2299,7 +2299,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2308,33 +2308,33 @@ "La pile 0 siginifie au-dessus, à l'avant." #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Forcer la visibilité" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Force la visibilité pour tous les calques sources copiés" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Tailler selon l'image" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" "Tailler tous les calques sources copiés aux dimensions de l'image de " "destination" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Modifier la taille, l'opacité et la rotation" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Largeur :" @@ -2346,13 +2346,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Étirement de la largeur du calque source en pourcentage" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Hauteur :" @@ -2365,11 +2365,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Étirement de la hauteur du calque source en pourcentage" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Conserver les proportions" @@ -2378,8 +2378,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacité :" @@ -2391,13 +2391,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Réglage de l'opacité du calque source en pourcentage" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotation :" @@ -2409,18 +2409,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Rotation du calque source (en degrés)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Facteurs de transformation XY pour les quatre coins" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1 :" @@ -2432,13 +2432,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Facteur de transformation pour la coordonnée X du coin haut gauche" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1 :" @@ -2450,13 +2450,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Facteur de transformation pour la coordonnée Y du coin haut gauche" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2 :" @@ -2468,13 +2468,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Facteur de transformation pour la coordonnée X du coin haut droit" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2 :" @@ -2486,13 +2486,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Facteur de transformation pour la coordonnée Y du coin haut droit" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3 :" @@ -2504,7 +2504,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Facteur de transformation pour la coordonnée X du coin bas gauche" @@ -2512,7 +2512,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3 :" @@ -2524,13 +2524,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Facteur de transformation pour la coordonnée Y du coin bas gauche" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4 :" @@ -2542,7 +2542,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Facteur de transformation pour la coordonnée X du coin bas droit" @@ -2554,34 +2554,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Facteur de transformation pour la coordonnée Y du coin bas droit" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Ignorer la sélection (dans toutes les images sources)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Utiliser la sélection (depuis tous les images sources)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Utiliser les sélections (depuis toutes les images sources)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Traitement des sélections de pixels" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Comment traiter les sélections de l'image source" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Rayon d'adoucissement de la sélection :" @@ -2593,7 +2593,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Rayon d'adoucissement en pixels (pour adoucir les sélections)" @@ -2601,31 +2601,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X :" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "coordonnée X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y :" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "coordonnée Y" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Image clé :" @@ -2637,39 +2637,39 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Fixer le point de contrôle au numéro d'image clé où 0 == pas d'image clé" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Étirer et modifier" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspective" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Traitement des sélections" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Pipette à couleur de la trajectoire" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" "Sélectionner la couleur utilisée pour tracer la trajectoire dans l'aperçu" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Chemin" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2678,35 +2678,35 @@ "bouton de gauche ou déplacer avec le bouton de droite" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Curseur" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Afficher des lignes croisées pour le curseur" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Grille" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Afficher le calque source comme lignes de grille" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Appliquer instantanément" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Mise à jour automatique de l'aperçu" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Image :" @@ -2720,29 +2720,29 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Image à afficher lorsque le bouton « M. à j.» est cliqué" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Impossible d'opérer avec les réglages courant du point de contrôle ou de " "l'image clé" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "R. à z. des images clés" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Point de contrôle du chemin" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Erreurs :" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3119,54 +3119,54 @@ "ERREUR : cette fonction n'opère que sur des images vidéo, pas sur les images " "seules." -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Vidéo/Nom de fichier vers calque..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" "Modes pour choisir le nom de fichier entier ou juste une partie du nom de " "fichier" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Nom de police :" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Sélectionner le nom de police" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Taille de police :" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Taille de police en pixels" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Décalage de position X en pixels" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Décalage de position Y en pixels" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Anti-crénelage :" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Utiliser l'anti-crénelage" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Créer le calque" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3174,11 +3174,11 @@ "ACTIF : créé un nouveau calque\n" "INACTIF : rend sur le tracé courant." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Mettre le nom du fichier dans le calque" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Réglages :" @@ -4645,15 +4645,15 @@ msgid "Rotate Follow" msgstr "Rotation suivie" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Vidéo/Calque/Régler l'opacité du calque..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "Nouvelle valeur d'opacité où 0 est transparent et 100 est opaque " -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 #, fuzzy msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " @@ -4662,11 +4662,11 @@ "Modes de réglage d'opacité ou changer l'ancienne valeur de l'opacité en " "ajoutant, soustrayant ou multipliant avec la nouvelle valeur fournie" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Remettre tous les paramètres à leur valeurs par défaut" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Régler l'opacité du calque" diff -uraN gimp-gap-2.0.1/po/gimp20-gap.pot gimp-gap-2.0.2/po/gimp20-gap.pot --- gimp-gap-2.0.1/po/gimp20-gap.pot 2004-04-30 20:46:55.000000000 +0200 +++ gimp-gap-2.0.2/po/gimp20-gap.pot 2004-05-10 21:26:28.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -178,7 +178,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -192,7 +192,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -323,7 +323,7 @@ msgstr "" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "" @@ -334,7 +334,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -430,7 +430,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "" @@ -1522,262 +1522,262 @@ msgid "No selected layer in start frame" msgstr "" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 msgid "Dodge" msgstr "" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 msgid "Burn" msgstr "" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1786,27 +1786,27 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1814,7 +1814,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1822,7 +1822,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1831,36 +1831,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1872,7 +1872,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1880,42 +1880,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -1927,13 +1927,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -1945,13 +1945,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -1963,7 +1963,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -1973,7 +1973,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -1985,13 +1985,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2003,74 +2003,74 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "" @@ -2084,7 +2084,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "" @@ -2098,13 +2098,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2116,38 +2116,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "" @@ -2159,13 +2159,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "" @@ -2178,11 +2178,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2191,8 +2191,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "" @@ -2204,13 +2204,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "" @@ -2222,18 +2222,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2245,13 +2245,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2263,13 +2263,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2281,13 +2281,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2299,13 +2299,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2317,7 +2317,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2325,7 +2325,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2337,13 +2337,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2355,7 +2355,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2367,34 +2367,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "" @@ -2406,7 +2406,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2414,31 +2414,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2450,72 +2450,72 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "" @@ -2529,27 +2529,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2858,62 +2858,62 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "" -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "" @@ -4210,25 +4210,25 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/hr.gmo gimp-gap-2.0.2/po/hr.gmo --- gimp-gap-2.0.1/po/hr.gmo 2004-04-30 21:01:09.000000000 +0200 +++ gimp-gap-2.0.2/po/hr.gmo 2004-05-10 21:26:52.000000000 +0200 @@ -229,7 +229,7 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp-gap 0 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2004-03-20 23:10+CET Last-Translator: auto Language-Team: Croatian diff -uraN gimp-gap-2.0.1/po/hr.po gimp-gap-2.0.2/po/hr.po --- gimp-gap-2.0.1/po/hr.po 2004-04-30 21:00:49.000000000 +0200 +++ gimp-gap-2.0.2/po/hr.po 2004-05-10 21:26:36.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gimp-gap 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2004-03-20 23:10+CET\n" "Last-Translator: auto\n" "Language-Team: Croatian \n" @@ -186,7 +186,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -200,7 +200,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -345,7 +345,7 @@ msgstr "Drugi krug prenumeracije kadrova" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluebox" @@ -356,7 +356,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Ključ boje:" @@ -459,7 +459,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Pregled" @@ -1634,194 +1634,194 @@ msgid "No selected layer in start frame" msgstr "Nema odabranog sloja u početnom okviru" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Obično" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Otapanje" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Pomnoži" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Zaslon" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Prekrivanje" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Način:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Zamućenje:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Razlika" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Dodatak" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Oduzmi" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Samo tamnije" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Samo svjetlije" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Nijanse" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Zasićenje" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Boja" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Vrijednost" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Način slikanja" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Lijevo Vrh" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Lijevo Dno" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Desno Vrh" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Desno Dno" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Sredina" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Petlja" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Petlja Unatrag" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Jednom" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Jednom Unatrag" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "PingPong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Nijedan" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Kadar u krug" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Kadar u krug unazad" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Kadar jednom" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Jednom Unatrag" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "PingPong kadra" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Ništa za kadar" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Makni Stazu" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "Pokaži pregled okvira s odabranim slojem na trenutnoj kontrolnoj točki" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Generiraj animirani pregled kao višeslojnu sliku" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Kopiraj pokretne izvorne slojeve u kadrove" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Odabir izvora" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Napredne mogućnosti" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1829,46 +1829,46 @@ "Nije označena izvorna slika.\n" "Molim, otvorite drugu sliku iste vrste prije otvaranja \"Pomakni putanju\"." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objekt na praznim okvirima" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objekt na jednom okviru" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Isti objekt na okvirima" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Način pregleda animacije:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Pregled skaliranja" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Umanji veličinu stvorenog pregleda animacije (u %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Br. slika/sec:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Brzina kadrova koja se koristi za animirani pregled kao broj kadrova po " "sekundi" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Kopiraj u video spremnik" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1876,29 +1876,29 @@ "Spremite sve pojedinačne okvira animiranog pregleda u video međuspremnik. " "(postavljen u gimprc s video-paste-dir i video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Uobičajeno" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Vrati sve parametre na uobičajene vrijednosti" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Makni pregled staze" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Odrednice" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Greška kod stvaranja animiranog pregleda" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1911,7 +1911,7 @@ "u slici:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1920,20 +1920,20 @@ "Nije nađena putanja za sliku:\n" "\"%s\"" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Učitaj stazu točaka iz datoteke" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Spremi točke staza u datoteku" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Trenutna točka: [ %3d ] od [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1944,7 +1944,7 @@ "kontrolnim točkama: \"%s\"\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1955,7 +1955,7 @@ "kontrolnim točkama: \"%s\"\n" "(Nije ispravna datoteka s kontrolnim točkama)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1967,36 +1967,36 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Izvorna slika/sloj:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Izvorni objekt za umetnuti u područje okvira" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Način:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Način slikanja" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Način koraka:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "Kako dohvatiti sljedeći izvorni sloj kod sljedećeg obrađivanog okvira" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Činitelj brzine:" @@ -2008,7 +2008,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2019,15 +2019,15 @@ "svakog drugog odredišnog okvira" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Rukovanje:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Kako staviti izvorni sloj na koordinate kontrolne točke" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2036,11 +2036,11 @@ "stvara ključnu boju transkarentnom." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Pomakni ključnu boju putanje Bluebox-a" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2048,17 +2048,17 @@ "bluebox filter" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Sloj za praćenje" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Stvara dodatni sloj za praćenje u svim obrađivanim okvirima" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "NeprozirnostPraćenja1:" @@ -2070,13 +2070,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Početna neprozirnost sloja za praćenje" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "NeprozirnostPraćenja2:" @@ -2088,13 +2088,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Padajuća neprozirnost sloja za praćenje" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Međukoraci:" @@ -2106,7 +2106,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2120,7 +2120,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "NeprozirnostMeđukoraka1:" @@ -2132,13 +2132,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Početna neprozirnost tween sloja" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "NeprozirnostMeđukoraka2:" @@ -2150,22 +2150,22 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Padajuća neprozirnost za tween sloj" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Uredi kontrolne točke" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Dodaj kontrolnu točku na kraj\n" "(zadnja točka je duplicirana)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2173,37 +2173,37 @@ "Briše sve kontrolne točke i zamjenjuje ih s kopijom svih točkama sidrišta " "trenutnih putanja iz slike iz koje je pozvana \"PutanjaPomaka\"" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "Dodaj kontrolnu točku\n" "(trenutna točka je duplicirana)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Izbriši trenutnu kontrolnu točku" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Pokaži prethodnu kontrolnu točku" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Pokaži sljedeću kontrolnu točku" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Pokaži prvu kontrolnu točku" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Pokaži zadnju kontrolnu točku" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Vrati uobičajene vrijednosti kontrolne točke" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2211,7 +2211,7 @@ "Vratite sve kontrolne točke na uobičajene vrijednosti ali ne promijeni " "putanju (X/Y vrijednosti)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2219,15 +2219,15 @@ "Postavite okret za sve kontrolne točke da sljede formu putanje. Držite " "pritisnutom tipku shift za korištenje okretanja kontrolnih točaka za pomak 1." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Izbriši sve kontrolne točke" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Učitaj kontrolne točke iz datoteke" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Spremi kontrolne točke u datoteku" @@ -2241,7 +2241,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Prvi obrađeni odredišni sloj" @@ -2255,13 +2255,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Zadnji obrađeni odrešni okvir" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Hrpa Slojeva:" @@ -2273,7 +2273,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2282,31 +2282,31 @@ "znači na vrhu, odn. ispred" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Inzistiraj na vidljivosti" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Inzistiraj na vidljivosti na svim kopiranim izvornim slojevima" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Ubaci u Okvir" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Spoji sce kopirane izvorne slojeve na granice ciljnog okvira" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Promijeni veličinu, neprozirnost i rotaciju" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Širina:" @@ -2318,13 +2318,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Skaliraj širinu izvornih okvira u postotku" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Visina:" @@ -2337,11 +2337,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Skaliraj visinu izvornih okvira u postotku" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Ograničene proporcije" @@ -2350,8 +2350,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Neprozirnost:" @@ -2363,13 +2363,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Dubina prozirnosti izvornog sloja u postotku:" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotiraj:" @@ -2381,18 +2381,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Rotiraja izvorni sloj (u stupnjevima)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Koeficijenti transformacije X/Y za 4 kuta" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2404,13 +2404,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Koeficijent transformacije za X koordinatu gornjeg lijevog kuta" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2422,13 +2422,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Koeficijent transformacije za Y koordinatu gornjeg lijevog kuta" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2440,13 +2440,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Koeficijent transformacije za X koordinatu gornjeg desnog kuta" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2458,13 +2458,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Koeficijent transformacije za Y koordinatu gornjeg desnog kuta" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2476,7 +2476,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Koeficijent transformacije za X koordinatu donjeg lijevog kuta" @@ -2484,7 +2484,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2496,13 +2496,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Koeficijent transformacije za Y koordinatu donjeg lijevog kuta" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2514,7 +2514,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Koeficijent transformacije za X koordinatu donjeg desnog kuta" @@ -2526,34 +2526,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Koeficijent transformacije za Y koordinatu donjeg desnog kuta" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Zanemari označeno (u svim izvornim slikama)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Koristi odabir (iz početne izvorne slike)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Koristi odabir (iz svih izvora slika)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Rukovanje odabirom točke" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Kako obrađivati oznake i izvornoj slici" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Odaberite radius razmazivanja:" @@ -2565,7 +2565,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Radius u tičkama (za zaglađivanje oznake(a))" @@ -2573,31 +2573,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "X koordinata" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Y koordinata" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Ključni Okvir:" @@ -2609,39 +2609,39 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Zaustavi kontrolnu točku na okviru broj\n" "(0 == nema ključnog okvira)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Skaliraj i promijeni" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspektiva" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Rukovanje odabirom" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Izbor boje za liniju putanje" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "Označite boju koja je korištena za crtanje putanja u pregledu" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Putanja" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2650,35 +2650,35 @@ "ili pomicanje s desnom tipkom miša" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Pokazivač" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Pokaži križ pokazivača" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Mreža" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Pokaži izvorni sloj kao mrežu linija" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Trenutna primjena" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Automatsko osvježavanje pregleda" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Kadar:" @@ -2692,29 +2692,29 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Okvir koji će biti prikazan kad je pritisnut gumb \"Osvježi\"" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Ne mogu raditi s trenutno postavljenim\n" "postavkama kontrolne točke ili ključa okvira" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Vrati Ključne Okvire" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Pomakni Stazu kontrolne točke" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Greške:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3086,52 +3086,52 @@ "\n" "GREŠKA: pozvana iz jedinstvene slike, ali potreban je video okvir" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Datoteka u sloj..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Načini za odabir cijelog imena ili samo djelova imena datoteke" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Ime pisma:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Odabir imena pisma)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Veličina pisma:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Veličina pisma u točkama" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Mjesto X-pomaka i točkama" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Mjesto Y-pomaka i točkama" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Omekšavanje:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Koristi zaglađivanje" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Stvori sloj:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3139,11 +3139,11 @@ "ON: Stvara novi sloj.\n" "OFF: Iscrtava aktivni crtež." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Iscrtaj datoteku na sloj" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Postavke:" @@ -4589,15 +4589,15 @@ msgid "Rotate Follow" msgstr "Slijedi Rotaciju:" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Layer/Postavi neprozirnost sloja..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "Nova vrijednosti gdje je 0 prozirno, a 100.0 je neprozirno" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4606,11 +4606,11 @@ "neprozirnost dodavanjem ili oduzimanjem ili množenje s novom isporučenom " "vrijednošću" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Vrati sve parametre na uobičajene vrijednosti" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Postavi prozirnost sloja" diff -uraN gimp-gap-2.0.1/po/hu.gmo gimp-gap-2.0.2/po/hu.gmo --- gimp-gap-2.0.1/po/hu.gmo 2004-04-30 21:01:09.000000000 +0200 +++ gimp-gap-2.0.2/po/hu.gmo 2004-05-10 21:26:52.000000000 +0200 @@ -14,7 +14,7 @@  *.& %-+')0!2 "#/1 6 453 $7(, /Filters/Filter all Layers.../Video/Delete Frames.../Video/Duplicate Frames.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Exchange Frame.../Video/Frames Convert.../Video/Frames Crop.../Video/Frames Flatten.../Video/Frames Modify.../Video/Frames Resize.../Video/Frames Scale.../Video/Frames to Image.../Video/Move Path.../Video/Split Image to Frames.../Video/Split Video to Frames/Any XANIM readable.../Video/VCR Navigator.../Xtns/Split Video to Frames/Any XANIM readable...Author:CenterClear Video BufferColorContinueCopyCopyright:CutDate:Duplicating frames...Enter ValuesFile already existsFormatHeight:Help:HueJpeg Quality:N times:Name:NoneNumber of ColorsOpenOptionsOverwrite AllOverwrite FramePress ButtonRun asynchronouslySaturationScreenSearch by NameSettingsValueValue:Width:X:Y:Project-Id-Version: GIMP plug-ins /gnome-cvs Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2001-09-17 09:53+0200 Last-Translator: Emese Kovacs Language-Team: Hungarian diff -uraN gimp-gap-2.0.1/po/hu.po gimp-gap-2.0.2/po/hu.po --- gimp-gap-2.0.1/po/hu.po 2004-04-30 21:00:49.000000000 +0200 +++ gimp-gap-2.0.2/po/hu.po 2004-05-10 21:26:36.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: GIMP plug-ins /gnome-cvs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2001-09-17 09:53+0200\n" "Last-Translator: Emese Kovacs \n" "Language-Team: Hungarian \n" @@ -181,7 +181,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -195,7 +195,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -329,7 +329,7 @@ msgstr "Képszekvencia újraszámozása..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "" @@ -340,7 +340,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -437,7 +437,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Előnézet frissítése" @@ -1555,265 +1555,265 @@ msgid "No selected layer in start frame" msgstr "" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Képernyő" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 msgid "Dodge" msgstr "" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 msgid "Burn" msgstr "" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Színezet" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Telítettség" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Szín" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Érték" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Közép" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Nincs" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Beállítások" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Előnézet frissítése" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Videóbuffer törlése" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Beállítások" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1822,27 +1822,27 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1850,7 +1850,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1858,7 +1858,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1867,36 +1867,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1908,7 +1908,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1916,42 +1916,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -1963,13 +1963,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -1981,13 +1981,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -1999,7 +1999,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2009,7 +2009,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -2021,13 +2021,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2039,74 +2039,74 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "" @@ -2120,7 +2120,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "" @@ -2134,13 +2134,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2152,38 +2152,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Szélesség:" @@ -2195,13 +2195,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Magasság:" @@ -2214,11 +2214,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2227,8 +2227,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "" @@ -2240,13 +2240,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "" @@ -2258,18 +2258,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2281,13 +2281,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2299,13 +2299,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2317,13 +2317,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2335,13 +2335,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2353,7 +2353,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2361,7 +2361,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2373,13 +2373,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2391,7 +2391,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2403,34 +2403,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "" @@ -2442,7 +2442,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2450,31 +2450,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2486,72 +2486,72 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Név:" @@ -2566,27 +2566,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2898,63 +2898,63 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Mozgókép/Kockából kép..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Beállítások" @@ -4281,26 +4281,26 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Mozgókép/Frames LayerDel..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/it.gmo gimp-gap-2.0.2/po/it.gmo --- gimp-gap-2.0.1/po/it.gmo 2004-04-30 21:01:09.000000000 +0200 +++ gimp-gap-2.0.2/po/it.gmo 2004-05-10 21:26:52.000000000 +0200 @@ -1,76 +1,85 @@ -]5G#G@ H"NHIqHaH4IkRI6I2I2(Jf[JJpKK KKKK&L$(L$MLrLLL!LL -M(M"HM%kMMMMM$N3N RNsNN N NNO1O"PO(sO,O$O(OP(2P)[PP)PP&P9QIQ:hQQQ -Q QQ!Q=Q2RKRfR!R RRRRFR'2S)ZS#SuST;TAT,RT TTT -TT TT=T4UdDU&U&U UV *V 6V DV RVb_V -W W W -WWWX)X i1|i-ii&i(jHjgjoj jjMjjkI$khnkkOk -;l FlTlcl]xl3l -mmm. n5a"nʁ=9 w ڂ#@,m3"7%Z26 -#<+ -hs -s ~ ab"64:TLL-7ߊe& L4!/%ӌ=-7-eK7;A[>]Ǐ Ώ ؏   2D@.H,(4E]e1  ȓ ғ  # -? J V cqv'/#@\{֕tߕ(TS} іCݖ[!r} -vA:3 N -[f n {5KD -DODٚݚ I FW'ƛ/E^Oyɜ$ۜ$/% U_ev &O& 0!H4j0О *lG&Y۟U5 Рؠm Ye -n y -}6Qk 8Ȣ&%(Nj$q$ˣߣ #'Kk -r} **3D#W { 376 6W2655.d:~OH >R ̨ݨI HTp.Ʃ)} -YpOѫ!E@ ͬ4Ҭ F [i }F.%u'î ɮp֮G_(n/$) @M UM_U  'B5$xSQWV ȳճ  'CUo - 4Ĵ -2"2U3322#3V3& - >1 pķ ޷%)'<dS $8So  -̹׹f߹Ffغ? л ܻ  &ӽ|KB[G2*,D(q?'+.H?&f#u-1519#kJ%RpS<s>u66k"7M h#t&4. -39m"$>+c!&8X#x!$" #$D$i*5'1 I+j*!-+-<Y="/7Cg%+,4*_+r O10B4s2RW$h -D!fk(()@j ~ | 3 ?L \i"q% -ZsR - $ +p8sT6r %;CKMaE$:'Jmr',Cp! -%-EFs - * ^7;M "Ad"", 8 -@Kdkq -y'   )"7Z#BLb"&A `8j++% -!,3 P\qAm D{X7?&S_z' 1A?8Z3/I!y1.&#+CZFwLz;i 6BSdmxG.,;)K9u  \) - #RP!a *?&;Kj16Cz  $=AM (*6 -PS[a -s -~3 ?  '>[x3B_ z-<%BbC !( 78D9}6E14fH 45>t -0 /%>(d@ -4O3a    $+B`}2   # 0=#]#X+FUl |: -) -  .0=&n& -'~An(" && 3M    ]  - - - -A <Q    % ?  +  C Q 3b 0 t x<=@4<DG:Xe]_$4JYOr._A3;/_A?> cW?rPd~   .R= ";K>J b j$, ; GSe -w $    &'4N<((..A$p$00 % 0 N  J!SV!b!t " " """"r" -L#;W#&#&## $$ $)$;$FO$Q$S$S<%S%% % %&&&J &Yk&&& & ''(0'Y'm'#''R'(*-(*X(;( ( -((()1)cG)1))0)G-*4u*)*** +&)+P+9+o,d, , ,-#-4-;-W-- - . . .'.8.W. ../ 0/>/O/i/8/-/./030$:0$_000000%0"1 ?1I1Y1n112161$ 222L2,e22222B2E$3Dj3E3B3E84D~4E4" 5L,5`y5P5L+6x666666X6M7+]7777757+8689 ,9:99"9":'?:g:g:(:X;'q;-;; -;>;#<)<f2<<<<<Q=<>;D> >>>2?K?/k?#?8??(@7@ K@l@@@d@aA fArAAATA*A5BYTCQCVD WD aD kDuD D D DDDDD E'EAE -IE TE `EFjEEEEJEM4FKFKFMGLhGJGJH,KHxHHHHHFH$/I&TI{I#II)I0I-'JUJ rJbJJJJJ -K,K"EK#hK#KK KKK K KLb LpLc -MnM M - -N -N N-N0N CNPNSNZN^OPPPZ4QSQUQ@9R9zR9R4RF#S%jS)SSNTGTU'.UVUZU^UbUfUUVVnV^Y $p+N;XP4|CGZ+J>P9aXt6Ms$h0@z3n+ochZ6 -d* !8OLBK/"j0[i}7of!<QY$:1mlr0GfN5;)zItiH"33vP-%iH&_V=F ~FG{GESIb -TwOg|S>[^Nc}?p V\;q2('!zW:eWlSg1y% bFakPr1,.n-]XC"j*WQLQ]Qu{u%2Ym4a4(eE<"R9=kubTfFJ95% 68Y_c w~jK78 -D`7kApx@S=K$K2<AZ5Ex1*&.e UUdy? #=O), ADHD*@>#y[|'])g_\^- Rhsq TDC @)oJTB(,2#VI+R: ZRB6/s vd' L&;(U:{\`AXM!M?`m#3}LW0BI<x //'5 -JCt [ .v?~>]U\,lw9 4rM8-&.NEO7Hq +eDl6H#H@H"HI!IakI4IkJ6nJ2J2Jf KrK L8L TL`LLL&L$L$L"MAM[M!zMMMM"M%NANaN~NN$NN O#OBO `O OOOO"P(#P,LP$yP(PP(P) Q5Q)TQ~Q&Q9QQ:RSRWR +[R fRpR!R=RRRS!3S UScSSSFS'S) +T#4TuXTTTT,U /Uj-pjj&j(j +k)k1k HkUkMrkkkIkh0llOl +l mm%m]:m3mmnn.n5n4o MoZoqooYo oop $p0pPp:dpppqqq(q8q 0r =rGr Zrdrr-s4s +;sFs +Ys +dsossssss.stt $t#0t$Ttyt6t +tIt u.uu uu/u )v33v gvtv {vvvv vv-vC wcdww%w x#x;xLx-\x-x x x xxx9x!y%y +-y8y@y Fy Ry8_y:y0y<z,Azqnz9z{){ H{R{a{f{o{v{'{ +{{{ {"{"| &|<3| p|~|||||3| }#} 2} <} F} +P}[}z}}~~~~~ +, H T a k +x +S5&Qx } + ; +6(   +)"4W"wn=/ m Ѓ@"c3"-%P2v6 +#<! +^i| +i t ab6{4:TBL-7Ջ e&L*!w/%ɍ=---[K-;yA[>S Đ ΐؐ   (D6{.H,(*ESe'  Ȕ֔    +5 @ L Ygl'/ڕ6Rq̖tՖ(JSs ǗCӗ[rs #v7: ) D +Q\ d q5~KDDEDϛӛ IFM'ٜ%;TOo$ѝ$/ KU[l |&O&&!>4`0Ɵ  l=&YѠU+ ơΡm O[ +d o +{},Ga x8&%D`$g$դ #Aa +hs ** ):#M q ~37ަ66M2655$Z:tOH>H ©өI >Jf}.)s +Of~OǬE6| í4ȭF + +Q \j ~F/%v'į ʯpׯH`(o/$* AN VM`U  (B6$ySQWW ɴִ  (DVp + 4ŵ +2#2V3322$3W3& + >2 qŸ ߸%)'=eS $9Tp  +ͺغfGfٻ@ Ѽ ݼ   'Ծ|KB\G2*,E(r?'+/H?'g#v.261:#lJ%RpT<s>v66k#8N i#u&4. 3:n"$?+d!&9Y#y!$" $$E$j*5'1 J+k*!-+.<Z=#/8Ch%+,4+`+s O10C4t3SX$i +D"gk(()Ak  | 4 @M ]j"r% +ZsS + %, 3p@sT%6z-CKSMiE,B'Rmz/,Kx!--MF{ + *^?;M ("Il"",@ +HSlsy +'   1"?b #&JLj"&"I h8r++% +)4; XdyAm#DX/MU&i_' GAU8Z3+/_!1.&9AYpFLzQi LXizmGDBQ)a9  \? + #Rf!w *?<QaG6Y  $.SAc (*6/ +fSqw + +3 ? ) 0=Tq3B_0 -&<;Bx CAE MZcj y896E01vH- v5 +0D S]q%(@ 8L\v3    .$;`u2HZ i w  ##X^+z : +5@Ya|)8 +bm 0&& + '' ~O A ( +9 +S +"c +& +3 + + + +] +Z -  1 R Ao <    % ?: z    30t'x=@S:eY]a$JOTr.r_3;5/q_?>Ac;WrPs   ) @J^yR ";"K^> b +mjhp   +  +$> N [i }&4<( (I .r . $ $ 0!0K!|!!0*"N[" "S"b +#tm# # ##$ $r9$ +$;$&$&%A% `%n% %%%F%Q%SH&S&S&D' H' U'a'h'n'J'Y'&%( L(m(~(((((#()R&)y)*)*);) * ++*6*N*e*1u*c*1 +=+0\+G+4+) +,4,S, h,&,,98-or-d- G. T.`.#p....2%\22 2222223663$m333,3344/4BA4E4D4E5BU5E5D5E#6"i6L6`6P:7L77788)8;8XT88+8899<95U996F:}: ::B;"Y;"|;';;g;(O<Xx<'<-<'= +9=>D===f= =>>0>C>Q"?<t?;? ?? @@@/@#A8,AeA({AA AAAAd BaqB BBBBT C*`C5CYDQEVmE E E EE E E FF+FFF^FyFFF +F F FFFG2GFGJVGMGKGK;HMHLHJ"IJmI,IIIJ&J7JFUJ$J&JJ#K)K)9K0cK-KK KbKPLWL^LfL wL,L"L#L#LM $M2MAM XM eMrMbzMMcwNN iO +wO +O OOO OOOOPtQRRZRSRUPS@S9S9!T4[TFT%T)T'UNUGBVV'VVVVVVjWnWrW' K>249^?=l$DHg2z>hHQQR3@LtC+9a<zo$4\j +"eNd5&|}bc@>^7+T:6,NW_PXV &C0[ap57-6YqJ I<] t** UGY'E1` +:}/;&? a\H!$1dG[e'%/<MLrX8 =U/^kRb Z)!3*k da:SB{n;;V (*2c=! N5mM#SEQLc +0A|F~W0(wWjb)w + "9x"..n "lt7N F&8sXv4\FU,uMeu:6+R<E3kIrgDs0[~YCfy]o#Z/{Am?pBjx]K),-98JTgeF]oA1vLDKiR TMV!?S@#CJy i_fqQ$6.I3_I%7>hy( { hEOu41wW+PH(-bSmOlqvd%X;`n5,O^rP}B[p`8D#YJKs_ @2|Gx`UTzZ.cZ OPB=-i\AG)fV'~% ERROR: height not a multiple of 16 ERROR: invoked from a single image, but video frame is required ERROR: width not a multiple of 16 @@ -91,7 +100,7 @@ %d (at %.4f frames/sec)%s does not look like xanim** Empty **** File is not a filtermacro **** No menu path available **** not available **-1 is previous frame, +1 is next frame2nd call of %s (define end-settings)/Filters/Filter all Layers.../Filters/Filtermacro.../Video/Bluebox .../Video/Delete Frames.../Video/Duplicate Frames.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Exchange Frame.../Video/Filename to Layer.../Video/Frame Sequence Shift.../Video/Frames Convert.../Video/Frames Crop.../Video/Frames Density.../Video/Frames Flatten.../Video/Frames Layer Delete.../Video/Frames Modify.../Video/Frames Renumber.../Video/Frames Resize.../Video/Frames Scale.../Video/Frames to Image.../Video/Go To/Any Frame.../Video/Go To/First Frame/Video/Go To/Last Frame/Video/Go To/Next Frame/Video/Go To/Previous Frame/Video/Layer/Colors/CurvesFile.../Video/Layer/Colors/Hue-Saturation.../Video/Layer/Colors/Levels.../Video/Layer/Set Layer Opacity.../Video/Move Path.../Video/Onionskin/Configuration.../Video/Onionskin/Create or Replace/Video/Onionskin/Delete/Video/Onionskin/Toggle Visibility/Video/Playback.../Video/Split Image to Frames.../Video/Split Video to Frames/Any XANIM readable.../Video/VCR Navigator.../Xtns/Split Video to Frames/Any XANIM readable...ALLAddAdd FilterAdd PointAdd alpha channelAdd black layermask (transparent)Add controlpoint at end. The last controlpoint is duplicated.Add layermask from alphaAdd layermask from bw copyAdd layermask from selectionAdd layermask transfer from alphaAdd selectionAdd white layermask (opaque)AdditionAdvanced SettingsAffect only pixels with alpha >= source alpha where 1.0 is full opaqueAffected range ends at this framenumberAffected range starts at this framenumberAll images must have the same size,All images must have the same size, width and height must be a multiple of 16 -(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolor transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Color PickerBlueboxPreview.xcfBlurb:Calculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function +(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolor transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Color PickerBlueboxPreview.xcfBlurb:BurnCalculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function on the same video frame image at the same time. Locking image_id:%d Can't operate with current controlpoint @@ -101,7 +110,7 @@ %sCan't operate with current controlpoint or keyframe settingsCant open two or more video navigator windows.Case sensitiveCase sensitive:CenterCenter HorizontalCenter VerticalChange Frame DensityChange Frames DensityChannel:Channels:Clear Video BufferClick: go to frame, Ctrl-Click: set 'From Frame', Alt-Click: set 'To Frame'Clip To FrameClip all copied source layers at destination frame boundariesClipped to bottom layerClipped to imageClose windowClose window without any actionClose window without creating or deleting any onionskin layers but store current SettingsColorColor LevelsColor Levels Adjustments Common color thresholdConfirm Frame DeleteConfirm Frame Density ChangeConstant Bitrate:Constrain aspect ratioContinueConvert Frames to IndexedConvert Frames to other FormatsConvert Frames: Save operation failed. Desired save plugin can't handle type -or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints +or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDivideDodgeDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints filename: '%s' %sERROR: Could not read controlpoints filename: '%s' @@ -126,7 +135,7 @@ (the freely distributed Berkeley MPEG-1 video encoder.) Generating animated preview...Generation of animated preview failedGo To Frame (%ld/%ld)Go to this frame numberGoto first frameGoto last frameGoto next frame use timezoom stepsizeGoto prev frame - use timezoom stepsizeGrab PathGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Height:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), + use timezoom stepsizeGrab PathGrain ExtractGrain MergeGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Hard LightHeight:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep PaintmodeKeep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), where the string '[######]' is replaced by the frame number. This name is only relevant for the functions: Duplicate layer(s) @@ -184,7 +193,7 @@ (1 = best quality, 31 = best compression)RGBRaise layer(s)Ratio X:ReadyRedRemove UnusedRemove all onionskin layers in all frames of the the selected frame rangeRemove unused or double colors (ignored if palette type is not custom)Removing layer (pos:%ld) from frames...Removing onionskin layers...Rename layer(s)Renaming frames...Render Filename to LayerRenumber FramesRenumber Frames (%ld)Renumber Frames 2nd PassRenumber frame sequence...Renumber the affected frame sequence (numbers are shifted in circle by N steps)Replace selectionRequirements to run mpeg2encode 1.2:Requirements to run mpeg_encode 1.5:Requirements to run the xanim based video splitResample:ResetReset All PointsReset KeyframesReset PointReset all Parameters to Default ValuesReset all controlpoints to default values but dont change the path (X/Y values)Reset all parameters to default valuesReset offset and volumeReset parameters to original sizeReset playback speed to original (or previous) valueReset the current controlpoint to default valuesReset to default settingsResize (original %dx%d)Resize FramesResize Video Frames (all)Resizing all video frames...Resulting layer size is made of the outline-rectangle of all visible layers (may differ from frame to frame)Resulting layer size is the frame sizeResulting layer size is the frame size transparent parts are filled with background colorResulting layer size is the size of the bottom layer (may differ from frame to frame)Right BottomRight TopRotate FollowRotate source layer (in degree)Rotate:Run asynchronouslyRun xanim asynchronously and delete unwanted frames (out of the specified range) while xanim is still runningSamplerate:Samples:SaturationSaturation:Save As IsSave FlattenedSave Path Points to FileSave all single frames of animated preview to video buffer.(configured in gimprc by video-paste-dir and video-paste-basename)Save controlpoints to fileSave selection to channelScale (original %dx%d)Scale FramesScale Preview:Scale Video Frames (all)Scale and ModifyScale down size of the generated animated preview (in %)Scale source layer's height in percentScale source layer's width in percentScaling all video frames...ScreenSearch algorithmus used for B-framesSearch algorithmus used for P-framesSearch by BlurbSearch by Menu PathSearch by NameSearching - please waitSearching by blurb - please waitSearching by menupath - please waitSearching by name - please waitSelectSelect AllSelect AudiofileSelect By ColorSelect Filter for Animated ApplySelect Filter for Animated Apply on FramesSelect Filtercalls of Current GIMP SessionSelect Filtermacro ScriptfileSelect Fontname)Select Frame RangeSelect Frame Range & Stack PositionSelect Mode:Select NoneSelect Options:Select Pattern:Select all layers where layer name contains patternSelect all layers where layer name ends up with patternSelect all layers where layer name is equal to patternSelect all layers where layer name starts with patternSelect all layers where layername contains patternSelect all layers where layername ends up with patternSelect all layers where layername is equal to patternSelect all layers where layername starts with patternSelect all visible layersSelect layernames by pattern (depends on mode and options)Select layerstack positions where 0 is the background layer. Example: 0, 4-5, 8Select layerstack positions where 0 is the top layer. Example: 0, 4-5, 8Select the color that is used to draw pathlines in the previewSelection Feather Radius:Selection HandlingSelection allSelection invertSelection noneSet Layer OpacitySet alpha of affected pixel to target alpha where 0.0 is full transparentSet for: %sSet framerate in frames/secSet layer(s) invisibleSet layer(s) linkedSet layer(s) unlinkedSet layer(s) visibleSet onionskin parameters for the current videoSet rotation for all controlpoints to follow the shape of the path. Hold down the shift key to use rotation of contolpoint 1 as offset.Set the source layer's opacity in percentSettingsSettings :Sharp pixel selection by color with 0.0. Greater values than 0 makes selection with more or less varaible alpha value depending on difference to the keycolorShow cursor crosslinesShow first controlpointShow last controlpointShow next controlpointShow only every N.th frameShow path lines and enable pick/drag with left button or move with right buttonShow preview as seperate imageShow preview frame with selected source layer at current controlpointShow previous controlpointShow source layer as gridlinesShrink/Grow:SizeSize of the preview image in percent of the originalSkipSkip %dSmart update thumbnails - forced thumbnail update for all framesSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. + forced thumbnail update for all framesSoft LightSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. desired save plugin can't handle type or desired save plugin not available.Split Image into FramesSplit SettingsSplit any Xanim readable Video to FramesSplitting image into frames...Stackposition where to place onionskin layer(s)Stackposition:Start framenumber of selection rangeStart playbackStart reverse playbackStartscript:Status:Stepmode:String to identify layer names or layerstack position numbers. Example: 0,3-5String to identify layer(s) by name or by layerstack position numbers. Example: 0,3-5SubtractSubtract selectionSyncronTarget Alpha:Target audio samperate in samples/sec. Ignored if resample is off)The currently displayed frame numberThe extension of resulting frames is also used to define the fileformat. Please note that fileformats differ in capabilities to store informations for multiple layers and other things.Some fileformats may require converting to another imagetype and/or flattening the frames.The selected %d frame(s) will be deleted. There will be no undo for this operation @@ -236,8 +245,8 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp 2.0.0 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 -PO-Revision-Date: 2004-04-19 23:26+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 +PO-Revision-Date: 2004-05-07 00:56+0200 Last-Translator: Marco Ciampa Language-Team: gimp.linux.it MIME-Version: 1.0 @@ -268,7 +277,7 @@ %d (a %.4f frame/sec)%s non sembra essere xanim** vuoto **** il file non è un macrofiltro **** nessun percorso menu disponibile **** non disponibile **-1 è il frame precedente, +1 è il frame successivo2° richiamo di %s (definisci settaggi finali)/Filtri/Animazioni/Filtra tutti i livelli.../Filtri/Macrofiltri.../Video/Bluebox/Video/Elimina frame.../Video/Duplica frame.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Sostituisci frame.../Video/Nome file a livello.../Video/Traslazione sequenza frame.../Video/Converti frame.../Video/Ritaglia frame.../Video/Densità frame.../Video/Frame appiattiti.../Video/Elimina livello frame.../Video/Modifica frame.../Video/Rinumera frame.../Video/Ridimensiona frame.../Video/Scala frame.../Video/Frame a immagine.../Video/Vai a/Singolo Frame.../Video/Vai a/Frame iniziale/Video/Vai a/Frame finale/Video/Vai a/Frame successivo/Video/Vai a/Frame precedente/Video/Livelli/Colori/File curve.../Video/Livelli/Colori/Tonalità-Saturazione.../Video/Livelli/Colori/Livelli.../Video/Livelli/Imposta opacità livello.../Video/Muovi tracciato.../Video/Cartavelina/Configurazione.../Video/Cartavelina/Crea o rimpiazza/Video/Cartavelina/Elimina/Video/Cartavelina/Commuta visibilità/Video/Esecuzione.../Video/Dividi l'immagine in frame.../Video/Dividi il video in frame/leggibile da XANIM.../Video/Navigatore VCR.../Xtns/Dividi il video in frame/leggibile da XANIM...TuttiAggiungiAggiunti filtroAggiunti PuntiAggiungi canale alfaAggiungi maschera di livello nera (trasparente)Aggiungi punto di controllo alla fine. L'ultimo punto è duplicato.Aggiungi maschera di canale dall'alfaAggiungi maschera di livello dalla copia bnAggiungi maschera di livello dalla selezioneAggiungi trasferimento maschera di livello dall'alfaAggiungi selezioneAggiungi maschera di livello bianca (opaca)AddizioneConfigurazione avanzataRiguarda solo i punti con alfa >= alfa sorgente dove 1.0 è completamente opacoIl campo affetto finisce a questo numero di frameIl campo affetto parte da questo numero di frameTutte le immagini devono avere la stessa dimensione,Tutte le immagini devono avere la stessa dimensione, altezza e larghezza devono essere multiple di 16 -(usa scala o taglia dal menu video)Tutti visibili (ignora modello)AlfaTolleranza alfa:Errore durante la chiamata di xanim:Anteprima animazioneModalità anteprima animata:Applica filtro animazioneAntialias:Applica costanteApplica variabileApplica filtri ai livelliApplica script macrofiltro sul disegno corrente e chiudi la finestraApplica maschera di livelloApplica il filtro bluebox sugli oggetti in movimento. Il filtro bluebox rende il colore chiave trasparente.Applica la soglia nel modello colore HSVApplica la soglia nel modello colore RGBApplicazione filtri su tutti i livelli...Opacità ascendenteRitardo audioOpzioni audioAudio saltatoVolume audio:Spostamento audio nei frame alla velocità di esecuzione del video originale. Con un valore di 0, l'audio ed il video partono sincronizzati. Con un valore di -10 verranno eseguiti i frame dall'1 al 9 in silenzio e l'audio partirà al frame 10. Con un valore di 10 parte l'audio al frame 1 ma salta la parte di audio della durata di 10 frame alla velocità di esecuzione del video.File audio:Frame audio:Sorgente audio:Tempo audio:Autore:Auto creazione dopo il caricamentoAuto eliminazione dopo il salvataggioAnteprima automaticaRicerca-B:BQSCALE:Salvataggio su fileNomebase per tutti i livelli dove la stringa '[######]' è rimpiazzata dal numero di frameCorpo del nome del file per il frame video da scrivere su disco. Viene aggiunta l'estensione ed il numero di frame.Nome base:Bitrate:bit/campione:BluBluwbox:Saggiatore colore blueboxAnteprimaBluebox.xcfBlurb:Calcola n passi tra due frame. I passi renderizzati intermedi sono raggruppati in un livello intermedio che sarà aggiunto ai frame gestiti di destinazione. Se il valore dei passi intermedi è 0, non vengono calcolati intermedi e non vengonono creati livelli intermediImpossibile eseguire più di 1 funzione video +(usa scala o taglia dal menu video)Tutti visibili (ignora modello)AlfaTolleranza alfa:Errore durante la chiamata di xanim:Anteprima animazioneModalità anteprima animata:Applica filtro animazioneAntialias:Applica costanteApplica variabileApplica filtri ai livelliApplica script macrofiltro sul disegno corrente e chiudi la finestraApplica maschera di livelloApplica il filtro bluebox sugli oggetti in movimento. Il filtro bluebox rende il colore chiave trasparente.Applica la soglia nel modello colore HSVApplica la soglia nel modello colore RGBApplicazione filtri su tutti i livelli...Opacità ascendenteRitardo audioOpzioni audioAudio saltatoVolume audio:Spostamento audio nei frame alla velocità di esecuzione del video originale. Con un valore di 0, l'audio ed il video partono sincronizzati. Con un valore di -10 verranno eseguiti i frame dall'1 al 9 in silenzio e l'audio partirà al frame 10. Con un valore di 10 parte l'audio al frame 1 ma salta la parte di audio della durata di 10 frame alla velocità di esecuzione del video.File audio:Frame audio:Sorgente audio:Tempo audio:Autore:Auto creazione dopo il caricamentoAuto eliminazione dopo il salvataggioAnteprima automaticaRicerca-B:BQSCALE:Salvataggio su fileNomebase per tutti i livelli dove la stringa '[######]' è rimpiazzata dal numero di frameCorpo del nome del file per il frame video da scrivere su disco. Viene aggiunta l'estensione ed il numero di frame.Nome base:Bitrate:bit/campione:BluBluwbox:Saggiatore colore blueboxAnteprimaBluebox.xcfBlurb:BruciaCalcola n passi tra due frame. I passi renderizzati intermedi sono raggruppati in un livello intermedio che sarà aggiunto ai frame gestiti di destinazione. Se il valore dei passi intermedi è 0, non vengono calcolati intermedi e non vengonono creati livelli intermediImpossibile eseguire più di 1 funzione video sulla stessa frame immagine allo stesso tempo. Blocco image_id:%d Impossibile operare con il punto di controllo corrente @@ -278,7 +287,7 @@ %sImpossibile operare con i punti di controllo correnti o le impostazioni frame chiaveImpossibile aprire due o più finestre del navigatore.Case sensitiveDifferenzia maiuscole/minuscoleCentroCentra orizzontalmenteCentra verticalmenteCambiamento desità frameCambia densità frameCanali:Canali:Cancella buffer videoClic: va al frame, ctrl-clic: imposta 'da frame', alt-clic: imposta 'a frame'Aggiungi al frameAggancia tutti i livelli sorgente copiati ai bordi frame destinazioneAggiungi al livello in bassoAggiungi all'immagineChiudi finestraChiudi la finestra senza nessuna azioneChiudi la finestra senza creare o cancellare nessun livello cartavelina ma memorizza le impostazioni correntiColoreLivelli coloreImpostazioni livelli coloreSoglia colore comuneConferma eliminazione frameConferma il cambiamento di densità di frameBitrate costante:Rapporto di ridimensionamentoContinuaConverti frame a indicizzatiConverti i frame ad altri formatiConverti frame: operazione di salvataggio fallita. Il plugin di salvataggio desiderato non può gestire -il tipo o il plugin di salvataggio non è disponibile.Converti impostazioni:Converti a toni di grigioConverti a indicizzataConversione a RGBConverti in un'altro tipo di immagine o mantieni l'immagine così com'è. Molti formati di immagine non riescono a gestirne tutti i tipi e possono necessitare di una conversione. Esempio: i GIF non possono gestire RGB e necessitano di una conversione in immagine indicizzata.Conversione frame ..CopiaCopia come file waveCopia file audio come file waveCopia livelli-sorgente in movimento nei frameCopia il campo selezionato n-volte (è possibile digitare valori > 99)Copia nel buffer video:Copia livelli dentro ai frame ..Copyright:Crea livello:Create una immagine multi-livello da frameCrea una copia da un file audio come file WAVE RIFF e usa la copia per l'esecuzione dell'audioCrea un livello traccia aggiuntivi in tutti i frame gestitiCrea o rimpiazza i livelli cartavelina in tutti i frame del campo selezionatoCreazione file audio - attendereCrea immagine animata a livelli...Crea livelli cartavelina...Taglia (originale %dx%d)Ritaglia i frameTaglia frame video (tutti)Ritaglio di tutti i frame video...Punto corrente: [ %3d ] di [ %3d ]Velocità corrente di esecuzione (frame/sec)CursoreFile curveTavolozza personalizzataTagliaCianoCiclicoToni scuriData:Decrementa densità eliminando frame...PredefinitoRitardo %.2fEliminaElimina tuttiElimina tutti i puntiElimina frame (%ld/%ld)Elimina Livelli nei FrameElimina puntiElimina tutti i punti di controlloElimina tutti i punti di controllo e li rimpiazza con una copia di tutti i punti ancora del tracciato corrente dall'immagine da dove 'SpostaTracciato' è stata invocataCancella canale (per nome)Elimina punto di controllo correnteElimina frame da %ld a (numero)Elimina frame partendo dal numero corrente %d fino a questo numero (incluso)Elimina livelliElimina maschera di livelloElimina i frame selezionatiElimina il file script macrofiltroElimina la chiamata filtro selezionataDensità duplicazione frame...Densità:Opacità discendente per il secondo livello carta velinaOpacità discendente per il livello tracciaOpacità discendente del livello intermedioNumero frame destinazione (%ld - %ld)DifferenzaCifre:La cartella '%s' esiste giàDissolvenzaOpzioni di ditheringDuplica frame (%ld/%ld)Duplica livelliDuplica i frame selezionatiDuplicazione frame...ERRORE: impossibile aprire i punti di controllo +il tipo o il plugin di salvataggio non è disponibile.Converti impostazioni:Converti a toni di grigioConverti a indicizzataConversione a RGBConverti in un'altro tipo di immagine o mantieni l'immagine così com'è. Molti formati di immagine non riescono a gestirne tutti i tipi e possono necessitare di una conversione. Esempio: i GIF non possono gestire RGB e necessitano di una conversione in immagine indicizzata.Conversione frame ..CopiaCopia come file waveCopia file audio come file waveCopia livelli-sorgente in movimento nei frameCopia il campo selezionato n-volte (è possibile digitare valori > 99)Copia nel buffer video:Copia livelli dentro ai frame ..Copyright:Crea livello:Create una immagine multi-livello da frameCrea una copia da un file audio come file WAVE RIFF e usa la copia per l'esecuzione dell'audioCrea un livello traccia aggiuntivi in tutti i frame gestitiCrea o rimpiazza i livelli cartavelina in tutti i frame del campo selezionatoCreazione file audio - attendereCrea immagine animata a livelli...Crea livelli cartavelina...Taglia (originale %dx%d)Ritaglia i frameTaglia frame video (tutti)Ritaglio di tutti i frame video...Punto corrente: [ %3d ] di [ %3d ]Velocità corrente di esecuzione (frame/sec)CursoreFile curveTavolozza personalizzataTagliaCianoCiclicoToni scuriData:Decrementa densità eliminando frame...PredefinitoRitardo %.2fEliminaElimina tuttiElimina tutti i puntiElimina frame (%ld/%ld)Elimina Livelli nei FrameElimina puntiElimina tutti i punti di controlloElimina tutti i punti di controllo e li rimpiazza con una copia di tutti i punti ancora del tracciato corrente dall'immagine da dove 'SpostaTracciato' è stata invocataCancella canale (per nome)Elimina punto di controllo correnteElimina frame da %ld a (numero)Elimina frame partendo dal numero corrente %d fino a questo numero (incluso)Elimina livelliElimina maschera di livelloElimina i frame selezionatiElimina il file script macrofiltroElimina la chiamata filtro selezionataDensità duplicazione frame...Densità:Opacità discendente per il secondo livello carta velinaOpacità discendente per il livello tracciaOpacità discendente del livello intermedioNumero frame destinazione (%ld - %ld)DifferenzaCifre:La cartella '%s' esiste giàDissolvenzaOpzioni di ditheringDividiSchivaDuplica frame (%ld/%ld)Duplica livelliDuplica i frame selezionatiDuplicazione frame...ERRORE: impossibile aprire i punti di controllo nomefile: '%s' %sERRORE: impossibile leggere i punti di controllo nomefile: '%s' @@ -303,7 +312,7 @@ (l'encoder video MPEG-1 liberamente distribuito). Generazione anteprima animata...Fallita la generazione dell'anteprima animataVai al frame (%ld/%ld)Vai a questo numero di frameVai al primo frameVai all'ultimo frameVai alla frame successiva usa l'ampiezza passo zoomVai alla frame precedente - usa l'ampiezza passo zoom tempoCattura il tracciatoVerdeGrigliaAllarga la selezione in punti (usa valori negativi per restringere)HSVValore:Altezza:Aiuto:Ingresso alto:Uscita alta:Quante cifre usare per il numero frame nel nome del fileQuante cifre usare per la numerazione frame nel nome fileCome fare un'encode di una sequenza MPEG (frame I/P/B)Come prelevare il prossimo livello sorgente al prossimo frame gestitoCome gestire le selezioni nelle immagini sorgenteCome inserire il livello sorgente nella pila di livelli del frame di destinazione. Livello pila 0 significa in cima, cioè di fronteCome piazzare il livello sorgente alle coordinate del punto di controlloTonalitàImpostazioni di tonalità / luminosità / saturazioneModo tonalità:Tonalità-SaturazioneTonalità:IQSCALE:IgnoraIgnora i livelli di sfondo:Ignora selezione (in tutte le immagini sorgenti)Tipo immagine:Ingresso:Incrementa densitàFrame inizialeOpacità iniziale del livello tracciaOpacità iniziale del livello intermedioInserisci puntiInserisci punto di controllo. Il punto corrente viene duplicato.Applica istantaneamenteInterseca selezioneOrdine inverso:Inverti selezione livelliInverti selezione livelli:Inverti selezioneIgnora i valori I/P/QSCALE e usa bit-rate costante)Qualità Jpeg:Mantieni tipoColorechiave:Frame chiave:Ultimo puntoUltimo frame di destinazione gestitoUltimo frame gestitoNome livello (o canale) per tutti i livelli (o canali) gestiti, + usa l'ampiezza passo zoom tempoCattura il tracciatoEstrazione granaFusione granaVerdeGrigliaAllarga la selezione in punti (usa valori negativi per restringere)HSVValore:Luce intensaAltezza:Aiuto:Ingresso alto:Uscita alta:Quante cifre usare per il numero frame nel nome del fileQuante cifre usare per la numerazione frame nel nome fileCome fare un'encode di una sequenza MPEG (frame I/P/B)Come prelevare il prossimo livello sorgente al prossimo frame gestitoCome gestire le selezioni nelle immagini sorgenteCome inserire il livello sorgente nella pila di livelli del frame di destinazione. Livello pila 0 significa in cima, cioè di fronteCome piazzare il livello sorgente alle coordinate del punto di controlloTonalitàImpostazioni di tonalità / luminosità / saturazioneModo tonalità:Tonalità-SaturazioneTonalità:IQSCALE:IgnoraIgnora i livelli di sfondo:Ignora selezione (in tutte le immagini sorgenti)Tipo immagine:Ingresso:Incrementa densitàFrame inizialeOpacità iniziale del livello tracciaOpacità iniziale del livello intermedioInserisci puntiInserisci punto di controllo. Il punto corrente viene duplicato.Applica istantaneamenteInterseca selezioneOrdine inverso:Inverti selezione livelliInverti selezione livelli:Inverti selezioneIgnora i valori I/P/QSCALE e usa bit-rate costante)Qualità Jpeg:Mantieni modalità di disegnoMantieni tipoColorechiave:Frame chiave:Ultimo puntoUltimo frame di destinazione gestitoUltimo frame gestitoNome livello (o canale) per tutti i livelli (o canali) gestiti, dove la stringa '[######]' è rimpiazzata dal numero di frame. Rilevante solo per le funzioni: Duplica livelli @@ -360,7 +369,7 @@ (1 = migliore qualità, 31 = migliore compressione)RGBAlza livelloRapporto X:ProntoRossoRimuovi non usatiRimuovi tutti i livelli cartavelina in tutti i frame del campo selezionatoRimuovi non usati o colori doppi (ignorata se il tipo di tavolozza non è personalizzata)Rimuovi livello (pos:%ld) dai frame...Rimozione livelli cartavelina...Rinomina livelliRinomina frame...Esegui il rendering del file sul livelloRinumerazione frameRinumera frame (%ld)Seconda passata rinumerazione frameRinumerazione sequenza frame...Rinumerazione della sequenza frame affetta (numeri traslati in circolo di N passi)Rimpiazza selezionePrerequisiti per eseguire mpeg2encode 1.2:Prerequisiti per eseguire mpeg_encode 1.5:Prerequisiti per l'esecuzione dell'esportazione video xanimRicampiona:RipristinaReimposta tutti i puntiReimposta frame chiaveReimposta puntoReimposta tutti i parametri ai valori predefinitiReimposta tutti i punti di controllo ai valori predefiniti ma non cambiare il percorso (valori X/Y)Reimposta tutti i parametri ai valori predefinitiReimposta volume e spostamentoRipristina i parametri alla dimensione originaleReimposta la velocità di esecuzione al valore originale (o precedente)Reimposta i punti di controllo al valore predefinitoReimposta alla configurazione predefinitaRidimensiona (originale %dx%d)Ridimensiona i frameRidimensiona frame video (tutti)Ridimensione di tutti i frame video...L'ampiezza del livello risultante è fatta del rettangolo esterno di tutti i livelli visibili (possono essere diversi da frame a frame)L'ampiezza del livello risultante è l'ampiezza del frameL'ampiezza del livello risultante è l'ampiezza delle parti trasparenti del frame riempite del colore di sfondoL'ampiezza del livello risultante è l'ampiezza del livello in fondo (può variare da frame a frame)Destra bassoDestra altoSegue rotazioneRuota i livello sorgente (in gradi)Ruota:Esegui in maniera asincronaEsegui xanim in maniera asincrona e cancella i frame indesiderati (fuori dal campo specificato) mentre xanim è ancora in esecuzioneFrequenza campioni audio:Campioni:SaturazioneSaturazione:Salva come èSalva appiattitaSalva punti tracciato nel fileSalva tutti i singoli frame dell'anteprima animata sul buffer video (configurato in gimprc da video-paste-dir e video-paste-basename)Salva punti di controllo in fileSalva selezione su canaleScala (originale %dx%d)Scala i frameScala anteprima:Scala frame video (tutti)Scala e modifica frameRiduci l'ampiezza dell'anteprima animata generata (in %)Scala altezza livello sorgente in percentualeScala laghezza livello sorgente in percentualeScala tutti i frame video...ScreenCerca algoritmo usato per le frame BCerca algoritmo usato per le frame-PRicerca per blurbRicerca per percorso menuRicerca per nomeRicerca in corso - attendereRicerca per blurb - attendereRicerca per percorso menu - attendereRicerca per nome - attendereSelezionaSeleziona tuttoSelezione file audioSelezione per coloreSeleziona filtri per animazioniSeleziona filtri per applicazioni animate su frameSeleziona chiamate filtri della sessione Gimp correnteSeleziona il file script macrofiltroSeleziona nome carattere)Seleziona serie di frameSeleziona campo frame e posizione nella pilaModalità selezione:Annulla selezionaOpzioni di selezione:Seleziona motivo:Seleziona tutti i livelli dove il nome-livello contiene il modelloSeleziona tutti i livelli dove il nome-livello termina con il modelloSeleziona tutti i livelli dove i nome-livello sono uguali al modelloSeleziona tutti i livelli dove i nome-livello iniziano con il modelloSeleziona tutti i livelli dove il nome-livello contiene il modelloSeleziona tutti i livelli dove il nome-livello termina con il modelloSeleziona tutti i livelli dove i nome-livello sono uguali al modelloSeleziona tutti i livelli dove i nome-livello iniziano con il modelloSeleziona tutti i livelli visibiliSeleziona i nomilivelli per motivo (dipende dalle opzioni e dalle modalità)Seleziona le posizioni della pila del livello dove 0 è il livello di sfondo. Esempio: 0, 4-5, 8Seleziona le posizioni di pila del livello dove 0 è la cima. Esempio: 0, 4-5, 8Seleziona il colore da usare per disegnare linee di tracciato nell'anteprimaRaggio selezione piumata:Gestione selezioneSeleziona tuttoSelezione invertitaAnnulla selezioneImposta opacità livelloImposta l'alfa dei punti coinvolti all'alfa finale dove 0.0 è completamente trasparenteImposta per: %sImposta la frequenza frame in frame/secondoRendi i livelli invisibiliRendi i livelli collegatiRendi i livelli non collegatiRendi i livelli visibiliImposta i parametri cartavelina per il video correnteImposta la rotazione per tutti i punti di controllo che seguono la forma del tracciato. Mantieni premuto il tasto Maiusc per usare la rotazione del punto di controllo 1 come spostamento.Imposta l'opacità del livello sorgente in percentualeConfigurazioniImpostazioni:Affina la selezione punti per colore con 0.0. Valori maggiori di 0 fanno la selezione con più o meno valore alfa variabile a seconda delle differenze dal colorechiaveMostra crocino cursoreMostra il primo punto di controlloMostra l'ultimo punto di controlloMostra il punto di controllo successivoMostra solo ogni ennesimo frameMostra le linee di tracciato ed abilita il prendi/trascina con il tasto sinistro o sposta con il destroMostra anteprima in un'immagine separataMostra anteprima frame con i livelli sorgente selezionati al punto di controllo correnteMostra il precedente punto di controlloMostra livello sorgente come linee di grigliaRetringi/allarga:DimensioneAmpiezza dell'immagine anteprima in percentuale dall'originaleSaltoSalto %dAggiornamento intelligente miniature - forza l'aggiornamento delle miniature per tutte le frameSorgente alfa:Immagine sorgente/livello:Selezione SorgenteI frame sorgente e destinazione vanno in sincrono con passo di valore 1.0. Al valore 0.5 il sorgente andrà più lentamente a passo dimezzato. Un passo di sorgente viene fatto solo ogni secondo passo di frame destinazione.Oggetto sorgente da inserire dentro alle frame destinazione del campo specificatoIl campo di azione sorgente termina a questo numero di frameIl campo di azione sorgente parte da questo numero di frameVelocitàFattore di velocità:Dividi frame: operazione di salvataggio fallita. + forza l'aggiornamento delle miniature per tutte le frameLuce soffusaSorgente alfa:Immagine sorgente/livello:Selezione SorgenteI frame sorgente e destinazione vanno in sincrono con passo di valore 1.0. Al valore 0.5 il sorgente andrà più lentamente a passo dimezzato. Un passo di sorgente viene fatto solo ogni secondo passo di frame destinazione.Oggetto sorgente da inserire dentro alle frame destinazione del campo specificatoIl campo di azione sorgente termina a questo numero di frameIl campo di azione sorgente parte da questo numero di frameVelocitàFattore di velocità:Dividi frame: operazione di salvataggio fallita. Il plugin di salvataggio non può gestire il tipo o il plugin di salvataggio non è disponibile.Dividi Immagine in FrameConfigurazione della divisione:Dividi qualsiasi video xanim leggibile in frameDivisione dell'immagine in frame ..Posizione della pila dove piazzare i livelli cartavelinaPosizione nella pila:Comincia il numero frame della selezioneInizia l'esecuzioneInizia l'esecuzione al contrarioScript di partenza:Stato:Modalità di movimento:Stringa per identificare i nomi livelli o numeri di posizione nella pila dei livelli. Esempio: 0,3-5Stringa per identificare il livello per nome o per numero di posizione nella pila. Esempio: 0,3-5SottrazioneSottrai selezioneSincronoObbiettivo alfa:Frequenza campioni audio risultato in campioni/sec. Ignorata se Ricampiona è spentoIl numero frame correntemente visualizzatoL'estensione dei frame risultanti viene usata anche per definire il formato del file. Notare che i formati file variano nelle capacità di contenere informazioni per livelli multipli o altre cose. Alcuni formati posso necessitare di una conversione in un altro formato immagine e/o un appiattimento dei frame.Le frame selezionate %d saranno eliminate. Questa operazione non potrà essere annullata diff -uraN gimp-gap-2.0.1/po/it.po gimp-gap-2.0.2/po/it.po --- gimp-gap-2.0.1/po/it.po 2004-04-30 21:00:50.000000000 +0200 +++ gimp-gap-2.0.2/po/it.po 2004-05-10 21:26:37.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: gimp 2.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" -"PO-Revision-Date: 2004-04-19 23:26+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" +"PO-Revision-Date: 2004-05-07 00:56+0200\n" "Last-Translator: Marco Ciampa \n" "Language-Team: gimp.linux.it\n" "MIME-Version: 1.0\n" @@ -191,7 +191,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -205,7 +205,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -348,7 +348,7 @@ msgstr "Seconda passata rinumerazione frame" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluwbox:" @@ -359,7 +359,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Colorechiave:" @@ -462,7 +462,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Anteprima" @@ -1638,196 +1638,193 @@ msgid "No selected layer in start frame" msgstr "Nessun livello selezionato nel frame di partenza" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normale" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Dissolvenza" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiplo" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" -msgstr "" +msgstr "Dividi" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Screen" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Sovrapposta" -#: gap/gap_mov_dialog.c:413 -#, fuzzy +#: gap/gap_mov_dialog.c:416 msgid "Dodge" -msgstr "Modalità:" +msgstr "Schiva" -#: gap/gap_mov_dialog.c:414 -#, fuzzy +#: gap/gap_mov_dialog.c:417 msgid "Burn" -msgstr "Blurb:" +msgstr "Brucia" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" -msgstr "" +msgstr "Luce intensa" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" -msgstr "" +msgstr "Luce soffusa" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" -msgstr "" +msgstr "Estrazione grana" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" -msgstr "" +msgstr "Fusione grana" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Differenza" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Addizione" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Sottrazione" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Toni scuri" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Toni chiari" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Tonalità" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturazione" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Colore" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Valore" -#: gap/gap_mov_dialog.c:431 -#, fuzzy +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" -msgstr "Modalità di Disegno" +msgstr "Mantieni modalità di disegno" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Sinistra alto" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Sinistra basso" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Destra alto" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Destra basso" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centro" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Ciclo continuo" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Ciclo continuo inverso" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Una volta" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Una volta invertito" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Ping pong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Nessuna" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Ciclo frame" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Ciclo frame inverso" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Frame una volta" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Frame una volta invertito" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Frame Ping pong" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Nessuna frame" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Muovi tracciato" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Mostra anteprima frame con i livelli sorgente selezionati al punto di " "controllo corrente" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Genera anteprima animata come immagine multilivello" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Copia livelli-sorgente in movimento nei frame" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Selezione Sorgente" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Configurazione avanzata" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1835,44 +1832,44 @@ "Nessuna immagine sorgente selezionata.\n" "Aprire una 2nda immagine dello stesso tipo prima di aprire 'Sposta tracciato'" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Oggetto su un frame vuoto" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Oggetto su un frame" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Oggetto esatto su frame" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Modalità anteprima animata:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Scala anteprima:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Riduci l'ampiezza dell'anteprima animata generata (in %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Framerate:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Framerate da usare nell'anteprima animata in frame/sec" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Copia nel buffer video:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1880,29 +1877,29 @@ "Salva tutti i singoli frame dell'anteprima animata sul buffer video " "(configurato in gimprc da video-paste-dir e video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Predefinito" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Reimposta tutti i parametri ai valori predefiniti" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Sposta tracciato anteprima animata" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Opzioni" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Fallita la generazione dell'anteprima animata" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1915,7 +1912,7 @@ "nell'immagine:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1924,20 +1921,20 @@ "Non ho trovato nessun tracciato nell'immagine:\n" "'%s'" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Carica punti tracciato dal file" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Salva punti tracciato nel file" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Punto corrente: [ %3d ] di [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1948,7 +1945,7 @@ "nomefile: '%s'\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1959,7 +1956,7 @@ "nomefile: '%s'\n" "(non è un file di punti di controllo valido)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1971,38 +1968,38 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Immagine sorgente/livello:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" "Oggetto sorgente da inserire dentro alle frame destinazione del campo " "specificato" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Modalità:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Modalità di Disegno" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Modalità di movimento:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "Come prelevare il prossimo livello sorgente al prossimo frame gestito" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Fattore di velocità:" @@ -2014,7 +2011,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2025,16 +2022,16 @@ "di sorgente viene fatto solo ogni secondo passo di frame destinazione." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Valore:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" "Come piazzare il livello sorgente alle coordinate del punto di controllo" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2043,28 +2040,28 @@ "rende il colore chiave trasparente." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Sposta colore chiave tracciato bluebox" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" "Apri la finestra di dialogo per impostare i parametri per il filtro bluebox" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Livello traccia" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Crea un livello traccia aggiuntivi in tutti i frame gestiti" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "Opacità traccia 1:" @@ -2076,13 +2073,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Opacità iniziale del livello traccia" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "Opacità traccia 2:" @@ -2094,13 +2091,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Opacità discendente per il livello traccia" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Passi intermedi:" @@ -2112,7 +2109,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2126,7 +2123,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "Opacità intermedia 1:" @@ -2138,13 +2135,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Opacità iniziale del livello intermedio" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "Opacità intermedia 2:" @@ -2156,20 +2153,20 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Opacità discendente del livello intermedio" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Modifica i punti di controllo" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Aggiungi punto di controllo alla fine. L'ultimo punto è duplicato." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2178,35 +2175,35 @@ "punti ancora del tracciato corrente dall'immagine da dove 'SpostaTracciato' " "è stata invocata" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Inserisci punto di controllo. Il punto corrente viene duplicato." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Elimina punto di controllo corrente" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Mostra il precedente punto di controllo" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Mostra il punto di controllo successivo" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Mostra il primo punto di controllo" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Mostra l'ultimo punto di controllo" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Reimposta i punti di controllo al valore predefinito" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2214,7 +2211,7 @@ "Reimposta tutti i punti di controllo ai valori predefiniti ma non cambiare " "il percorso (valori X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2223,15 +2220,15 @@ "tracciato. Mantieni premuto il tasto Maiusc per usare la rotazione del punto " "di controllo 1 come spostamento." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Elimina tutti i punti di controllo" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Carica i punti di controllo da file" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Salva punti di controllo in file" @@ -2245,7 +2242,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Primo frame di destinazione gestito" @@ -2259,13 +2256,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Ultimo frame di destinazione gestito" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Stack di livello:" @@ -2277,7 +2274,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2286,31 +2283,31 @@ "destinazione. Livello pila 0 significa in cima, cioè di fronte" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Forza visibilità" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Forza visibilità per tutti i livelli sorgente copiati" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Aggiungi al frame" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Aggancia tutti i livelli sorgente copiati ai bordi frame destinazione" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Modifica dimensioni opacità e rotazione" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Larghezza:" @@ -2322,13 +2319,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Scala laghezza livello sorgente in percentuale" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Altezza:" @@ -2341,11 +2338,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Scala altezza livello sorgente in percentuale" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Rapporto di ridimensionamento" @@ -2354,8 +2351,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacità:" @@ -2367,13 +2364,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Imposta l'opacità del livello sorgente in percentuale" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Ruota:" @@ -2385,18 +2382,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Ruota i livello sorgente (in gradi)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Fattori di trasformazione X/Y per i 4 angoli" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2408,14 +2405,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" "Fattore di trasformazione per la coordinata X dell'angolo in altro a sinistra" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2427,14 +2424,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" "Fattore di trasformazione per la coordinata Y dell'angolo in alto a sinistra" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2446,14 +2443,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" "Fattore di trasformazione per la coordinata X dell'angolo in alto a destra" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2465,14 +2462,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" "Fattore di trasformazione per la coordinata Y dell'angolo in alto a destra" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2484,7 +2481,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" "Fattore di trasformazione per la coordinata X dell'angolo in alto a destra" @@ -2493,7 +2490,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2505,14 +2502,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" "Fattore di trasformazione per la coordinata Y dell'angolo in basso a sinistra" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2524,7 +2521,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" "Fattore di trasformazione per la coordinata X dell'angolo in basso a destra" @@ -2537,35 +2534,35 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" "Fattore di trasformazione per la coordinata Y dell'angolo in basso a destra" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Ignora selezione (in tutte le immagini sorgenti)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Usa selezione (per l'immagine sorgente iniziale)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Usa selezioni (da tutte le immagini sorgenti)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Gestione selezione punti" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Come gestire le selezioni nelle immagini sorgente" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Raggio selezione piumata:" @@ -2577,7 +2574,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Raggio selezione piumata in punti (per selezioni sfumate)" @@ -2585,31 +2582,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "Coordinata X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Coordinata Y" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Frame chiave:" @@ -2621,40 +2618,40 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Imposta il punto di controllo al frame chiave numero dove 0 == nessun frame " "chiave" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Scala e modifica frame" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Prospettiva" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Gestione selezione" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Selettore di colore linee di tracciato" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" "Seleziona il colore da usare per disegnare linee di tracciato nell'anteprima" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Tracciato" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2663,35 +2660,35 @@ "sinistro o sposta con il destro" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Cursore" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Mostra crocino cursore" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Griglia" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Mostra livello sorgente come linee di griglia" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Applica istantaneamente" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Aggiorna l'anteprima istantaneamente" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Frame:" @@ -2705,29 +2702,29 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Frame da mostrare quando il bottone 'aggiornamento' viene premuto" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Impossibile operare con i punti di controllo correnti o le impostazioni " "frame chiave" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Reimposta frame chiave" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Sposta il tracciato di verifica punto di controllo " -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Errori:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3096,52 +3093,52 @@ "\n" "ERRORE: invocato da una singola immagine, ma è richiesta una frame video" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Nome file a livello..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Modalità da scegliere per l'intero file o solo per parti di esso" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Nome carattere:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Seleziona nome carattere)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Dimensioni carattere:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Dimensioni carattere in pixel:" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Spostamento della posizione X in pixel" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Spostamento della posizione Y in pixel" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Antialias:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Usa l'antialias" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Crea livello:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3149,11 +3146,11 @@ "ACCESO: crea un nuovo livello.\n" "SPENTO: esegui il rendering sulla figura attiva." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Esegui il rendering del file sul livello" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Impostazioni:" @@ -4604,15 +4601,15 @@ msgid "Rotate Follow" msgstr "Segue rotazione" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Livelli/Imposta opacità livello..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "Nuovo valore di opacità dove 0 è trasparente e 100.0 è opaco" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4620,11 +4617,11 @@ "Imposta l'opacità o cambia il vecchio valore di opacità aggiungendo, " "sottraendo o moltiplicando per il nuovo valore fornito." -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Reimposta tutti i parametri ai valori predefiniti" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Imposta opacità livello" diff -uraN gimp-gap-2.0.1/po/ja.gmo gimp-gap-2.0.2/po/ja.gmo --- gimp-gap-2.0.1/po/ja.gmo 2004-04-30 21:01:09.000000000 +0200 +++ gimp-gap-2.0.2/po/ja.gmo 2004-05-10 21:26:52.000000000 +0200 @@ -46,7 +46,7 @@ (program=%s)failed to overwrite %s (check permissions ?)failed to write %s (check permissions ?)frames are not extracted, because overwrite of %s was cancelledgenerate MPEG1 (ISO/IEC 11172-2) streamgenerate MPEG2 (ISO/IEC DIS 13818-2) streamvideofile %s not existent or empty Project-Id-Version: gimp 1.2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2002-05-05 17:46+0900 Last-Translator: 白崎 泰弘 Language-Team: Japanese diff -uraN gimp-gap-2.0.1/po/ja.po gimp-gap-2.0.2/po/ja.po --- gimp-gap-2.0.1/po/ja.po 2004-04-30 21:00:51.000000000 +0200 +++ gimp-gap-2.0.2/po/ja.po 2004-05-10 21:26:37.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gimp 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2002-05-05 17:46+0900\n" "Last-Translator: 白崎 泰弘 \n" "Language-Team: Japanese \n" @@ -183,7 +183,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -198,7 +198,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -351,7 +351,7 @@ msgstr "フレームを並べ直しています..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "説明:" @@ -363,7 +363,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -461,7 +461,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "動画プレビュー" @@ -1695,201 +1695,201 @@ msgid "No selected layer in start frame" msgstr "開始フレームのレイヤーが選択されていません" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "標準" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "消算" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "乗算" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "スクリーン" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "オーバーレイ" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "モード:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "説明:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "差分" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "加算" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "減算" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "比較(暗)" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "比較(明)" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "色相" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "彩度" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "カラー" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "明度" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "描画モード" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "左上" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "左" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "左下" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "右" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "中央" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "ループ" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "逆ループ" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "一回" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "逆一回" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "双方向" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "なし" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "フレームループ" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "逆フレームループ" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "一フレーム" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "フレームを逆に一回" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "フレームピンポン" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "フレーム無し" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "パス移動" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 #, fuzzy msgid "Show preview frame with selected source layer at current controlpoint" msgstr "現在のコントロールポイントがある元レイヤーでプレビューフレームを表示" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "複数枚レイヤー画像として動画プレビューを生成する" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "移動するソースレイヤーをフレームにコピー" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "元選択" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "変換設定" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 #, fuzzy msgid "" "No source image was selected.\n" @@ -1898,48 +1898,48 @@ "元画像が選択されていません.\n" "パス移動を開く前に同じ型の 2 番目の画像を開いて下さい." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "空フレームオブジェクト" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "一つのフレームオブジェクト" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "フレームは正確なオブジェクト" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "動画プレビューモード" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "縮小プレビュー" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "作成する動画プレビューのサイズを縮小する (% で)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "フレームレート:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "動画プレビューで フレーム/秒 として使われるフレームレート" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "ビデオバッファにコピー" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 #, fuzzy msgid "" "Save all single frames of animated preview to video buffer.(configured in " @@ -1948,31 +1948,31 @@ "全ての動画プレビューのフレームそれぞれをビデオバッファに保存する\n" "(video-paste-dir と video-paste-basename によって gimprc で設定される)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "現在のコントロールポイントを標準値にリセットします" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "パス移動動画プレビュー" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "オプション" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "最適動画プレビュー生成失敗\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1981,29 +1981,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "ファイルからパス端点の読み込み" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "ファイルにパス端点を保存" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "現在の端点 : [ %3d ] 中 [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2011,7 +2011,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2019,7 +2019,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2028,38 +2028,38 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "元画像/レイヤー:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 #, fuzzy msgid "Source object to insert into destination frames of the specified range" msgstr "フレーム間に挿入する元オブジェクト" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "モード:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "描画モード" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "ステップモード:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 #, fuzzy msgid "How to fetch the next source layer at the next handled frame" msgstr "次に扱うフレームが次の元レイヤーを取ってくる方法" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2071,7 +2071,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2079,43 +2079,43 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "扱い:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "元レイヤーのコントロールポイント座標の配置方法" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "不透明度:" @@ -2128,13 +2128,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "不透明度:" @@ -2147,13 +2147,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2165,7 +2165,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2175,7 +2175,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "不透明度:" @@ -2188,13 +2188,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "不透明度:" @@ -2207,67 +2207,67 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "最初のコントロールポイントを表示します" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 #, fuzzy msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "最後にコントロールポイントを追加します\n" "(最後の端点が複製される)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "コントロールポイントを挿入します\n" "(現在の端点が複製される)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "現在のコントロールポイントを削除します" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "前のコントロールポイントを表示します" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "次のコントロールポイントを表示します" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "最初のコントロールポイントを表示します" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "最後のコントロールポイントを表示します" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "現在のコントロールポイントを標準値にリセットします" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 #, fuzzy msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " @@ -2276,7 +2276,7 @@ "全てのコントロールポイントを標準値にリセットしますがパス (X/Y 値) は変えませ" "ん" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 #, fuzzy msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " @@ -2285,17 +2285,17 @@ "全てのコントロールポイントがパスの形状に添うようにします.\n" "(Shift: コントロールポイント 1 の回転をオフセットとして使います)" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "全てのコントロールポイントを削除します" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "コントロールポイントをファイルから読み込みます" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "コントロールポイントをファイルに保存します" @@ -2310,7 +2310,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "最初に扱うフレーム" @@ -2325,14 +2325,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "最後に扱うフレーム" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "レイヤースタック:" @@ -2344,7 +2344,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2354,34 +2354,34 @@ "0 というのは一番上, つまり最前面です" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "強制的に表示する" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "コピーされた元レイヤーを全て強制的に表示する" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "フレームにクリップ" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "コピーされた元レイヤー全てをフレーム境界にクリップ" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "幅:" @@ -2393,14 +2393,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "元レイヤーの幅を%で拡大縮小" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "高さ:" @@ -2413,12 +2413,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "元レイヤーの高さを%で拡大縮小" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "縦横比固定" @@ -2428,8 +2428,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "不透明度:" @@ -2441,14 +2441,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "%で元レイヤーの不透明度" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "回転:" @@ -2460,19 +2460,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "元レイヤーの回転 (角度)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2484,13 +2484,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2502,13 +2502,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2520,13 +2520,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2538,13 +2538,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2556,7 +2556,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2564,7 +2564,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2576,13 +2576,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2594,7 +2594,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2606,34 +2606,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "フレーム範囲選択" @@ -2646,7 +2646,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2654,33 +2654,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "X 座標" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Y 座標" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "キーフレーム:" @@ -2692,43 +2692,43 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 #, fuzzy msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "コントロールポイントをキーフレーム番号で修正\n" "(0 == キーフレーム無し)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "フレーム修正" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "ポジション色ディザリング" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "パス移動" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 #, fuzzy msgid "" "Show path lines and enable pick/drag with left button or move with right " @@ -2737,35 +2737,35 @@ "パス線を表示して左ボタンで選択/ドラッグまたは右ボタンで移動できるようにします" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "宛フレーム:" @@ -2780,31 +2780,31 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "プレビュー更新ボタンが押された時に表示するフレーム" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "現在のコントロールポイントかキーフレームの設定では\n" "操作することができません" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "キーフレームリセット" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "パス移動コントロールポイントチェック" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "エラー:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3181,67 +3181,67 @@ "\n" "エラー: 一枚の画像が呼び出されました, 動画フレームが必要です" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/動画/フレームを画像に..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "回転:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "フレーム範囲選択" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "レイヤーを削除する" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "レイヤーの名称変更" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "設定" @@ -4684,27 +4684,27 @@ msgid "Rotate Follow" msgstr "回転追跡" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/動画/フレームレイヤー削除..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "現在のコントロールポイントを標準値にリセットします" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "レイヤーをリンクする" diff -uraN gimp-gap-2.0.1/po/ko.gmo gimp-gap-2.0.2/po/ko.gmo --- gimp-gap-2.0.1/po/ko.gmo 2004-04-30 21:01:09.000000000 +0200 +++ gimp-gap-2.0.2/po/ko.gmo 2004-05-10 21:26:53.000000000 +0200 @@ -29,7 +29,7 @@ ERROR: width not a multiple of 16Add PointAdditionApply ConstantApply VaryingBasename:Bitrate:Case sensitiveCenterClip To FrameClipped to bottom layerClipped to imageColorContinueConvert Frames to other FormatsCopy moving source-layer(s) into framesCreate Multilayer-Image from FramesCrop (original %dx%d)Darken OnlyDelete Frames (%ld/%ld)Delete Layers in FramesDifferenceDissolveDuplicate Frames (%ld/%ld)Encode ValuesEnter ValuesExpand as necessaryExtension:Flatten FramesFlattened imageFrames ModifyFrames to ImageFrom Frame:Function to be performed on all selected layersGAP QuestionGen Code by nameGen MPEG2ENCODE ParametersGen MPEG_ENCODE ParametersGenParamsHandle:Height:HueInvert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Layer Basename:Layerstack:Left BottomLeft TopLighten OnlyLoopLoop ReverseMPEG_ENCODE InformationMake backup of the image after each stepMode:Move PathMultiplyName of the resulting MPEG outputfileNext PointNon-Interactive call of %s (for all selected layers)NoneNormalOnceOptionsOutputfile:OverlayPaintmodeParamfile:Pattern:Press ButtonPrev PointResize (original %dx%d)Right BottomRight TopSaturationScale (original %dx%d)ScreenSelectSelect Frame RangeSelect Pattern:SettingsSource SelectSplit Image into FramesStartscript:Stepmode:SubtractValueValue:VideoformatWidth:X:Y:generate MPEG1 (ISO/IEC 11172-2) streamgenerate MPEG2 (ISO/IEC DIS 13818-2) streamProject-Id-Version: gimp-plug-ins 1.1.10 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 1999-10-13 05:33:05+0900 Last-Translator: Young-Boo Park Language-Team: Korean diff -uraN gimp-gap-2.0.1/po/ko.po gimp-gap-2.0.2/po/ko.po --- gimp-gap-2.0.1/po/ko.po 2004-04-30 21:00:52.000000000 +0200 +++ gimp-gap-2.0.2/po/ko.po 2004-05-10 21:26:38.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gimp-plug-ins 1.1.10\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 1999-10-13 05:33:05+0900\n" "Last-Translator: Young-Boo Park \n" "Language-Team: Korean \n" @@ -183,7 +183,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -198,7 +198,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 #, fuzzy @@ -348,7 +348,7 @@ msgstr "프레임차례 번호를 다시 메기는 중 .." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "커버설명 :" @@ -360,7 +360,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -458,7 +458,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "미리보기" @@ -1686,207 +1686,207 @@ msgid "No selected layer in start frame" msgstr "시작 프레임에서 선택된 계층이 없습니다.\n" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "보통" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "분해" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "배로 증가" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "스크린" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "겹치기" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "모드:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "커버설명 :" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "차이점" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "추가" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "빼기" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "오직 어둡게" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "오직 라이트만" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "색도" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "채도" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "색상" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "값" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "페인트모드" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "왼쪽 위" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "왼쪽 아래" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "오른쪽 위" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "오른쪽 아래" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "중간" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "루프" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "역 루프" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "한 번" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "거꾸로 한번" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "핑퐁" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "없음" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 #, fuzzy msgid "Frame Loop" msgstr "프레임 %d" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 #, fuzzy msgid "Frame Loop Reverse" msgstr "역 루프" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 #, fuzzy msgid "Frame Once" msgstr "프레임 율 :" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "거꾸로 한번" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "핑퐁" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 #, fuzzy msgid "Frame None" msgstr "프레임 율 :" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "경로 이동" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 #, fuzzy msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "현재 컨트롤 포인트에서 선택된 \n" "원래 계층을 가지고 미리보기 보여주기" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "계층-움직임(animate) 이미지 생성 중 .." #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "프레임에서 이동중인 원래 계층 복사" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "소스 선택" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "바꾸기 설정 :" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 #, fuzzy msgid "" "No source image was selected.\n" @@ -1895,80 +1895,80 @@ "선택되어진 원본 이미지 없음\n" "(경로 이동을 하기 전에 같은 유형의 두번째 이미지를 열어주세요)" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 #, fuzzy msgid "Object on empty frames" msgstr "깊이(depth):" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "채널 추출" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "미리보기 크기" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "이미지 미리보기" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 #, fuzzy msgid "Framerate:" msgstr "프레임 율 :" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr " 초기값으로 재설정" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 #, fuzzy msgid "Move Path Animated Preview" msgstr "경로 이동 미리보기" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "옵션" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "계층-움직임(animate) 이미지 생성 중 .." -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1977,29 +1977,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "파일에서 포인트 경로 읽기" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "파일에서 포인트 경로 저장" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2007,7 +2007,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2015,7 +2015,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2024,32 +2024,32 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 #, fuzzy msgid "Source Image/Layer:" msgstr "소스이미지/계층:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 #, fuzzy msgid "Source object to insert into destination frames of the specified range" msgstr "프레임범위안에 삽입하기 위한 원본 개체" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "모드:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "페인트모드" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "단계모드:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 #, fuzzy msgid "How to fetch the next source layer at the next handled frame" msgstr "" @@ -2058,7 +2058,7 @@ #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2070,7 +2070,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2078,45 +2078,45 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "조절:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "" "대등한 컨트롤포인트에서 원본 \n" "계층을 위치하는 방법" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "불투명도 [%d]: " @@ -2129,13 +2129,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "불투명도 [%d]: " @@ -2148,13 +2148,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2166,7 +2166,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2176,7 +2176,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "불투명도 [%d]: " @@ -2189,13 +2189,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "불투명도 [%d]: " @@ -2208,89 +2208,89 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "다음 컨트롤포인트 보여주기" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 #, fuzzy msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "끝에 컨트롤포인트 추가 \n" "(마지막 포인트가 복사되어짐)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "끝에 컨트롤포인트 추가 \n" "(마지막 포인트가 복사되어짐)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "다음 컨트롤포인트 보여주기" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "앞 컨트롤포인트 보여주기" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "다음 컨트롤포인트 보여주기" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "다음 컨트롤포인트 보여주기" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "다음 컨트롤포인트 보여주기" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr " 초기값으로 재설정" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "다음 컨트롤포인트 보여주기" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "파일에서 컨트롤 포인트 읽기" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "파일에 컨트롤포인트 저장" @@ -2305,7 +2305,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "첫번째 조절된 프레임" @@ -2320,14 +2320,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "마지막 조절된 프레임" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "계층스택:" @@ -2339,7 +2339,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2350,20 +2350,20 @@ "방법" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "프레임 잘라내기" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "" @@ -2371,13 +2371,13 @@ "원래계층을 잘라내기" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "넓이:" @@ -2389,7 +2389,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "" @@ -2398,7 +2398,7 @@ #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "높이:" @@ -2411,14 +2411,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "" "퍼센트로 원본 계층의\n" "높이 스케일" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "억제 비율" @@ -2428,8 +2428,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 #, fuzzy msgid "Opacity:" msgstr "불투명도 [%d]: " @@ -2442,7 +2442,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "" @@ -2451,7 +2451,7 @@ #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 #, fuzzy msgid "Rotate:" msgstr "회전하기" @@ -2464,19 +2464,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "원본계층 회전 (각도로)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2488,13 +2488,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2506,13 +2506,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2524,13 +2524,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2542,13 +2542,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2560,7 +2560,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2568,7 +2568,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2580,13 +2580,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2598,7 +2598,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2610,34 +2610,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "프레임 범위 선택" @@ -2650,7 +2650,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2658,33 +2658,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "컬러링" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "컬러링" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 #, fuzzy msgid "Keyframe:" msgstr "비디오형식 :" @@ -2697,74 +2697,74 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "프레임 변경" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "경로 이동" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "프레임으로:" @@ -2779,33 +2779,33 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "" "Upd미리보기 버튼을 누르면 프레임을\n" "보여줍니다." -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr " 초기값으로 재설정" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 #, fuzzy msgid "Reset Keyframes" msgstr " 초기값으로 재설정" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 #, fuzzy msgid "Move Path Controlpointcheck" msgstr "다음 컨트롤포인트 보여주기" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3168,67 +3168,67 @@ "\n" "애러: 싱글 이미지에서 발생되어서, 움직이는 프레임이 요구했습니다." -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/움직이는 프레임/이미지로 프레임" -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "회전하기" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "프레임 범위 선택" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "계층 삭제" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "계층 이름바꾸기" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "설정" @@ -4690,27 +4690,27 @@ msgid "Rotate Follow" msgstr "회전하기" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/움직이는 프레임/프레임 계층 지우기" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr " 초기값으로 재설정" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "계층을 연결되게 설정" diff -uraN gimp-gap-2.0.1/po/lt.gmo gimp-gap-2.0.2/po/lt.gmo --- gimp-gap-2.0.1/po/lt.gmo 2004-04-30 21:01:10.000000000 +0200 +++ gimp-gap-2.0.2/po/lt.gmo 2004-05-10 21:26:53.000000000 +0200 @@ -3,7 +3,7 @@     /Filters/Filter all Layers.../Video/Delete Frames.../Video/Duplicate Frames...ColorFile already existsFormatHeight:Help:Name:OpenOptionsSaturationScreenSearch by NameSettingsValueWidth:Project-Id-Version: GIMP plugins 1.2.4 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2002-10-08 00:11+0100 Last-Translator: Eglė Girinaitė Language-Team: Lithuanian diff -uraN gimp-gap-2.0.1/po/lt.po gimp-gap-2.0.2/po/lt.po --- gimp-gap-2.0.1/po/lt.po 2004-04-30 21:00:52.000000000 +0200 +++ gimp-gap-2.0.2/po/lt.po 2004-05-10 21:26:39.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: GIMP plugins 1.2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2002-10-08 00:11+0100\n" "Last-Translator: Eglė Girinaitė \n" "Language-Team: Lithuanian \n" @@ -181,7 +181,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -195,7 +195,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -327,7 +327,7 @@ msgstr "" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "" @@ -338,7 +338,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -434,7 +434,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "" @@ -1553,263 +1553,263 @@ msgid "No selected layer in start frame" msgstr "" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Ekranas" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 msgid "Dodge" msgstr "" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 msgid "Burn" msgstr "" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Sodrumas" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Spalva" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Reikšmė" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Nustatymai" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Pasirinkimai" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1818,27 +1818,27 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1846,7 +1846,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1854,7 +1854,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1863,36 +1863,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1904,7 +1904,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1912,42 +1912,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -1959,13 +1959,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -1977,13 +1977,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -1995,7 +1995,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2005,7 +2005,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -2017,13 +2017,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2035,74 +2035,74 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "" @@ -2116,7 +2116,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "" @@ -2130,13 +2130,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2148,38 +2148,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Plotis:" @@ -2191,13 +2191,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Aukštis:" @@ -2210,11 +2210,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2223,8 +2223,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "" @@ -2236,13 +2236,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "" @@ -2254,18 +2254,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2277,13 +2277,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2295,13 +2295,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2313,13 +2313,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2331,13 +2331,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2349,7 +2349,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2357,7 +2357,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2369,13 +2369,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2387,7 +2387,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2399,34 +2399,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "" @@ -2438,7 +2438,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2446,31 +2446,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2482,72 +2482,72 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Vardas:" @@ -2562,27 +2562,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2893,65 +2893,65 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Video/Goto/Ištrinti kadrą..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Ištrinti sluoksnį (-ius)" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Pervadinti sluoksnį (-ius)" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Nustatymai" @@ -4266,26 +4266,26 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Goto/Ištrinti kadrą..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/ml.gmo gimp-gap-2.0.2/po/ml.gmo --- gimp-gap-2.0.1/po/ml.gmo 2004-04-30 21:01:10.000000000 +0200 +++ gimp-gap-2.0.2/po/ml.gmo 2004-05-10 21:26:53.000000000 +0200 @@ -4,7 +4,7 @@   /-9!g*= $1J]`    Author:Case sensitiveCenterColorContinueCopyCutDate:DefaultIn:Mode:MultiplyName:NoneNormalOpenOptionsPathResetScreenSelectSelect AllSettingsSizeSpeedSubtractValueX:Y:Project-Id-Version:gimp-gap Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2003-07-05 10:29+0530 Last-Translator: FSF-India Language-Team: Malayalam diff -uraN gimp-gap-2.0.1/po/ml.po gimp-gap-2.0.2/po/ml.po --- gimp-gap-2.0.1/po/ml.po 2004-04-30 21:00:53.000000000 +0200 +++ gimp-gap-2.0.2/po/ml.po 2004-05-10 21:26:39.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version:gimp-gap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2003-07-05 10:29+0530\n" "Last-Translator: FSF-India \n" "Language-Team: Malayalam \n" @@ -177,7 +177,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -191,7 +191,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -323,7 +323,7 @@ msgstr "" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "" @@ -335,7 +335,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -431,7 +431,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "" @@ -1531,264 +1531,264 @@ msgid "No selected layer in start frame" msgstr "" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "സാധാരണ" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "ഗുണിക്കുക" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "തിരച്ചിത്രം" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "രീതി" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 msgid "Burn" msgstr "" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "വ്യവകലനം" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "വ‍ര്ണ്ണങ്ങള്‌" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "മൂല്യം" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "കേന്ദ്രം" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "ഒന്നുമില്ല" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "സജ്ജീകരണം" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "സ്വതേ" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "ബദലുകള്‌" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1797,27 +1797,27 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1825,7 +1825,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1833,7 +1833,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1842,36 +1842,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "തരം:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1883,7 +1883,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1891,43 +1891,43 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 #, fuzzy msgid "Handle:" msgstr "ഹാന്റില്‌ വലിപ്പം" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -1939,13 +1939,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -1957,13 +1957,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -1975,7 +1975,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -1985,7 +1985,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -1997,13 +1997,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2015,74 +2015,74 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "" @@ -2096,7 +2096,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "" @@ -2110,13 +2110,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2128,38 +2128,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "" @@ -2171,13 +2171,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "" @@ -2190,11 +2190,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2203,8 +2203,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "" @@ -2216,13 +2216,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "" @@ -2234,18 +2234,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2257,13 +2257,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2275,13 +2275,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2293,13 +2293,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2311,13 +2311,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2329,7 +2329,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2337,7 +2337,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2349,13 +2349,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2367,7 +2367,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2379,34 +2379,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "" @@ -2418,7 +2418,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2426,31 +2426,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2462,72 +2462,72 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "വഴി" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "ഇവിടെ:‌" @@ -2542,27 +2542,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2871,62 +2871,62 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "" -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "" @@ -4233,25 +4233,25 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/nl.gmo gimp-gap-2.0.2/po/nl.gmo --- gimp-gap-2.0.1/po/nl.gmo 2004-04-30 21:01:10.000000000 +0200 +++ gimp-gap-2.0.2/po/nl.gmo 2004-05-10 21:26:53.000000000 +0200 @@ -1,70 +1,81 @@ -]5G#G@ H"NHIqHaH4IkRI6I2I2(Jf[JJpKK KKKK&L$(L$MLrLLL!LL -M(M"HM%kMMMMM$N3N RNsNN N NNO1O"PO(sO,O$O(OP(2P)[PP)PP&P9QIQ:hQQQ -Q QQ!Q=Q2RKRfR!R RRRRFR'2S)ZS#SuST;TAT,RT TTT -TT TT=T4UdDU&U&U UV *V 6V DV RVb_V -W W W -WWWX)X i1|i-ii&i(jHjgjoj jjMjjkI$khnkkOk -;l FlTlcl]xl3l -mmm. n5a"nʁ=9 w ڂ#@,m3"7%Z26 -#<+ -hs -s ~ ab"64:TLL-7ߊe& L4!/%ӌ=-7-eK7;A[>]Ǐ Ώ ؏   2D@.H,(4E]e1  ȓ ғ  # -? J V cqv'/#@\{֕tߕ(TS} іCݖ[!r} -vA:3 N -[f n {5KD -DODٚݚ I FW'ƛ/E^Oyɜ$ۜ$/% U_ev &O& 0!H4j0О *lG&Y۟U5 Рؠm Ye -n y -}6Qk 8Ȣ&%(Nj$q$ˣߣ #'Kk -r} **3D#W { 376 6W2655.d:~OH >R ̨ݨI HTp.Ʃ)} -YpOѫ!E@ ͬ4Ҭ F [i }F.%u'î ɮp֮G_(n/$) @M UM_U  'B5$xSQWV ȳճ  'CUo - 4Ĵ -2"2U3322#3V3& - >1 pķ ޷%)'<dS $8So  -̹׹f߹Ffغ? л ܻ  &ӽ|KB[G2*,D(q?'+.H?&f#u-15C9%}L&Olg6w @?@xEz -"& .4$c#"' F'g'#!#=!a#"'*"=#`#!*,%":H'-#/K-e?C7 ;E Vd({M!$$9+^(a-E,s2$h6 -'2F![F}n.H.w! &   -*2$Pu ^] -s ~  }UXF4*>SZpbADT"oq w&%7!@$bw1L^z )-B Ok -%k;6Yr-$;Xj! $ $-C0J {  #Nd~ %* -&71,i*  :Ss:\F Wg &z$+O -1Z;.*#"-F/tOezPmMcc r=t5@Ia#sb *8L amO 4-6J*\;7#+4 -HSb{!7") 1&>+eH\ fw* -A L4YA  " =G;_Ii$O)t?=: xA G GQ1D4nE:) -(7<EM,_+1 *C8|A5 E Q ^ ly/  %3/E u   -  b,  @ -Ze|%/h 142#V)]70Hy $!) " * P:  8C -&| -- -7 -I S Y h ,x N   E ^ (r % r m4A@%*25<D[[A%=A@x'Y/"5+I+X8lkNX'hK5K an~ W]pw2b5(#^Pwl   #1E Ycl u   - *)(Ro"@I.X  f Tr r :! ! !!!"#""C"%"%%# K# l# y# ###>#c#VZ$V$V%_%c% %%%%U%^&(f&&&&&& '"$'G'Zb''-'-'B,( o({((( (5(^(2Z))3)E)7'*$_****(*|+++\+_ , k, x, -,,, -,p,2-E- -N- Y-e-t---!4.V.q.....*.& -/'1/Y/u/$|/$/////,0'H0$p0 -0000+05 11A1%s111(1122&23:29n2;28243:R3<3934A#4Te4K4F5M5l555 5$5Y506%C6i666646 727 77788889d#9.9H9::::K:DT: : :T: ;; ';4;B;&7<%^<<<x<=4=2M==6==)=>!> <>I> -Q>W\>Z> ?? ,? 6?OB??Y?kAWpATAB.B?BPBeBvBBBBBBC0CKCZC cC mCGyCCCCCCC,DDpDDDADAP9aXt6Ms$h0@z3n+ochZ6 -d* !8OLBK/"j0[i}7of!<QY$:1mlr0GfN5;)zItiH"33vP-%iH&_V=F ~FG{GESIb -TwOg|S>[^Nc}?p V\;q2('!zW:eWlSg1y% bFakPr1,.n-]XC"j*WQLQ]Qu{u%2Ym4a4(eE<"R9=kubTfFJ95% 68Y_c w~jK78 -D`7kApx@S=K$K2<AZ5Ex1*&.e UUdy? #=O), ADHD*@>#y[|'])g_\^- Rhsq TDC @)oJTB(,2#VI+R: ZRB6/s vd' L&;(U:{\`AXM!M?`m#3}LW0BI<x //'5 -JCt [ .v?~>]U\,lw9 4rM8-&.NEO7Hq +eDl6H#H@H"HI!IakI4IkJ6nJ2J2Jf KrK L8L TL`LLL&L$L$L"MAM[M!zMMMM"M%NANaN~NN$NN O#OBO `O OOOO"P(#P,LP$yP(PP(P) Q5Q)TQ~Q&Q9QQ:RSRWR +[R fRpR!R=RRRS!3S UScSSSFS'S) +T#4TuXTTTT,U /Uj-pjj&j(j +k)k1k HkUkMrkkkIkh0llOl +l mm%m]:m3mmnn.n5n4o MoZoqooYo oop $p0pPp:dpppqqq(q8q 0r =rGr Zrdrr-s4s +;sFs +Ys +dsossssss.stt $t#0t$Ttyt6t +tIt u.uu uu/u )v33v gvtv {vvvv vv-vC wcdww%w x#x;xLx-\x-x x x xxx9x!y%y +-y8y@y Fy Ry8_y:y0y<z,Azqnz9z{){ H{R{a{f{o{v{'{ +{{{ {"{"| &|<3| p|~|||||3| }#} 2} <} F} +P}[}z}}~~~~~ +, H T a k +x +S5&Qx } + ; +6(   +)"4W"wn=/ m Ѓ@"c3"-%P2v6 +#<! +^i| +i t ab6{4:TBL-7Ջ e&L*!w/%ɍ=---[K-;yA[>S Đ ΐؐ   (D6{.H,(*ESe'  Ȕ֔    +5 @ L Ygl'/ڕ6Rq̖tՖ(JSs ǗCӗ[rs #v7: ) D +Q\ d q5~KDDEDϛӛ IFM'ٜ%;TOo$ѝ$/ KU[l |&O&&!>4`0Ɵ  l=&YѠU+ ơΡm O[ +d o +{},Ga x8&%D`$g$դ #Aa +hs ** ):#M q ~37ަ66M2655$Z:tOH>H ©өI >Jf}.)s +Of~OǬE6| í4ȭF + +Q \j ~F/%v'į ʯpׯH`(o/$* AN VM`U  (B6$ySQWW ɴִ  (DVp + 4ŵ +2#2V3322$3W3& + >2 qŸ ߸%)'=eS $9Tp  +ͺغfGfٻ@ Ѽ ݼ   'Ծ|KB\G2*,E(r?'+/H?'g#v.26C:%~L&Olh6w @?@xF{ +"&.5$d#" ( G'h'#!#>!b#"'*">#a#!*,%#:I'-#/L-f?C8 <F We(|M!$$:+_(a-F,t2$i6 +(3G!\F~n.I.x! '   + +3$Qv ^] +t   }UfF48Lah~bODb"o &%,E!N$pw $?Zl )-B]y +%k;DY-$-Ifx! $ $,2;Q0X    $#N#r %* +47?,w*  , 2@\u:\FBW &zF+O,1|;.*#D-h/O7Pmoc r#=5@*k#b LZn O 4OXl*~; +'67 EMV +ju!7 DK S&`+H\+L +c n4{A  )D _i;Ii$q)?=\ A" ++6> D QG_G1D!4fn: +E)I +s~, ++"1N C "8AI    /IXl  /    + %1M jb, 8@ O \j@ +%/  1)4[2)7} 0   +$ +!2 +)T +~ + + +P + +8 & - 7> Iv    , N  a o E (%r.mA@Q<[J[R%=@-x'tY"5+OI{+8*lNEXhKV   %8O`Wr2b25#P@wQXqv       +% 0=PT*j) 3 R q    .K!Xz! !T!r4"" 4# A#N#a#t##$C($%l$%$ $ $ $ $$%>$%cc%V%V&Vu&&& &&''U'^t'(''(3(G(e(x("((Z(*)-=)-k)B) )))* $*52*^h*2**3+EN+7+$++,*,(I,|r,+,\-_x- - - +--. +#.p.... +. .... /!////0070*L0&w0'000$0$131J1\1k1,1'1$1 +2 2282+L25x212%23"3(83a3q3333393;48Q444:4<4975q5A5T5K'6Fs66666 7$7YC77%777 8'84E8z829 H9U9d9:":<:W:s:d:.:H$;m;;;;D; < <T< r< ~<< <<Bm=&=%==>x>>>2>>6?P?)_??? ?? +?W?Z-@ @@ @ @O@ AY#Ak}BWBTACCCCCCCDD1DQDjDDDDD D DGD:EIEXECaECEDED.FAsFAFBFB:G+}GGG +GGGHG$GHlHH$HH*H2I07I$hIImIJJJ#J 2J$?JdJzJ'JJ J JJ J +JKjKyKjLL #M -M;M DMRMUM fMtMwM|MNOgPpPUPHIQAQ0Q,R52R1hRHR'R+ S7SWSMWTT(TTTTTTUUU' K>249^?=l$DHg2z>hHQQR3@LtC+9a<zo$4\j +"eNd5&|}bc@>^7+T:6,NW_PXV &C0[ap57-6YqJ I<] t** UGY'E1` +:}/;&? a\H!$1dG[e'%/<MLrX8 =U/^kRb Z)!3*k da:SB{n;;V (*2c=! N5mM#SEQLc +0A|F~W0(wWjb)w + "9x"..n "lt7N F&8sXv4\FU,uMeu:6+R<E3kIrgDs0[~YCfy]o#Z/{Am?pBjx]K),-98JTgeF]oA1vLDKiR TMV!?S@#CJy i_fqQ$6.I3_I%7>hy( { hEOu41wW+PH(-bSmOlqvd%X;`n5,O^rP}B[p`8D#YJKs_ @2|Gx`UTzZ.cZ OPB=-i\AG)fV'~% ERROR: height not a multiple of 16 ERROR: invoked from a single image, but video frame is required ERROR: width not a multiple of 16 @@ -85,7 +96,7 @@ %d (at %.4f frames/sec)%s does not look like xanim** Empty **** File is not a filtermacro **** No menu path available **** not available **-1 is previous frame, +1 is next frame2nd call of %s (define end-settings)/Filters/Filter all Layers.../Filters/Filtermacro.../Video/Bluebox .../Video/Delete Frames.../Video/Duplicate Frames.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Exchange Frame.../Video/Filename to Layer.../Video/Frame Sequence Shift.../Video/Frames Convert.../Video/Frames Crop.../Video/Frames Density.../Video/Frames Flatten.../Video/Frames Layer Delete.../Video/Frames Modify.../Video/Frames Renumber.../Video/Frames Resize.../Video/Frames Scale.../Video/Frames to Image.../Video/Go To/Any Frame.../Video/Go To/First Frame/Video/Go To/Last Frame/Video/Go To/Next Frame/Video/Go To/Previous Frame/Video/Layer/Colors/CurvesFile.../Video/Layer/Colors/Hue-Saturation.../Video/Layer/Colors/Levels.../Video/Layer/Set Layer Opacity.../Video/Move Path.../Video/Onionskin/Configuration.../Video/Onionskin/Create or Replace/Video/Onionskin/Delete/Video/Onionskin/Toggle Visibility/Video/Playback.../Video/Split Image to Frames.../Video/Split Video to Frames/Any XANIM readable.../Video/VCR Navigator.../Xtns/Split Video to Frames/Any XANIM readable...ALLAddAdd FilterAdd PointAdd alpha channelAdd black layermask (transparent)Add controlpoint at end. The last controlpoint is duplicated.Add layermask from alphaAdd layermask from bw copyAdd layermask from selectionAdd layermask transfer from alphaAdd selectionAdd white layermask (opaque)AdditionAdvanced SettingsAffect only pixels with alpha >= source alpha where 1.0 is full opaqueAffected range ends at this framenumberAffected range starts at this framenumberAll images must have the same size,All images must have the same size, width and height must be a multiple of 16 -(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolor transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Color PickerBlueboxPreview.xcfBlurb:Calculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function +(use scale or crop from the video menu)All visible (ignore pattern)AlphaAlpha Tolerance:An error occured while trying to call xanim:Anim PreviewAnim Preview Mode:Animated Filter ApplyAntialias:Apply ConstantApply VaryingApply filter on layer(s)Apply filtermacro script on current drawable and close windowApply layermaskApply the bluebox filter on the moving object(s). The bluebox filter makes the keycolor transparent.Apply thresholds in the HSV colormodelApply thresholds in the RGB colormodelApplying filter to all layers...Ascending OpacityAudio DelayAudio OptionsAudio SkippedAudio VolumeAudio offset in frames at original video playback speed. A value of 0 starts audio and video at synchron time. A value of -10 will play frame 1 up to frame 9 silently and start audio at frame 10. A value of 10 starts audio at frame 1, but skips the audio begin part in a length that is equal to the duration of 10 frames at original video playback speed.Audiofile:Audioframes:Audiosource:Audiotime:Author:Auto create after loadAuto delete before saveAutomatic Preview:B-Search:BQSCALE:Backup to fileBasename for all layers where the string '[######]' is replaced by the frame numberBasename for the video frames to write on disk. Framenumber and extension is added.Basename:Bitrate:Bits/Sample:BlueBlueboxBluebox Color PickerBlueboxPreview.xcfBlurb:BurnCalculate n steps between 2 frames. The rendered tween steps are collected in a tween layer that will be added to the handeld destination frames. If the tween steps value is 0, no tweens are calculated and no tween layers are createdCan't execute more than 1 video function on the same video frame image at the same time. Locking image_id:%d Can't operate with current controlpoint @@ -95,7 +106,7 @@ %sCan't operate with current controlpoint or keyframe settingsCant open two or more video navigator windows.Case sensitiveCase sensitive:CenterCenter HorizontalCenter VerticalChange Frame DensityChange Frames DensityChannel:Channels:Clear Video BufferClick: go to frame, Ctrl-Click: set 'From Frame', Alt-Click: set 'To Frame'Clip To FrameClip all copied source layers at destination frame boundariesClipped to bottom layerClipped to imageClose windowClose window without any actionClose window without creating or deleting any onionskin layers but store current SettingsColorColor LevelsColor Levels Adjustments Common color thresholdConfirm Frame DeleteConfirm Frame Density ChangeConstant Bitrate:Constrain aspect ratioContinueConvert Frames to IndexedConvert Frames to other FormatsConvert Frames: Save operation failed. Desired save plugin can't handle type -or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints +or desired save plugin not available.Convert SettingsConvert to GrayConvert to IndexedConvert to RGBConvert to another imagetype, or keep imagetype as it is. Most fileformats can't handle all types and may require a conversion.Example: GIF can not handle RGB and requires convert to indexed imagetype.Converting frames...CopyCopy As WavfileCopy Audiofile as WavefileCopy moving source-layer(s) into framesCopy selected range n-times (you may type in values > 99)Copy to Video Buffer:Copying layers into frames...Copyright:Create Layer:Create Multilayer-Image from FramesCreate a copy from audiofile as RIFF WAVE audiofile and use the copy for audio playbackCreate an additional trace layer in all handled framesCreate or replace onionskin layer(s) in all frames of the selected frame rangeCreating audiofile - please waitCreating layer-animated image...Creating onionskin layers...Crop (original %dx%d)Crop FramesCrop Video Frames (all)Cropping all video frames...Current Point: [ %3d ] of [ %3d ]Current playback speed (frames/sec)CursorCurvesFileCustom PaletteCutCyanCyclicDarken OnlyDate:Decreasing density by deleting frames...DefaultDelay %.2fDeleteDelete AllDelete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDelete all controlpointsDelete all controlpoints, and replace them with a copy of all anchorpoints of the current path from the image where 'MovePath' was invoked fromDelete channel (by name)Delete current controlpointDelete frames from %ld to (number)Delete frames starting at current number %d up to this number (inclusive)Delete layer(s)Delete layermaskDelete selected framesDelete the filtermacro scriptfileDelete the selected filtercallDensity duplicating frames...Density:Descending opacity for 2.nd onionskin layerDescending opacity of the trace layerDescending opacity of the tween layerDestination Frame Number (%ld - %ld)DifferenceDigits:Directory '%s' already existsDissolveDither OptionsDivideDodgeDuplicate Frames (%ld/%ld)Duplicate layer(s)Duplicate selected framesDuplicating frames...ERROR: Could not open controlpoints filename: '%s' %sERROR: Could not read controlpoints filename: '%s' @@ -120,7 +131,7 @@ (the freely distributed Berkeley MPEG-1 video encoder.) Generating animated preview...Generation of animated preview failedGo To Frame (%ld/%ld)Go to this frame numberGoto first frameGoto last frameGoto next frame use timezoom stepsizeGoto prev frame - use timezoom stepsizeGrab PathGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Height:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), + use timezoom stepsizeGrab PathGrain ExtractGrain MergeGreenGridGrow selection in pixels (use negative values for shrink)HSVHandle:Hard LightHeight:Help:High Input:High Output:How many digits to use for the framenumber filename partHow many digits to use for the framenumber in the filenameHow to encode MPEG frame sequence (I/P/B frames)How to fetch the next source layer at the next handled frameHow to handle selections in the source imageHow to insert source layer into the layerstack of the destination frames. layerstack 0 means on top i.e. in frontHow to place the Source layer at controlpoint coordinatesHueHue / Lightness / Saturation Adjustments Hue Mode:Hue-SaturationHue:IQSCALE:IgnoreIgnore BG-layer(s):Ignore selection (in all source images)Imagetype:In:Increase DensityInitial frameInitial opacity of the trace layerInitial opacity of the tween layerInsert PointInsert controlpoint. The current controlpoint is duplicated.Instant ApplyIntersect selectionInverse Order:Invert Layer SelectionInvert Layer Selection:Invert SelectionIqnore I/P/QSCALE values and use constant bit-rate)Jpeg Quality:Keep PaintmodeKeep TypeKeycolor:Keyframe:Last PointLast handled destination frameLast handled frameLayer (or channel) name for all handled layers (or channels), where the string '[######]' is replaced by the frame number. This name is only relevant for the functions: Duplicate layer(s) @@ -178,7 +189,7 @@ (1 = best quality, 31 = best compression)RGBRaise layer(s)Ratio X:ReadyRedRemove UnusedRemove all onionskin layers in all frames of the the selected frame rangeRemove unused or double colors (ignored if palette type is not custom)Removing layer (pos:%ld) from frames...Removing onionskin layers...Rename layer(s)Renaming frames...Render Filename to LayerRenumber FramesRenumber Frames (%ld)Renumber Frames 2nd PassRenumber frame sequence...Renumber the affected frame sequence (numbers are shifted in circle by N steps)Replace selectionRequirements to run mpeg2encode 1.2:Requirements to run mpeg_encode 1.5:Requirements to run the xanim based video splitResample:ResetReset All PointsReset KeyframesReset PointReset all Parameters to Default ValuesReset all controlpoints to default values but dont change the path (X/Y values)Reset all parameters to default valuesReset offset and volumeReset parameters to original sizeReset playback speed to original (or previous) valueReset the current controlpoint to default valuesReset to default settingsResize (original %dx%d)Resize FramesResize Video Frames (all)Resizing all video frames...Resulting layer size is made of the outline-rectangle of all visible layers (may differ from frame to frame)Resulting layer size is the frame sizeResulting layer size is the frame size transparent parts are filled with background colorResulting layer size is the size of the bottom layer (may differ from frame to frame)Right BottomRight TopRotate FollowRotate source layer (in degree)Rotate:Run asynchronouslyRun xanim asynchronously and delete unwanted frames (out of the specified range) while xanim is still runningSamplerate:Samples:SaturationSaturation:Save As IsSave FlattenedSave Path Points to FileSave all single frames of animated preview to video buffer.(configured in gimprc by video-paste-dir and video-paste-basename)Save controlpoints to fileSave selection to channelScale (original %dx%d)Scale FramesScale Preview:Scale Video Frames (all)Scale and ModifyScale down size of the generated animated preview (in %)Scale source layer's height in percentScale source layer's width in percentScaling all video frames...ScreenSearch algorithmus used for B-framesSearch algorithmus used for P-framesSearch by BlurbSearch by Menu PathSearch by NameSearching - please waitSearching by blurb - please waitSearching by menupath - please waitSearching by name - please waitSelectSelect AllSelect AudiofileSelect By ColorSelect Filter for Animated ApplySelect Filter for Animated Apply on FramesSelect Filtercalls of Current GIMP SessionSelect Filtermacro ScriptfileSelect Fontname)Select Frame RangeSelect Frame Range & Stack PositionSelect Mode:Select NoneSelect Options:Select Pattern:Select all layers where layer name contains patternSelect all layers where layer name ends up with patternSelect all layers where layer name is equal to patternSelect all layers where layer name starts with patternSelect all layers where layername contains patternSelect all layers where layername ends up with patternSelect all layers where layername is equal to patternSelect all layers where layername starts with patternSelect all visible layersSelect layernames by pattern (depends on mode and options)Select layerstack positions where 0 is the background layer. Example: 0, 4-5, 8Select layerstack positions where 0 is the top layer. Example: 0, 4-5, 8Select the color that is used to draw pathlines in the previewSelection Feather Radius:Selection HandlingSelection allSelection invertSelection noneSet Layer OpacitySet alpha of affected pixel to target alpha where 0.0 is full transparentSet for: %sSet framerate in frames/secSet layer(s) invisibleSet layer(s) linkedSet layer(s) unlinkedSet layer(s) visibleSet onionskin parameters for the current videoSet rotation for all controlpoints to follow the shape of the path. Hold down the shift key to use rotation of contolpoint 1 as offset.Set the source layer's opacity in percentSettingsSettings :Sharp pixel selection by color with 0.0. Greater values than 0 makes selection with more or less varaible alpha value depending on difference to the keycolorShow cursor crosslinesShow first controlpointShow last controlpointShow next controlpointShow only every N.th frameShow path lines and enable pick/drag with left button or move with right buttonShow preview as seperate imageShow preview frame with selected source layer at current controlpointShow previous controlpointShow source layer as gridlinesShrink/Grow:SizeSize of the preview image in percent of the originalSkipSkip %dSmart update thumbnails - forced thumbnail update for all framesSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. + forced thumbnail update for all framesSoft LightSource Alpha:Source Image/Layer:Source SelectSource and target frames step synchron at value 1.0. A value of 0.5 will step the source half time slower.One source step is done only at every 2.nd target frame.Source object to insert into destination frames of the specified rangeSource range ends at this framenumberSource range starts at this framenumberSpeedSpeedFactor:Split Frames: Save operation failed. desired save plugin can't handle type or desired save plugin not available.Split Image into FramesSplit SettingsSplit any Xanim readable Video to FramesSplitting image into frames...Stackposition where to place onionskin layer(s)Stackposition:Start framenumber of selection rangeStart playbackStart reverse playbackStartscript:Status:Stepmode:String to identify layer names or layerstack position numbers. Example: 0,3-5String to identify layer(s) by name or by layerstack position numbers. Example: 0,3-5SubtractSubtract selectionSyncronTarget Alpha:Target audio samperate in samples/sec. Ignored if resample is off)The currently displayed frame numberThe extension of resulting frames is also used to define the fileformat. Please note that fileformats differ in capabilities to store informations for multiple layers and other things.Some fileformats may require converting to another imagetype and/or flattening the frames.The selected %d frame(s) will be deleted. There will be no undo for this operation @@ -230,8 +241,8 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp 1.2.3 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 -PO-Revision-Date: 2004-04-08 17:58+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 +PO-Revision-Date: 2004-05-02 00:27+0200 Last-Translator: Tino Meinen Language-Team: Dutch MIME-Version: 1.0 @@ -258,7 +269,7 @@ %d (op %.4f frames/sec)%s lijkt niet op xanim** Leeg **** Bestand is geen filter-macro **** Geen menupad beschikbaar **** niet beschikbaar **-1 is vorig frame, +1 is volgend frame2e aanroep van %s (definieer eindinstellingen)/Filters/Filter alle lagen.../Filters/Filter-macro.../Video/Bluebox.../Video/Frames verwijderen.../Video/Frames dupliceren.../Video/Coderen/MPEG1.../Video/Coderen/MPEG2.../Video/Verwissel frame.../Video/Bestandsnaam naar laag.../Video/Framereeks verschuiven.../Video/Frames converteren.../Video/Frames snijden.../Video/Frames dichtheid.../Video/Frames pletten.../Video/Frames laag wissen.../Video/Frames aanpassen.../Video/Frames hernummeren.../Video/Frames herschalen.../Video/Frames schalen.../Video/Frames naar afbeelding.../Video/Ga naar/Willekeurig frame.../Video/Ga naar/Eerste frame/Video/Ga naar/Laatste frame/Video/Ga naar/Volgend frame/Video/Ga naar/Vorig frame/Video/Laag/Kleuren/Curvebestand.../Video/Laag/Kleuren/Hue-saturation.../Video/Laag/Kleuren/Niveaus.../Video/Laag/Ondoorzichtigheid van laag instellen.../Video/Bewegingspad.../Video/Uienschil/Configuratie.../Video/Uienschil/Aanmaken of vervangen/Video/Uienschil/Verwijderen/Video/Uienschil/Zichtbaarheid schakelen/Video/Afspelen.../Video/Afbeelding opdelen in frames.../Video/Video splitsen naar frames/Elke XANIM-readable.../Video/Videonavigator.../Extra's/Video splitsen naar frames/Elke XANIM-readable...ALLToevoegenFilter toevoegenVoeg punt toeAlpha-kanaal toevoegenLaagmasker toevoegen zwart (transparant)Controlepunt aan eind toevoegen. Het laatste controlepunt wordt gedupliceerd.Laagmasker toevoegen vanuit alphaLaagmasker toevoegen vanuit zw-kopieLaagmasker toevoegen vanuit selectieLaagmasker toevoegen overhalen vanuit alphaSelecte toevoegenLaagmasker toevoegen wit (ondoorzichtig)SomGeavanceerde instellingenAlleen invloed op beeldpunten met alpha >= bron-alpha waarbij 1.0 volledig ondoorzichtig betekentBeïnvloed bereik eindigt bij dit framenummerBeïnvloed bereik begint bij dit framenummerAlle afbeeldingen moeten dezelfde afmeting hebben,Alle afbeeldingen moeten dezelfde afmeting hebben, breedte en hoogte moeten een veelvoud van 16 zijn -(gebruik schalen of snijden uit het video-menu)Allemaal zichtbaar (patroon negeren)AlphaAlpha tolerantie:Er is een fout opgetreden bij het aanroepen van xanim:AnimatievooruitblikAnimatievooruitblik-modus:Geanimeerd filter toepassenAntialias:Constante toepassenGevarieerd toepassenFilter toepassen op laag of lagenFilter-macro script toepassen op huidige 'drawable' en venster sluitenLaagmasker toepassenHet bluebox filter toepassen op de bewegende object(en). Het bluebox filter maakt de sleutelkleur transparant.Drempelwaarden toepassen in het HSV kleurmodelDrempelwaarden toepassen in het RGB kleurmodelFilter op alle lagen toepassen...Oplopende ondoorzichtigheidGeluidsvertragingAudio-optiesGeluid overgeslagenGeluidssterkteVerschuiving van de audio in frames bij normale afspeelsnelheid van de video. Bij een waarde van 0 starten de audio en video tegelijkertijd op het synchronisatiepunt. Bij een waarde van -10 wordt frame 1 tot 9 geluidloos afgespeeld, en start de audio bij frame 10. Bij een waarde van 10 start de audio wel bij frame 1 maar slaat het begin van de audio over; en wel een hoeveelheid die gelijk is aan de duur van 10 frames bij normale afspeelsnelheid van de video.Geluidsbestand:Audioframes:Geluidsbron:Audiotijd:Auteur:Automatisch aanmaken na ladenAutomatisch verwijderen voor opslaanAutomatisch vooruitblik:B-zoeken:BQSCALE:Back-up naar bestandBasisnaam voor alle lagen waarbij de tekenreeks '[######]' wordt vervangen door het laagnummerBasisnaam voor de naar schijf te schrijven frames. Framenummer en extensie worden toegevoegd.Basisnaam:Bitsnelheid:Bits/sample:BlauwBlueboxBluebox kleurkiezerBlueboxPreview.xcfOmschrijving:Bereken n stappen tussen twee frames. De berekende tussenstappen worden verzameld in een tussenlaag die aan de doelframes zullen worden toegevoegd. Als de tussenstap-waarde 0 is, worden geen tussenstappen berekend en zal geen tussenlaag worden aangemaaktKan niet meer dan één videofunctie op dezelfde +(gebruik schalen of snijden uit het video-menu)Allemaal zichtbaar (patroon negeren)AlphaAlpha tolerantie:Er is een fout opgetreden bij het aanroepen van xanim:AnimatievooruitblikAnimatievooruitblik-modus:Geanimeerd filter toepassenAntialias:Constante toepassenGevarieerd toepassenFilter toepassen op laag of lagenFilter-macro script toepassen op huidige 'drawable' en venster sluitenLaagmasker toepassenHet bluebox filter toepassen op de bewegende object(en). Het bluebox filter maakt de sleutelkleur transparant.Drempelwaarden toepassen in het HSV kleurmodelDrempelwaarden toepassen in het RGB kleurmodelFilter op alle lagen toepassen...Oplopende ondoorzichtigheidGeluidsvertragingAudio-optiesGeluid overgeslagenGeluidssterkteVerschuiving van de audio in frames bij normale afspeelsnelheid van de video. Bij een waarde van 0 starten de audio en video tegelijkertijd op het synchronisatiepunt. Bij een waarde van -10 wordt frame 1 tot 9 geluidloos afgespeeld, en start de audio bij frame 10. Bij een waarde van 10 start de audio wel bij frame 1 maar slaat het begin van de audio over; en wel een hoeveelheid die gelijk is aan de duur van 10 frames bij normale afspeelsnelheid van de video.Geluidsbestand:Audioframes:Geluidsbron:Audiotijd:Auteur:Automatisch aanmaken na ladenAutomatisch verwijderen voor opslaanAutomatisch vooruitblik:B-zoeken:BQSCALE:Back-up naar bestandBasisnaam voor alle lagen waarbij de tekenreeks '[######]' wordt vervangen door het laagnummerBasisnaam voor de naar schijf te schrijven frames. Framenummer en extensie worden toegevoegd.Basisnaam:Bitsnelheid:Bits/sample:BlauwBlueboxBluebox kleurkiezerBlueboxPreview.xcfOmschrijving:Donker makenBereken n stappen tussen twee frames. De berekende tussenstappen worden verzameld in een tussenlaag die aan de doelframes zullen worden toegevoegd. Als de tussenstap-waarde 0 is, worden geen tussenstappen berekend en zal geen tussenlaag worden aangemaaktKan niet meer dan één videofunctie op dezelfde videoframe-afbeelding tegelijkertijd uitvoeren. Vastgezet afbeeldings_id:%d Kan niet werken met huidige controlepunt- @@ -268,7 +279,7 @@ %sKan niet werken met huidige controlepunt- of sleutelframe-instellingenKan niet twee of meer videonavigatorvensters openen.HoofdlettergevoeligHoofdlettergevoelig:MiddenHorizontaal centrerenVerticaal centrerenFrame-dichtheid aanpassenFramedichtheid aanpassenKanaal:Kanalen:Videobuffer leegmakenKlikken: ga naar frame, Ctrl-klikken: instellen 'Vanaf frame', Alt-klikken: instellen 'Naar frame'Naar frame snijdenAlle gekopieerde bronlagen snijden naar de grenzen van het doelframeNaar onderste laag gesnedenNaar afbeelding gesnedenVenster sluitenVenster sluiten zonder enige actieVenster sluiten zonder uienschil-lagen te verwijderen of aan te maken, maar wel de huidige instellingen opslaanKleurKleurniveausKleurniveau aanpassingenDrempelwaarde gemeenschappelijke kleurFrame verwijderen bevestigenFrame-dichtheid aanpassing bevestigenConstante bitsnelheid:Beeldverhouding behoudenDoorgaanFrames naar geïndexeerd omzettenFrames omzetten naar andere formatenFrames converteren: Opslaan is mislukt. Gewenste opslagplug-in kan het type niet aan -of de plug-in is niet beschikbaar.OmzettingsinstellingenOmzetten naar GrijswaardenOmzetten naar geïndexeerdOmzetten naar RGBConverteren naar een anders afbeeldingstype, of het bestaande afbeeldingstype behouden. De meeste bestandsformaten kunnen niet alle typen behandelen en vereisen mogelijk een conversie. Bijvoorbeeld: GIF kan niet omgaan met RGB en vereist een omzetting naar afbeeldingstype met index.Frames converteren...KopiërenKopiëren als Wav-bestandGeluidsbestand kopiëren als wave-bestandBewegende bronla(a)g(en)kopiëren naar framesGeselecteerd bereik n maal kopiëren (u kunt waarden opgeven > 99)Kopiëren naar videobuffer:Lagen naar frames kopiëren...Copyright:Laag aanmaken:Maak meerlaagse afbeelding uit framesEen kopie aanmaken van het audiobestand als RIFF WAVE audiobestand en deze kopie gebruiken bij het afspelenEen additionele volglaag aanmaken in alle behandelde framesUienschil-lagen aanmaken of vervangen in alle frames binnen het geselecteerde framebereikAanmaken geluidsbestand - een ogenblik geduldLaaggeannimeerde afbeelding maken...Uienschil lagen aanmaken...Bijsnijden (origineel %dx%d)Frames bijsnijdenVideo-frames bijsnijden (alle)Alle animatieframes bijsnijden...Huidig punt: [ %3d ] van [ %3d ]Huidige afspeelsnelheid (frames/sec)CursorCurve-bestandAangepast paletKnippenCyaanCyclischEnkel donkerder makenDatum:Dichtheid verlagen door frames te verwijderen...StandaardVertraging %.2fWissenAlles wissenWis alle puntenFrames verwijderen (%ld/%ld)Verwijder laag in framesPunt wissenAlle controlepunten wissenAlle controlepunten verwijderen en vervangen door een kopie van alle ankerpunten van het huidige pad uit de afbeelding vanwaaruit 'Bewegingspad' werd aangeroepenKanaal verwijderen (op naam)Huidige controlepunt wissenFrames %ld tot (nummer) verwijderenFrames verwijderen, beginnende bij het huidige nummer %d tot en met dit nummerLaag of lagen verwijderenLaagmasker verwijderenGeselecteerde frames verwijderenHet filter-macro scriptbestand wissenDe geselecteerde filteraanroep verwijderenDichtheid frames dupliceren...Dichtheid:Dalende ondoorzichtigheid voor de tweede uienschil laagAfname van ondoorzichtigheid van de volglaagAfname ondoorzichtigheid van de tussenlaagNummer van doelframe (%ld - %ld)VerschilCijfersMap '%s' bestaat alOplossenDither-optiesFrames dupliceren (%ld/%ld)Laag of lagen duplicerenGeselecteerde frames duplicerenFrames dupliceren...FOUT: kon controlepunten niet openen +of de plug-in is niet beschikbaar.OmzettingsinstellingenOmzetten naar GrijswaardenOmzetten naar geïndexeerdOmzetten naar RGBConverteren naar een anders afbeeldingstype, of het bestaande afbeeldingstype behouden. De meeste bestandsformaten kunnen niet alle typen behandelen en vereisen mogelijk een conversie. Bijvoorbeeld: GIF kan niet omgaan met RGB en vereist een omzetting naar afbeeldingstype met index.Frames converteren...KopiërenKopiëren als Wav-bestandGeluidsbestand kopiëren als wave-bestandBewegende bronla(a)g(en)kopiëren naar framesGeselecteerd bereik n maal kopiëren (u kunt waarden opgeven > 99)Kopiëren naar videobuffer:Lagen naar frames kopiëren...Copyright:Laag aanmaken:Maak meerlaagse afbeelding uit framesEen kopie aanmaken van het audiobestand als RIFF WAVE audiobestand en deze kopie gebruiken bij het afspelenEen additionele volglaag aanmaken in alle behandelde framesUienschil-lagen aanmaken of vervangen in alle frames binnen het geselecteerde framebereikAanmaken geluidsbestand - een ogenblik geduldLaaggeannimeerde afbeelding maken...Uienschil lagen aanmaken...Bijsnijden (origineel %dx%d)Frames bijsnijdenVideo-frames bijsnijden (alle)Alle animatieframes bijsnijden...Huidig punt: [ %3d ] van [ %3d ]Huidige afspeelsnelheid (frames/sec)CursorCurve-bestandAangepast paletKnippenCyaanCyclischEnkel donkerder makenDatum:Dichtheid verlagen door frames te verwijderen...StandaardVertraging %.2fWissenAlles wissenWis alle puntenFrames verwijderen (%ld/%ld)Verwijder laag in framesPunt wissenAlle controlepunten wissenAlle controlepunten verwijderen en vervangen door een kopie van alle ankerpunten van het huidige pad uit de afbeelding vanwaaruit 'Bewegingspad' werd aangeroepenKanaal verwijderen (op naam)Huidige controlepunt wissenFrames %ld tot (nummer) verwijderenFrames verwijderen, beginnende bij het huidige nummer %d tot en met dit nummerLaag of lagen verwijderenLaagmasker verwijderenGeselecteerde frames verwijderenHet filter-macro scriptbestand wissenDe geselecteerde filteraanroep verwijderenDichtheid frames dupliceren...Dichtheid:Dalende ondoorzichtigheid voor de tweede uienschil laagAfname van ondoorzichtigheid van de volglaagAfname ondoorzichtigheid van de tussenlaagNummer van doelframe (%ld - %ld)VerschilCijfersMap '%s' bestaat alOplossenDither-optiesDelenLichter makenFrames dupliceren (%ld/%ld)Laag of lagen duplicerenGeselecteerde frames duplicerenFrames dupliceren...FOUT: kon controlepunten niet openen bestandsnaam: '%s' %sFOUT: kon controlepunten niet lezen bestandsnaam: '%s' @@ -292,7 +303,7 @@ Parameterbestand genereren voor mpeg_encode 1.5 (de vrij verspreide MPEG-1-videocodeerder van Berkeley.) Geanimeerde vooruitblik genereren...Genereren geanimeerde vooruitblik misluktGa naar frame (%ld/%ld)Ga naar dit frame-nummerGa naar eerste frameGa naar laatste frameGa naar volgende frame gebruik stapgrootte van tijdzoomGa naar vorige frame - gebruik stapgrootte van tijdzoomPad ophalenGroenRasterSelectie aantal beeldpunten laten groeien (negatief voor krimpen)HSVHandvat:Hoogte:Help:Hoge invoer:Hoge uitvoer:Hoeveel cijfers gebruikt worden voor het framenummer in de bestandsnaamHoeveel cijfers worden gebruikt voor het frame-nummer in de bestandnaamHoe een MPEG-frameserie te coderen (I/P/B-frames)Hoe de volgende bronlaag bij het volgende bewerkte frame op te halenHoe selecties worden behandeld in de bron-afbeeldingHoe bronlaag in de laagstapel van de doelframes in te voegen. Laagstapel 0 betekent bovenaan / aan de voorkantHoe de bronlaag te plaatsen op de controlepuntcoördinatenHueHue / Lightness / Saturation aanpassingenHue-modus:Hue-saturationHue:IQSCALE:NegerenAG-lagen negeren:Selectie negeren (in alle bron-afbeeldingen)Afbeeldingstype:In:Dichtheid verhogenEerste behandelde frameInitiële ondoorzichtigheid van de volglaagAanvankelijke ondoorzichtigheid van de tussenlaagPunt invoegenControlepunt invoegen. Het huidige controlepunt wordt gedupliceerd.Direct toepassenSelectie intersectieOmgekeerde volgorde:Laagselectie omkerenLaagselectie omkeren:Selectie omkerenI/P/QSCALE-waarden negeren en een constante bitsnelheid gebruikenJPEG-kwaliteit:Behoud typeSleutelkleurSleutelframe:Laatste puntLaatste bewerkte doel-frameLaatste bewerkte frameLaag (of kanaal) naam voor alle behandelde lagen (of kanalen), + gebruik stapgrootte van tijdzoomPad ophalenKorrelig extraherenKorrelig samenvoegenGroenRasterSelectie aantal beeldpunten laten groeien (negatief voor krimpen)HSVHandvat:Hard lichtHoogte:Help:Hoge invoer:Hoge uitvoer:Hoeveel cijfers gebruikt worden voor het framenummer in de bestandsnaamHoeveel cijfers worden gebruikt voor het frame-nummer in de bestandnaamHoe een MPEG-frameserie te coderen (I/P/B-frames)Hoe de volgende bronlaag bij het volgende bewerkte frame op te halenHoe selecties worden behandeld in de bron-afbeeldingHoe bronlaag in de laagstapel van de doelframes in te voegen. Laagstapel 0 betekent bovenaan / aan de voorkantHoe de bronlaag te plaatsen op de controlepuntcoördinatenHueHue / Lightness / Saturation aanpassingenHue-modus:Hue-saturationHue:IQSCALE:NegerenAG-lagen negeren:Selectie negeren (in alle bron-afbeeldingen)Afbeeldingstype:In:Dichtheid verhogenEerste behandelde frameInitiële ondoorzichtigheid van de volglaagAanvankelijke ondoorzichtigheid van de tussenlaagPunt invoegenControlepunt invoegen. Het huidige controlepunt wordt gedupliceerd.Direct toepassenSelectie intersectieOmgekeerde volgorde:Laagselectie omkerenLaagselectie omkeren:Selectie omkerenI/P/QSCALE-waarden negeren en een constante bitsnelheid gebruikenJPEG-kwaliteit:Schildermodus behoudenBehoud typeSleutelkleurSleutelframe:Laatste puntLaatste bewerkte doel-frameLaatste bewerkte frameLaag (of kanaal) naam voor alle behandelde lagen (of kanalen), waarbij de tekenreeks '[######]' wordt vervangen door het framenummer. Deze naam is alleen relevant voor de functies: Lagen dupliceren @@ -351,7 +362,7 @@ (1 = beste kwaliteit, 31 = beste compressie)RGBLaag of lagen omhoogbrengenX-verhouding:VoltooidRoodVerwijder ongebruikteAlle uienschil-lagen verwijderen uit alle frames binnen het geselecteerde framebereikOngebruikte of dubbele kleuren verwijderen (wordt genegeerd als palettype niet 'aangepast' is)Laag verwijderen (pos:%ld) uit frames...Uienschil lagen verwijderen...Laag of lagen hernoemenFrames hernoemen...Render-bestandsnaam naar laagFrames hernummerenFrames hernummeren (%ld)Framereeks hernummeren 2e doorgangFrame-reeks hernummeren...De beïnvloedde framereeks hernummeren (nummers worden in cirkel verschoven met N stappen)Selectie vervangenVoorwaarden om mpeg2encode 1.2 uit te voeren:Voorwaarden om mpeg_encode 1.5 uit te voeren:Voorwaarden om de op xanim gebaseerde video-opdeling uit te voerenResampelen:ResettenAlle punten resettenStel sleutelframes opnieuw inPunt resettenAlle parameters resetten naar oorspronkelijke waardenAlle controlepunten instellen op standaard waarden, maar het pad (X/Y-waarden) niet veranderenAlle parameters terugzetten naar standaard waardenVerschuiving en volume resettenParameters herstellen naar oorspronkelijke afmetingAfspeelsnelheid herstellen naar de oorspronkelijke (of vorige) waardeHet huidige controlepunt instellen op standaard waardenResetten naar standaard instellingenHerschalen (origineel %dx%d)Frames op grootte aanpassenVideo-frames herschalen (alle)Alle videoframes op grootte aanpassen...Resulterende laaggroote is gemaakt van de omsluitende rechthoek van alle zichtbare lagen (kan van laag tot laag verschillen)Resulterende laaggrootte is de framegrootteResulterende laaggroote is de framegrootte, transparante delen worden met de AG-kleur gevuldResulterende laaggrootte is de grootte van de onderste laag (kan van laag tot laag verschillen)Rechts onderRechts bovenDraai volgBronlaag draaien (in graden)Draaien:Asynchroonxanim asynchroon uitvoeren en ongewenste frames wissen (uit het opgegeven bereik) terwijl xanim nog steeds looptSample-frequentie:Samples:SaturationSaturation:Opslaan als IsOpslaan gepletPadpunten opslaan in bestandAlle losse frames van de geanimeerde vooruitblik opslaan in de videobuffer. (geconfigureerd in gimprc door video-paste-dir en video-paste-basename)Controlepunten opslaan in bestandSelectie opslaan in kanaalSchaal (origineel %dx%d)Frames schalenVooruitblik schalen:Video-frames schalen (alle)Schalen en aanpassenVerklein de geanimeerde vooruitblik (in %)Hoogte van bronlaag schalen in procentBreedte van bronlaag schalen in procentAlle videoframes schalen...SchermZoekalgoritme gebruikt voor B-framesZoekalgoritme gebruikt voor P-framesZoeken op omschrijvingZoeken op menupadZoeken op naamZoeken - een ogenblik geduldZoeken op omschrijving - een ogenblik geduldZoeken op menupad - een ogenblik geduldZoeken op naam - een ogenblik geduldSelecterenAlles selecterenGeluidsbestand selecterenSelecteren op kleurFilter selecteren voor geanimeerd toepassenFilter selecteren voor geanimeerd toepassen op framesFilteraanroepen van huidige GIMP-sessie aanroepenFilter-macro scriptbestand selecterenLettertype-naam selecteren)Selecteer framebereikFramebereik en stapelpostitie selecterenSelectie-modus:Niets selecterenSelectie-opties:Patroon selecteren:Selecteer alle lagen waarvan laagnaam patroon bevatSelecteer alle lagen waarvan laagnaam eindigt met patroonSelecteer alle lagen waarvan laagnaam gelijk is aan patroonSelecteer alle lagen waarvan laagnaam begint met patroonAlle lagen selecteren waarvan laagnaam patroon bevatAlle lagen selecteren waarvan laagnaam eindigt op laagnaamAlle lagen selecteren waarvan laagnaam gelijk is aan patroonAlle lagen selecteren waarvan laagnaam begint met patroonSelecteer alle zichtbare lagenLaagnamen selecteren op patroon (afhankelijk van modus en opties)Laagstapelposities selecteren, waarbij 0 de achtergrondlaag is. Voorbeeld: 0, 4-5, 8Laagstapelposities selecteren waarbij 0 de toplaag is. Voorbeeld: 0, 4-5, 8De kleur selecteren waarme padlijnen worden getekend in de vooruitblikZachtheid-straal van selectie:Behandeling selectieAlles selecterenSelectie inverseSelectie geenOndoorzichtigheid van laag instellenAlpha van het beeldpunt instellen op doel-alpha waarbij 0.0 volledig transparant betekentInstellen voor: %sframesnelheid instellen in frames/secLaag of lagen onzichtbaar makenLaag of lagen koppelenLaag of lagen loskoppelenLaag of lagen zichtbaar makenUienschil parameters instellen voor de huidige videoStel draaiing voor alle controlepunten in om de vorm van het pad te volgen. Houdt de shift-toets ingedruikt om te draaien ten opzichte van controlepunt 1.Ondoorzichtigheid van bronlaag intellen in procentInstellingenInstellingen :Scherpe beeldpuntselectie op kleur bij 0.0. Waarden groter dan 0 geven een selectie meer of minder variabele alpha waarden, afhankelijk van het verschil met de sleutelkleurKruisdraad tonenEerste controlepunt tonenLaatste controlepunt tonenVolgende controlepunt tonenSlechts elk n-de frame tonenPadlijnen tonen en kiezen/slepen met de linkermuisknop inschakelen of bewegen met de rechtermuisknopVooruitblik als afzonderlijke afbeelding tonenVooruitblikframe tonen met geselecteerde bronlaag op huidig controlepuntVorige controlepunt tonenBronlaag tonen als rasterlijnenkrimpen/groeien:AfmetingAfmeting van de vooruiblikafbeelding in percentage van het origineelOverslaan%d overslaanSlim vernieuwen miniaturen - gedwongen vernieuwing miniaturen voor alle framesBron-alpha:Bronafbeelding/-laag:BronselectieBron en doelframes stapsynchronisatie op waarde 1.0. Een waarde van 0.5 zal de bron half zo langzaam doen voortgaan. Een stap van de bron wordt gedaan bij elke tweede stap van het doelframe.Bronobject om in de doelframes binnen het framebereik in te voegenBronbereik eindigt bij dit framenummerBronbereik begint bij dit framenummerSnelheidSnelheidsfactor:Frames opdelen: Opslaan is mislukt. + gedwongen vernieuwing miniaturen voor alle framesZacht lichtBron-alpha:Bronafbeelding/-laag:BronselectieBron en doelframes stapsynchronisatie op waarde 1.0. Een waarde van 0.5 zal de bron half zo langzaam doen voortgaan. Een stap van de bron wordt gedaan bij elke tweede stap van het doelframe.Bronobject om in de doelframes binnen het framebereik in te voegenBronbereik eindigt bij dit framenummerBronbereik begint bij dit framenummerSnelheidSnelheidsfactor:Frames opdelen: Opslaan is mislukt. gewenste opslagplug-in kan type niet aan of gewenste opslagplug-in niet beschikbaar.Afbeelding opdelen in framesInstellingen van OpdelenSplits elke voor Xanim leesbare video op in framesAfbeelding in frames opdelen...Stapelpositie waar de uienschil-lagen worden geplaatstStapelpositie:Eerste framenummer van het selectiebereikAfspelen startenOmgekeerd afspelen startenStartscript:Status:Stapmodus:Tekenreeks om laagnamen te identificeren of laagstapelpositienummers. Voorbeeld: 0, 3-5Tekenreeks om lagen op naam te identificeren of laagstapelpositienummers. diff -uraN gimp-gap-2.0.1/po/nl.po gimp-gap-2.0.2/po/nl.po --- gimp-gap-2.0.1/po/nl.po 2004-04-30 21:00:54.000000000 +0200 +++ gimp-gap-2.0.2/po/nl.po 2004-05-10 21:26:40.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: gimp 1.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" -"PO-Revision-Date: 2004-04-08 17:58+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" +"PO-Revision-Date: 2004-05-02 00:27+0200\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -196,7 +196,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -210,7 +210,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -369,7 +369,7 @@ # bluebox plug-in makes selected color transparent # blauwe wand? #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluebox" @@ -380,7 +380,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Sleutelkleur" @@ -493,7 +493,7 @@ # Miniatuur? omdat het een soort 'thumbnail' is #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Vooruitblik" @@ -1698,199 +1698,196 @@ msgid "No selected layer in start frame" msgstr "Geen geselecteerde laag in startframe" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normaal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Oplossen" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Vermenigvuldigen" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" -msgstr "" +msgstr "Delen" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Scherm" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Op elkaar" -#: gap/gap_mov_dialog.c:413 -#, fuzzy +#: gap/gap_mov_dialog.c:416 msgid "Dodge" -msgstr "Modus:" +msgstr "Lichter maken" -#: gap/gap_mov_dialog.c:414 -#, fuzzy +#: gap/gap_mov_dialog.c:417 msgid "Burn" -msgstr "Omschrijving:" +msgstr "Donker maken" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" -msgstr "" +msgstr "Hard licht" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" -msgstr "" +msgstr "Zacht licht" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" -msgstr "" +msgstr "Korrelig extraheren" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" -msgstr "" +msgstr "Korrelig samenvoegen" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Verschil" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Som" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Aftrekken" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Enkel donkerder maken" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Enkel lichter maken" # What is the Dutch translation of the term 'Hue'? -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Hue" # What is the Dutch translation of the term 'Saturation'? -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturation" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Kleur" # What is the Dutch translation of the term 'Value'? -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Value" -#: gap/gap_mov_dialog.c:431 -#, fuzzy +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" -msgstr "Schildermodus" +msgstr "Schildermodus behouden" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Links boven" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Links onder" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Rechts boven" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Rechts onder" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Midden" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Herhaal" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Omgekeerde lus" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Eenmalig" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Eenmalig omgekeerd" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Heen en weer" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Geen" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Framelus" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Omgekeerde framelus" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Frame eenmalig" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Frame eenmalig omgekeerd" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Frame heen en weer" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Frame geen" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Bewegingspad" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Vooruitblikframe tonen met geselecteerde bronlaag op huidig controlepunt" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Animatievooruitblik genereren als een meerlaagse afbeelding" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Bewegende bronla(a)g(en)kopiëren naar frames" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Bronselectie" # extra instellingen #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Geavanceerde instellingen" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1898,50 +1895,50 @@ "Er is geen bronafbeelding geselecteerd.\n" "Open een tweede afbeelding van hetzelfde type voor u 'Bewegingspad' opent." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Object op lege frames" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Object op één frame" # to exact = eisen # vertaling was eerst 'nauwkeurig object op frames' -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Object op frames eisen" # is dit te lang? -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Animatievooruitblik-modus:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Vooruitblik schalen:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Verklein de geanimeerde vooruitblik (in %)" # frame-frequentie -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Framesnelheid:" # frame-frequentie -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Framesnelheid te gebruiken voor de geanimeerde vooruitblik in frames/sec" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Kopiëren naar videobuffer:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1949,29 +1946,29 @@ "Alle losse frames van de geanimeerde vooruitblik opslaan in de videobuffer. " "(geconfigureerd in gimprc door video-paste-dir en video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Standaard" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Alle parameters terugzetten naar standaard waarden" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Bewegingspad geanimeerde vooruitblik" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Opties" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Genereren geanimeerde vooruitblik mislukt" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1984,7 +1981,7 @@ "in de afbeelding:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1993,20 +1990,20 @@ "Geen pad gevonden in de afbeelding:\n" "'%s'" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Padpunten laden uit bestand" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Padpunten opslaan in bestand" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Huidig punt: [ %3d ] van [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2017,7 +2014,7 @@ "bestandsnaam: '%s'\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2029,7 +2026,7 @@ "(is geen geldig controlepunt bestand)" # bronbericht: extra ':' achter %s overbodig? -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2041,36 +2038,36 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Bronafbeelding/-laag:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Bronobject om in de doelframes binnen het framebereik in te voegen" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Modus:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Schildermodus" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Stapmodus:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "Hoe de volgende bronlaag bij het volgende bewerkte frame op te halen" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Snelheidsfactor:" @@ -2082,7 +2079,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2093,15 +2090,15 @@ "bij elke tweede stap van het doelframe." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Handvat:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Hoe de bronlaag te plaatsen op de controlepuntcoördinaten" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2110,11 +2107,11 @@ "maakt de sleutelkleur transparant." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Bewegingspad Bluebox sleutelkleur" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2122,17 +2119,17 @@ "voor het bluebox filter" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Volglaag" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Een additionele volglaag aanmaken in alle behandelde frames" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "TraceOpacity1:" @@ -2144,14 +2141,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Initiële ondoorzichtigheid van de volglaag" # ondoorzichtigheid #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "TraceOpacity2:" @@ -2163,13 +2160,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Afname van ondoorzichtigheid van de volglaag" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Tussenstappen:" @@ -2181,7 +2178,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2196,7 +2193,7 @@ # opacity: Dekking? #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "TussenOpacity1:" @@ -2208,13 +2205,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Aanvankelijke ondoorzichtigheid van de tussenlaag" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "TussenOpacity2:" @@ -2226,21 +2223,21 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Afname ondoorzichtigheid van de tussenlaag" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Controlepunten bewerken" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Controlepunt aan eind toevoegen. Het laatste controlepunt wordt gedupliceerd." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2249,35 +2246,35 @@ "ankerpunten van het huidige pad uit de afbeelding vanwaaruit 'Bewegingspad' " "werd aangeroepen" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Controlepunt invoegen. Het huidige controlepunt wordt gedupliceerd." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Huidige controlepunt wissen" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Vorige controlepunt tonen" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Volgende controlepunt tonen" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Eerste controlepunt tonen" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Laatste controlepunt tonen" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Het huidige controlepunt instellen op standaard waarden" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2285,7 +2282,7 @@ "Alle controlepunten instellen op standaard waarden, maar het pad (X/Y-" "waarden) niet veranderen" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2295,15 +2292,15 @@ "1." # verwijderen -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Alle controlepunten wissen" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Controlepunten laden uit bestand" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Controlepunten opslaan in bestand" @@ -2317,7 +2314,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Eerst bewerkte doel-frame" @@ -2331,13 +2328,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Laatste bewerkte doel-frame" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Laagstapel:" @@ -2349,7 +2346,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2358,32 +2355,32 @@ "betekent bovenaan / aan de voorkant" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Zichtbaarheid afdwingen" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Zichtbaarheid afdwingen voor alle gekopieerde bronlagen" # bijsnijden #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Naar frame snijden" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Alle gekopieerde bronlagen snijden naar de grenzen van het doelframe" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Afmeting, doorschijnendheid en rotatie aanpassen" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Breedte:" @@ -2396,13 +2393,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Breedte van bronlaag schalen in procent" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Hoogte:" @@ -2415,11 +2412,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Hoogte van bronlaag schalen in procent" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Beeldverhouding behouden" @@ -2428,8 +2425,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Ondoorzichtigheid:" @@ -2441,13 +2438,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Ondoorzichtigheid van bronlaag intellen in procent" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Draaien:" @@ -2459,18 +2456,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Bronlaag draaien (in graden)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Transformatiefactor X/Y voor de vier hoeken" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2482,13 +2479,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Transformatiefactor voor de x-coördinaat van de linker bovenhoek" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2500,13 +2497,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Transformatiefactor voor de y-coördinaat van de linker bovenhoek" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2518,13 +2515,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Transformatiefactor voor de x-coördinaat van de rechter bovenhoek" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2536,13 +2533,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Transformatiefactor voor de y-coördinaat van de rechter bovenhoek" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2554,7 +2551,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Transformatiefactor voor de x-coördinaat van de linker benedenhoek" @@ -2562,7 +2559,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2574,13 +2571,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Transformatiefactor voor de y-coördinaat van de linker benedenhoek" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2592,7 +2589,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Transformatiefactor voor de x-coördinaat van de rechter benedenhoek" @@ -2604,36 +2601,36 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Transformatiefactor voor de y-coördinaat van de rechter benedenhoek" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Selectie negeren (in alle bron-afbeeldingen)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Selectie gebruiken (van initiële bron-afbeelding)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Selecties gebruiken (van alle bron-afbeeldingen)" # Engels spelfout: Selction #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Beeldpunt-selectie" # hoe om te gaan met -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Hoe selecties worden behandeld in de bron-afbeelding" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Zachtheid-straal van selectie:" @@ -2645,7 +2642,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Zachtheid-straal in beeldpunten (voor gladmaken van selectie(s))" @@ -2653,31 +2650,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "X-coördinaat" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Y-coördinaat" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Sleutelframe:" @@ -2689,41 +2686,41 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Controlepunt aan sleutelframe-nummer bevestigen, waarbij 0 == geen " "sleutelframe" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Schalen en aanpassen" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspectief" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Behandeling selectie" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Padlijn kleurenkiezer" # De kleur selecteren die wordt gebruikt om padlijnen # mee te tekenen in de vooruitblik -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "De kleur selecteren waarme padlijnen worden getekend in de vooruitblik" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Pad" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2732,37 +2729,37 @@ "bewegen met de rechtermuisknop" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Cursor" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Kruisdraad tonen" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Raster" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Bronlaag tonen als rasterlijnen" # onmiddellijk toepassen # gelijk toepassen #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Direct toepassen" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "De vooruitblik automatisch bijwerken" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Frame:" @@ -2776,27 +2773,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Te tonen frame als de knop: 'Verversen' ingedrukt wordt" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "Kan niet werken met huidige controlepunt- of sleutelframe-instellingen" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Stel sleutelframes opnieuw in" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Controle van beweginspad van controlepunt" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Fouten:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3168,52 +3165,52 @@ "\n" "FOUT: aangeroepen vanuit een enkele afbeelding, maar videoframe is benodigd" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Bestandsnaam naar laag..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Modus om gehele of gedeeltelijke bestandsnaam te kiezen" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Lettertype-naam:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Lettertype-naam selecteren)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Lettergrootte:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Lettergrootte in beeldpunten" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Positie X-verschuiving in beeldpunten" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Positie Y-verschuiving in beeldpunten" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Antialias:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Antialias gebruiken" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Laag aanmaken:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3222,11 +3219,11 @@ "UIT: Op actieve drawable tekenen." # huh? -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Render-bestandsnaam naar laag" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Instellingen :" @@ -4728,17 +4725,17 @@ msgid "Rotate Follow" msgstr "Draai volg" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Laag/Ondoorzichtigheid van laag instellen..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" "Nieuwe ondoorzichtigheid waarbij 0 transparant betekent en 100.0 " "ondoorzichtig" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4746,11 +4743,11 @@ "Modus stelt de ondoorzichtigheid in of past de oude waarde aan door " "optellen, aftrekken of vermenigvuldigen van de gegeven nieuwe waarde" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Alle parameters resetten naar oorspronkelijke waarden" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Ondoorzichtigheid van laag instellen" diff -uraN gimp-gap-2.0.1/po/nn.gmo gimp-gap-2.0.2/po/nn.gmo --- gimp-gap-2.0.1/po/nn.gmo 2004-04-30 21:01:10.000000000 +0200 +++ gimp-gap-2.0.2/po/nn.gmo 2004-05-10 21:26:53.000000000 +0200 @@ -7,7 +7,7 @@  " $% #'&  ( !)AdditionAuthor:CenterColorContinueCopyCutDarken OnlyDate:DifferenceDissolveExtension:File already existsFormatHeight:HueInsert PointLighten OnlyLoopMode:MultiplyName:NoneNormalNumber of ColorsNumber:OpenOptionsOverlayOverwrite AllRight BottomRight TopSaturationScreenSelectSettingsSubtractValueValue:Width:Project-Id-Version: gimp-plugins 1.2.2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2000-09-07 20:17+02:00 Last-Translator: Kjartan Maraas Language-Team: Norwegian (Nynorsk) diff -uraN gimp-gap-2.0.1/po/nn.po gimp-gap-2.0.2/po/nn.po --- gimp-gap-2.0.1/po/nn.po 2004-04-30 21:00:54.000000000 +0200 +++ gimp-gap-2.0.2/po/nn.po 2004-05-10 21:26:41.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp-plugins 1.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2000-09-07 20:17+02:00\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian (Nynorsk)\n" @@ -186,7 +186,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 #, fuzzy @@ -202,7 +202,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 #, fuzzy @@ -346,7 +346,7 @@ msgstr "Nytt spel (nummerert) ..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "B&lå:" @@ -358,7 +358,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -456,7 +456,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Førehandsvising" @@ -1634,288 +1634,288 @@ msgid "No selected layer in start frame" msgstr "Fjern ramme" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Oppløys" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multipliser" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Skjerm" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Overtrekk" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Modus:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "B&lå:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Skilnad" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Legg til" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Trekk frå" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Gjer berre mørkare" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Gjer berre lysare" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Nyanse" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Metting" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Farge" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Verdi" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Lim inn-modus" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 #, fuzzy msgid "Left Top" msgstr "Venstre Opp" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 #, fuzzy msgid "Left Bottom" msgstr "Venstre knapp" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Høgre topp" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Høgre botn" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Sentrert" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Repeter" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 #, fuzzy msgid "Loop Reverse" msgstr "Omvendt repetisjon" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 #, fuzzy msgid "Once" msgstr "sidan" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Omvendt" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "Ping" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Ingen" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 #, fuzzy msgid "Frame Loop" msgstr "Øvre rammekantlinje" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 #, fuzzy msgid "Frame Loop Reverse" msgstr "Rammeeigenskapar ..." -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 #, fuzzy msgid "Frame Once" msgstr "Frankrike" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Name=Reversi" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Ramma flyt" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 #, fuzzy msgid "Frame None" msgstr "Rammekjelde" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 #, fuzzy msgid "Move Path" msgstr "Mbox-sti" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 #, fuzzy msgid "Source Select" msgstr "Kjeldefil" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Skriftinnstillingar" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 #, fuzzy msgid "Object on empty frames" msgstr "Knyt tekstrammer saman" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 #, fuzzy msgid "Object on one frame" msgstr "Knyt tekstrammer saman igjen" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Knyt tekstrammer saman igjen" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Førehandsvis kart" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Aktiver førehandsvising" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 #, fuzzy msgid "Framerate:" msgstr "Format:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Kopier til mappe" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Val" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "Opprettar indeks ..." -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1924,29 +1924,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Last nivå frå fil" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Lagra til fil" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1954,7 +1954,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1962,7 +1962,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1971,38 +1971,38 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Modus:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 #, fuzzy msgid "Paintmode" msgstr "Lim inn-modus" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 #, fuzzy msgid "Stepmode:" msgstr "Hopp over" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2014,7 +2014,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2022,43 +2022,43 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 #, fuzzy msgid "Handle:" msgstr "Overskrift:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Transparens" @@ -2071,13 +2071,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Transparens" @@ -2090,13 +2090,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2108,7 +2108,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2118,7 +2118,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Transparens" @@ -2131,13 +2131,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Transparens" @@ -2150,83 +2150,83 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Slett alle fullførte oppføringar i hugselista?" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Slett bok" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Førre oppføring" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Vis neste brikke" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Vis Java-konsoll" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Vis Java-konsoll" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Slett bok" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Slett alle fullførte oppføringar i hugselista?" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Last nivå frå fil" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Lagra til fil" @@ -2241,7 +2241,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Fornamn:" @@ -2256,14 +2256,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Siste hand: " #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 #, fuzzy msgid "Layerstack:" msgstr "Lagdeling" @@ -2276,40 +2276,40 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Synleg bokmerke" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 #, fuzzy msgid "Clip To Frame" msgstr "Last ramme om att" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Breidd:" @@ -2321,13 +2321,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Høgd:" @@ -2340,11 +2340,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Samantrekking" @@ -2354,8 +2354,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 #, fuzzy msgid "Opacity:" msgstr "Transparens" @@ -2368,13 +2368,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 #, fuzzy msgid "Rotate:" msgstr "Roter" @@ -2387,18 +2387,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2410,13 +2410,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2428,13 +2428,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2446,13 +2446,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2464,13 +2464,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2482,7 +2482,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2490,7 +2490,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2502,13 +2502,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2520,7 +2520,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2532,34 +2532,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Merk alle meldingane" @@ -2572,7 +2572,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2580,33 +2580,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "Koordinatar" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Koordinatar" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 #, fuzzy msgid "Keyframe:" msgstr "Brukarnamn:" @@ -2619,75 +2619,75 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Rammesett %d" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "Start-posisjon" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Mbox-sti" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Ramme" @@ -2702,29 +2702,29 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 #, fuzzy msgid "Reset Keyframes" msgstr "Endra storleiken på siste ramme" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 #, fuzzy msgid "Errors:" msgstr "Feil" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3052,66 +3052,66 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "" -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Roter" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Merk alle meldingane" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Slett overføring" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Fjern lag" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Innstillingar" @@ -4522,25 +4522,25 @@ msgid "Rotate Follow" msgstr "Roter ned" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/no.gmo gimp-gap-2.0.2/po/no.gmo --- gimp-gap-2.0.1/po/no.gmo 2004-04-30 21:01:10.000000000 +0200 +++ gimp-gap-2.0.2/po/no.gmo 2004-05-10 21:26:53.000000000 +0200 @@ -32,7 +32,7 @@ :'E'M'P'b'Y0rk/C[gUme^v* >8\<,I(P]7"hq5dp!H w1Xb|S T}{Rcn6so?E9B4ZWVz'Qx2f=+AGylLJtai$KN ).j3u&FM ~-#`_ O;@:%D/Filters/Filter all Layers.../Video/Delete Frames.../Video/Duplicate Frames.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Exchange Frame.../Video/Frames Convert.../Video/Frames Flatten.../Video/Frames Modify.../Video/Frames Resize.../Video/Frames to Image.../Video/Move Path.../Video/Split Image to Frames.../Video/Split Video to Frames/Any XANIM readable.../Video/VCR Navigator.../Xtns/Split Video to Frames/Any XANIM readable...Add PointAdditionAnim PreviewAuthor:Basename:Bitrate:Blurb:Case sensitiveCenterClip To FrameClipped to bottom layerClipped to imageColorContinueConvert Frames to IndexedConvert SettingsConvert to GrayConvert to IndexedConvert to RGBCopyCopy moving source-layer(s) into framesCopyright:Create Multilayer-Image from FramesCustom PaletteCutDarken OnlyDate:Delete All PointsDelete Frames (%ld/%ld)Delete Layers in FramesDelete PointDifferenceDissolveDither OptionsDuplicate Frames (%ld/%ld)Duplicating frames...Enter ValuesError: could not rename frame %ld to %ldError: could not save frame %sErrors:Expand as necessaryExtension:Extract AudioExtract FramesFile already existsFirst PointFirst handled frameFlatten FramesFlatten:Flattened imageFloyd-Steinberg Color Dithering (Normal)Floyd-Steinberg Color Dithering (Reduced Color Bleeding)FormatFrame LoopFrame Loop ReverseFrame NoneFrame OnceFramenames:Framenumber of 1st frame to extractFrames ModifyFrames to ImageFrom Frame:Function to be performed on all selected layersFunction:GAP QuestionGen + EncodeHandle:Height:Help:HueImagetype:In:Insert PointInverse Order:Invert SelectionJpeg Quality:Keep TypeKeyframe:Last PointLast handled frameLayer Mergemode:Layerstack:Left BottomLeft TopLighten OnlyLoopLoop ReverseMake backup of the image after each stepMode:Move PathMove Path Animated PreviewMove Path ControlpointcheckMultiplyN times:N-Shift:Name:New Height:New Width:Next PointNo Color DitheringNoneNormalNumber of ColorsNumber:Object on empty framesObject on one frameOffset X:Offset Y:OnceOpacity:OpenOptionsOut:Outputfile:OverlayOverwrite AllOverwrite FramePaintmodePalette TypePalette and Dither SettingsPattern:Positioned Color DitheringPress ButtonPrev PointRemove UnusedReset KeyframesRight BottomRight TopRotate FollowRotate:Run asynchronouslySaturationSave As IsSave FlattenedScreenSearch by BlurbSearch by NameSelectSelect Frame RangeSelect Pattern:SettingsSource Image/Layer:Source SelectSplit Image into FramesSplit SettingsStepmode:SubtractTo Frame:Use Black/White (1-Bit) PaletteUse Custom PaletteValueValue:Video:WEB PaletteWidth:X:XANIM InformationY:Project-Id-Version: achtung 1.2.2 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2002-02-01 00:05+0100 Last-Translator: Kjartan Maraas Language-Team: Norwegian diff -uraN gimp-gap-2.0.1/po/no.po gimp-gap-2.0.2/po/no.po --- gimp-gap-2.0.1/po/no.po 2004-04-30 21:00:55.000000000 +0200 +++ gimp-gap-2.0.2/po/no.po 2004-05-10 21:26:41.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: achtung 1.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2002-02-01 00:05+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -182,7 +182,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -197,7 +197,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -339,7 +339,7 @@ msgstr "Lag ny nummerering for bildesekvens..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Blurb:" @@ -351,7 +351,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -449,7 +449,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Forhåndsvisning av animasjon" @@ -1619,276 +1619,276 @@ msgid "No selected layer in start frame" msgstr "Slett lag i enkeltbilder" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Oppløs" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multipliser" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Skjerm" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Overlegg" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Modus:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Blurb:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Differanse" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Addisjon" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Subtraksjon" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Kun mørkere" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Kun lysere" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Glød" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Metning" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Farge" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Verdi" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Tegnemodus" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Venstre Øverst" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Venstre Nederst" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Høyre Øverst" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Høyre Nederst" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Senter" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Løkke" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Revers løkke" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Én gang" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Én gang revers" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "Ping-pong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Ingen" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Ramme i løkke" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Ramme i revers løkke" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Ramme én gang" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Ramme én gang revers" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Ramme ping-pong" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Ramme ingen" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Flytt sti" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "Generer animert forhåndsvisning som et bilde med flere lag" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Kopier bevegelig kildelag til rammer" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Velg kilde" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Innstillinger for konvertering" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objekt på tomme rammer" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objekt på én ramme" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Eksakt objekt på rammer" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Forhåndsvisningsmodus for animasjon" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Skalering av forhåndsvisning" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Nullstill aktivt kontrollpunkt til utgangsverdier" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr " Forhåndsvis! " -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Alternativer" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "Forhåndsvisning av animert forhåndsvisning feilet\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1897,29 +1897,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Les kontrollpunkter fra fil" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Lagre kontrollpunkter til fil" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1927,7 +1927,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1935,7 +1935,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1944,36 +1944,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Kilde bilde/lag:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Modus:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Tegnemodus" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Stegmodus:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1985,7 +1985,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1993,42 +1993,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Håndtak:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Ugjennomsiktighet:" @@ -2041,13 +2041,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Ugjennomsiktighet:" @@ -2060,13 +2060,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2078,7 +2078,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2088,7 +2088,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Ugjennomsiktighet:" @@ -2101,13 +2101,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Ugjennomsiktighet:" @@ -2120,84 +2120,84 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Vis første kontrollpunkt" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Nullstill aktivt kontrollpunkt til utgangsverdier" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Slett aktivt kontrollpunkt" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Vis forrige kontrollpunkt" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Vis neste kontrollpunkt" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Vis første kontrollpunkt" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Vis siste kontrollpunkt" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Nullstill aktivt kontrollpunkt til utgangsverdier" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Slett alle kontrollpunkter" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Les kontrollpunkter fra fil" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Lagre kontrollpunkter til fil" @@ -2212,7 +2212,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Første håndterte bilde" @@ -2227,14 +2227,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Siste håndterte bilde" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Layerstack:" @@ -2246,41 +2246,41 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Tving synlighet" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "Tvungen synlighet for alle kopierte kildelag" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Klipp til bilde" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "Klipp alle kopierte kildelag ved rammegrense" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Bredde:" @@ -2292,14 +2292,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "Prosentvis ugjenommsiktighet for kildelag" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Høyde:" @@ -2312,12 +2312,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "Prosentvis ugjenommsiktighet for kildelag" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Begrensningsrate" @@ -2327,8 +2327,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Ugjennomsiktighet:" @@ -2340,14 +2340,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "Prosentvis ugjenommsiktighet for kildelag" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Roter:" @@ -2359,18 +2359,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2382,13 +2382,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2400,13 +2400,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2418,13 +2418,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2436,13 +2436,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2454,7 +2454,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2462,7 +2462,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2474,13 +2474,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2492,7 +2492,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2504,34 +2504,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Velg rammeområde" @@ -2544,7 +2544,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2552,33 +2552,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "X-koordinat" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Y-koordinat" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Skalering" @@ -2590,75 +2590,75 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Endre bilder" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "Posisjonert dithering av farger" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Flytt sti" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Til bilde:" @@ -2673,29 +2673,29 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "Ramme som skal vises når UpdPreview tykkes" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "Nullstill aktivt kontrollpunkt til utgangsverdier" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Nullstill nøkkelbilder" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Flyttall" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Feil:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3011,67 +3011,67 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Video/Enkeltbilder til bilde..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Roter:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Velg rammeområde" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Slett lag" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Endre navn på lag" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Innstillinger" @@ -4443,27 +4443,27 @@ msgid "Rotate Follow" msgstr "Rotering følger" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Enkeltbilder - slett lag..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Nullstill aktivt kontrollpunkt til utgangsverdier" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Sett lag til lenket" diff -uraN gimp-gap-2.0.1/po/pl.gmo gimp-gap-2.0.2/po/pl.gmo --- gimp-gap-2.0.1/po/pl.gmo 2004-04-30 21:01:11.000000000 +0200 +++ gimp-gap-2.0.2/po/pl.gmo 2004-05-10 21:26:53.000000000 +0200 @@ -46,7 +46,7 @@ (program=%s)failed to overwrite %s (check permissions ?)failed to write %s (check permissions ?)frames are not extracted, because overwrite of %s was cancelledgenerate MPEG1 (ISO/IEC 11172-2) streamgenerate MPEG2 (ISO/IEC DIS 13818-2) streamvideofile %s not existent or empty Project-Id-Version: gimp-std-plugins Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2002-03-29 13:07+0100 Last-Translator: GNOME PL Team Language-Team: Polish diff -uraN gimp-gap-2.0.1/po/pl.po gimp-gap-2.0.2/po/pl.po --- gimp-gap-2.0.1/po/pl.po 2004-04-30 21:00:56.000000000 +0200 +++ gimp-gap-2.0.2/po/pl.po 2004-05-10 21:26:42.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: gimp-std-plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2002-03-29 13:07+0100\n" "Last-Translator: GNOME PL Team \n" "Language-Team: Polish \n" @@ -189,7 +189,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -204,7 +204,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -357,7 +357,7 @@ msgstr "Przenumerowywanie sekwencji..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Opis:" @@ -369,7 +369,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -467,7 +467,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Podgląd animacji" @@ -1707,203 +1707,203 @@ msgid "No selected layer in start frame" msgstr "Brak zaznaczonej warstwy w ramce początkowej" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Zwykłe" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Przenikanie" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Iloczyn" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Ekran" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Pokrywanie" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Tryb:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Opis:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Różnica" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Suma" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Odejmij" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Tylko ciemniejsze" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Tylko jaśniejsze" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Odcień" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Nasycenie" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Kolor" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Wartość" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Tryb malowania" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Lewy górny" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Lewy dolny" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Prawy górny" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Prawy dolny" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Środek" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Pętla" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Odwrócona pętla" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Jeden raz" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Odwrócony jeden raz" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "Ping-Pong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Brak" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Pętla ramek" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Odwrócona pętla ramek" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Ramka jeden raz" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Ramka odwrócony jeden raz" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Ping-Pong ramek" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Brak ramek" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Ścieżka ruchu" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 #, fuzzy msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Wyświetla podgląd ramki z zaznaczoną warstwą źródłową w bieżącym punkcie " "kontrolnym" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "Utworzenie podglądu animacji jako obrazu wielowarstwowego" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Kopiowanie ruchomych warstw źródłowych do ramek" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Wybór źródła" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Konwersja ustawień" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 #, fuzzy msgid "" "No source image was selected.\n" @@ -1912,50 +1912,50 @@ "Nie wybrano obrazu źródłowego.\n" "Otwórz drugi obraz tego samego typu przed otwarciem ścieżki ruchu." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Obiekt w pustych ramkach" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Obiekt w jednej ramce" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Wymuszony obiekt w ramkach" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Tryb podglądu animacji" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Skalowanie podglądu" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Skalowanie rozmiaru utworzonego podglądu animacji (w %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Tempo ramkowe:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Tempo ramkowe wykorzystywane przy tworzeniu podglądu animacji w ramkach na " "sekundę" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Kopiowanie do bufora video" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 #, fuzzy msgid "" "Save all single frames of animated preview to video buffer.(configured in " @@ -1964,31 +1964,31 @@ "Zapisuje wszystkie pojedyncze ramki animowanego podglądu do bufora video\n" "(konfigurowalne w gimprc przez video-paste-dir oraz video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Przywraca domyślne wartości bieżącego punktu kontrolnego" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Animowany podgląd ścieżki ruchu" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Opcje" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "Utworzenie animowanego podglądu nie powiodło się\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1997,29 +1997,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Wczytuje punkty ścieżki z pliku" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Zapisuje punkty ścieżki do pliku" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktualny punkt: [ %3d ] z [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2027,7 +2027,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2035,7 +2035,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2044,31 +2044,31 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Obraz źródłowy:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 #, fuzzy msgid "Source object to insert into destination frames of the specified range" msgstr "Obiekt źródłowy wstawiany do zakresu ramek" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Tryb:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Tryb malowania" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Tryb kroku:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 #, fuzzy msgid "How to fetch the next source layer at the next handled frame" msgstr "" @@ -2076,7 +2076,7 @@ #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2088,7 +2088,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2096,44 +2096,44 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Uchwyt:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "" "Sposób umieszczania warstwy źródłowej od współrzędnych punktu kontrolnego" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Nieprzepuszczalność:" @@ -2146,13 +2146,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Nieprzepuszczalność:" @@ -2165,13 +2165,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2183,7 +2183,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2193,7 +2193,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Nieprzepuszczalność:" @@ -2206,13 +2206,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Nieprzepuszczalność:" @@ -2225,67 +2225,67 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Wyświetla pierwszy punkt kontrolny" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 #, fuzzy msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Dodaje punkt kontrolny na końcu\n" "(ostatni punkt kontrolny jest duplikowany)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "Wstawia punkt kontrolny\n" "(bieżący punkt kontrolny zostanie zduplikowany)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Usuwa bieżący punkt kontrolny" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Wyświetla poprzedni punkt kontrolny" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Wyświetla następny punkt kontrolny" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Wyświetla pierwszy punkt kontrolny" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Wyświetla ostatni punkt kontrolny" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Przywraca domyślne wartości bieżącego punktu kontrolnego" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 #, fuzzy msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " @@ -2294,7 +2294,7 @@ "Przywraca domyślne wartości wszystkich punktów kontrolnych, ale nie zmienia " "ścieżki (wartości X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 #, fuzzy msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " @@ -2304,17 +2304,17 @@ "ścieżki.\n" "(Shift: wykorzystuje obrót punktu kontrolnego 1 jako przesunięcie)" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Usuń wszystkie punkty kontrolne" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Wczytaj punkty kontrolne z pliku" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Zapisz punkty kontrolne do pliku" @@ -2329,7 +2329,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Pierwsza zmieniana ramka" @@ -2344,14 +2344,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Ostatnia zmieniana ramka" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Stos warstw:" @@ -2363,7 +2363,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2373,34 +2373,34 @@ "0 oznacza wierzchołek, tj. przód" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Wymuszona widoczność" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "Wymusza widoczność wszystkich skopiowanych warstw źródłowych" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Przycięcie do ramki" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "Przycinanie wszystkich skopiowanych warstw źródłowych do granic ramki" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Szerokość:" @@ -2412,14 +2412,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "Skalowanie szerokości warstwy źródłowej w procentach" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Wysokość:" @@ -2432,12 +2432,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "Skalowanie wysokości warstwy źródłowej w procentach" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Zachowanie proporcji" @@ -2447,8 +2447,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Nieprzepuszczalność:" @@ -2460,14 +2460,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "Nieprzepuszczalność warstwy źródłowej w procentach" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Obrót:" @@ -2479,19 +2479,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "Obrót warstwy źródłowej (w stopniach)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2503,13 +2503,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2521,13 +2521,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2539,13 +2539,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2557,13 +2557,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2575,7 +2575,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2583,7 +2583,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2595,13 +2595,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2613,7 +2613,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2625,34 +2625,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Wybór zakresu ramek:" @@ -2665,7 +2665,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2673,33 +2673,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "Współrzędna X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Współrzędna X" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Ramka kluczowa:" @@ -2711,43 +2711,43 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 #, fuzzy msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Ustawia punkt kontrolny na numer ramki kluczowej\n" "(0 == brak ramki kluczowej)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Modyfikacja ramek" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "Pozycyjne ditherowanie koloru" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Ścieżka ruchu" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 #, fuzzy msgid "" "Show path lines and enable pick/drag with left button or move with right " @@ -2757,35 +2757,35 @@ "przyciskiem lub przesuwanie prawym" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Do ramki:" @@ -2800,31 +2800,31 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "Ramka wyświetlana po wciśnięciu \"Odśwież podgląd\"" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Nie można operować na ustawieniach bieżącego punktu kontrolnego lub ramki " "kluczowej" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Zresetuj ramki kluczowe" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Przeniesienie punktu kontrolnego ścieżki" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Błędy:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3203,67 +3203,67 @@ "\n" "BŁĄD: wywołany z pojedynczego obrazu, wymagana ramka animacji" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Video/Ramki do obrazu..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Obrót:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Wybór zakresu ramek:" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Usunięcie warstw" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Przemianowanie warstw" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Ustawienia" @@ -4711,27 +4711,27 @@ msgid "Rotate Follow" msgstr "Obrót do ścieżki" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Usuń warstwy w ramkach..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Przywraca domyślne wartości bieżącego punktu kontrolnego" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Ustawienie warstw jako podłączonych" diff -uraN gimp-gap-2.0.1/po/pt.gmo gimp-gap-2.0.2/po/pt.gmo --- gimp-gap-2.0.1/po/pt.gmo 2004-04-30 21:01:11.000000000 +0200 +++ gimp-gap-2.0.2/po/pt.gmo 2004-05-10 21:26:54.000000000 +0200 @@ -228,7 +228,7 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: 2.6 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2004-03-08 22:00+0000 Last-Translator: Duarte Loreto Language-Team: Portuguese diff -uraN gimp-gap-2.0.1/po/pt.po gimp-gap-2.0.2/po/pt.po --- gimp-gap-2.0.1/po/pt.po 2004-04-30 21:00:57.000000000 +0200 +++ gimp-gap-2.0.2/po/pt.po 2004-05-10 21:26:42.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2004-03-08 22:00+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -190,7 +190,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -204,7 +204,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -347,7 +347,7 @@ msgstr "Renumerar Frames 2ª Passagem" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "CaixaAzul" @@ -358,7 +358,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Cor chave:" @@ -460,7 +460,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Antevisão" @@ -1633,196 +1633,196 @@ msgid "No selected layer in start frame" msgstr "Nenhuma camada seleccionada na frame inicial" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Dissolver" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiplicar" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Ecrã" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Sobreposição" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Modo" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Descrição:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Diferença" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Adição" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Subtracção" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Apenas Escurecer" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Apenas Clarear" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Matiz" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturação" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Cor" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Valor" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Modo Pintura" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Topo Esquerdo" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Fundo Esquerdo" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Topo Direito" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Fundo Direito" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centro" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Ciclo" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Ciclo Inverso" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Uma Vez" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Uma Vez Inversa" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Pingue Pongue" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Nenhum" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Ciclo Frames" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Ciclo Frames Inverso" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Frame Única" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Frame Uma Vez Inversa" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Frame Pingue Pongue" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Frame Nula" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Caminho Movimento" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Mostrar antevisão de frame com camada origem seleccionada no ponto de " "controlo actual" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Gerar antevisão animada como imagem multi-camada" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Copiar movendo camada(s)-origem para frames" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Selecção Origem" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Configurações Avançadas" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1830,44 +1830,44 @@ "Não foi seleccionada nenhuma imagem de origem.\n" "Abra uma 2ª imagem do mesmo tipo antes de abrir 'Caminho Movimento'" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objecto em frames vazias" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objecto numa frame" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Objecto exacto em frames" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Modo Antevisão Anim:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Escalar Antevisão:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Reduzir a escala da antevisão animada gerada (em %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Taxa Frame:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Taxa frames a utilizar na antevisão animada em frames/seg" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Copiar para Buffer Vídeo:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1875,29 +1875,29 @@ "Gravar todas as frames únicas de antevisão animada para o buffer de vídeo. " "(configurado no gimprc por video-paste-dir e video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Omissão" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Repor todos os parâmetros nos valores por omissão" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Antevisão Animada Caminho Movimento" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Opções" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Falha ao gerar antevisão animada" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1910,7 +1910,7 @@ "na Imagem:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1919,20 +1919,20 @@ "Nenhum caminho encontrado na imagem:\n" "'%s'" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Ler Pontos de Caminho de Ficheiro" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Gravar Pontos de Caminho para Ficheiro" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Ponto Actual: [ %3d ] de [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1943,7 +1943,7 @@ "ficheiro: '%s'\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1954,7 +1954,7 @@ "ficheiro: '%s'\n" "(Não é um ficheiro de pontos de controlo válido)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1966,37 +1966,37 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Imagem/Camada Origem:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" "Objecto de origem a inserir nas frames de destino no intervalo especificado" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Modo:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Modo Pintura" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Modo Passo:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "Como obter a camada origem seguinte na próxima frame manipulada" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Factor Velocidade:" @@ -2008,7 +2008,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2019,15 +2019,15 @@ "efectuado apenas a cada 2ª frame destino." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Manipular:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Como colocar a camada Origem nas coordenadas do ponto de controlo" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2036,11 +2036,11 @@ "torna a cor chave transparente." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Caminho Movimento Cor Chave CaixaAzul" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2048,18 +2048,18 @@ "caixaazul" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Camada a acompanhar" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" "Criar uma camada adicional de acompanhamento em todas as frames menipuladas" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "Opacidade Acompanhamento 1:" @@ -2071,13 +2071,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Opacidade inicial da camada de acompanhamento" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "Opacidade Acompanhamento 2:" @@ -2089,13 +2089,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Opacidade descendente da camada de acompanhamento" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Passos Intermédios:" @@ -2107,7 +2107,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2121,7 +2121,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "OpacidadeEntre1:" @@ -2133,13 +2133,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Opacidade inicial da camada intermédia" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "OpacidadeEntre2:" @@ -2151,21 +2151,21 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Opacidade descendente da camada intermédia" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Editar Pontos de Controlo" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Adicionar ponto de controlo no final. O último ponto de controlo é duplicado." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2174,35 +2174,35 @@ "pontos âncora do caminho actual da imagem de onde 'Mover Caminho' foi " "invocado" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Inserir ponto de controlo. O ponto de controlo actual é duplicado." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Remover ponto de controlo actual" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Mostrar ponto de controlo anterior" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Mostrar ponto de controlo seguinte" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Mostrar primeiro ponto de controlo" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Mostrar último ponto de controlo" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Repor valores por omissão no ponto de controlo actual" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2210,7 +2210,7 @@ "Repor valores por omissão em todos os pontos de controlo mas não alterar o " "caminho (valores X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2219,15 +2219,15 @@ "caminho. Manter primida a tecla shift para utilizar rotação do ponto de " "controlo 1 como deslocamento." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Remover todos os pontos de controlo" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Ler pontos de controlo de ficheiro" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Gravar pontos de controlo para ficheiro" @@ -2241,7 +2241,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Primeira frame destino manipulada" @@ -2255,13 +2255,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Última frame destino manipulada" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Pilha Camadas:" @@ -2273,7 +2273,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2282,32 +2282,32 @@ "de camada 0 significa no topo, isto é, na frente" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Forçar Visibilidade" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Forçar visibilidade para todas as camadas origem copiadas" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Fixar À Frame" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" "Fixar todas as camadas origem copiadas nos limites das frames de destino" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Alterar Tamanho da Opacidade e Rotação" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Largura:" @@ -2319,13 +2319,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Escalar largura das camada origem, em percentagem" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Altura:" @@ -2338,11 +2338,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Escalar altura das camada origem, em percentagem" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Rácio de aparência limitado" @@ -2351,8 +2351,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacidade:" @@ -2364,13 +2364,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Definir a opacidade da camada origem, em percentagem" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rodar:" @@ -2382,18 +2382,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Rodar camada origem (em graus)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Factores de transformação X/Y para os 4 cantos" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2405,13 +2405,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Factor de transformação para a coordenada X do canto superior esquerdo" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2423,13 +2423,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Factor de transformação para a coordenada Y do canto superior esquerdo" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2441,13 +2441,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Factor de transformação para a coordenada X do canto superior direito" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2459,13 +2459,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Factor de transformação para a coordenada Y do canto superior direito" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2477,7 +2477,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Factor de transformação para a coordenada X do canto inferior esquerdo" @@ -2485,7 +2485,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2497,13 +2497,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Factor de transformação para a coordenada Y do canto inferior esquerdo" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2515,7 +2515,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Factor de transformação para a coordenada X do canto inferior direito" @@ -2527,34 +2527,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Factor de transformação para a coordenada Y do canto inferior direito" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Ignorar selecção (em todas as imagens origem)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Utilizar selecção (da imagem origem inicial)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Utilizar selecções (de todas as imagens origem)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Gestão de Selecção de Pixel" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Como gerir selecções na imagem origem" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Raio da Selecção de Esbatimento" @@ -2566,7 +2566,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Raio de esbatimento em pixels (para selecções mais suaves)" @@ -2574,31 +2574,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "Coordenada X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Coordenada Y" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Frame-chave:" @@ -2610,41 +2610,41 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Fixar ponto de controlo para número de frame-chave onde 0 == nenhuma frame-" "chave" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Escalar e Alterar" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspectiva" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Gestão de Selecção" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Selector de Cores de Linha de Caminho" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" "Seleccione a cor que é utilizada para desenhar linhas de caminhos na " "antevisão" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Caminho" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2653,35 +2653,35 @@ "mover com o botão direito" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Cursor" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Mostrar mira de cursor" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Grelha" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Mostrar camada origem como grelha" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Aplicar Instantaneamente" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Actualizar automaticamente a antevisão" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Frame:" @@ -2695,28 +2695,28 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Frame a mostrar ao primir o botão 'Actualizar'" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Incapaz de operar com ponto de controlo actual ou definições de frame-chave" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Repor Frames-chave" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Verificar Pontos Controlo de Caminho Movimento" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Erros:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3086,54 +3086,54 @@ "\n" "ERRO: executado a partir de imagem única, necessária frame vídeo" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Vídeo/Nome Ficheiro para Camada..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" "Modos para seleccionar nomes inteiros de ficheiros ou apenas parte do nome " "de ficheiro" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Nome Fonte:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Seleccionar Nome Fonte)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Tamanho Fonte:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Tamanho da fonte em pixels" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Posição deslocamento-X em pixels" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Posição deslocamento-Y em pixels" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Antialias:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Utilizar antialias" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Criar Camada:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3141,11 +3141,11 @@ "ACTIVO: Criar nova camada.\n" "INACTIVO: Renderizar na tela activa." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Renderizar Nome Ficheiro para Camada" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Definições :" @@ -4599,15 +4599,15 @@ msgid "Rotate Follow" msgstr "Rodar Acompanhado" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Vídeo/Camada/Definir Opacidade da Camada..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "Novo valor de opacidade onde 0 é transparente e 100,0 é opaco" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4615,11 +4615,11 @@ "Modos definem a opacidade ou alteram o valor de opcidade antigo adicionando, " "subtraindo ou multiplicando pelo novo valor especificado" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Repor todos os Parâmetros nos Valores por Omissão" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Definir Opacidade da Camada" diff -uraN gimp-gap-2.0.1/po/pt_BR.gmo gimp-gap-2.0.2/po/pt_BR.gmo --- gimp-gap-2.0.1/po/pt_BR.gmo 2004-04-30 21:01:11.000000000 +0200 +++ gimp-gap-2.0.2/po/pt_BR.gmo 2004-05-10 21:26:54.000000000 +0200 @@ -107,7 +107,7 @@ you can get xanim exporting edition at: Project-Id-Version: gimp-gap.HEAD Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2004-04-30 20:46+0200 Last-Translator: João S. O. Bueno Language-Team: Brazilian Portuguese diff -uraN gimp-gap-2.0.1/po/pt_BR.po gimp-gap-2.0.2/po/pt_BR.po --- gimp-gap-2.0.1/po/pt_BR.po 2004-04-30 20:46:55.000000000 +0200 +++ gimp-gap-2.0.2/po/pt_BR.po 2004-05-10 21:26:43.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp-gap.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2004-04-30 20:46+0200\n" "Last-Translator: João S. O. Bueno \n" "Language-Team: Brazilian Portuguese \n" @@ -191,7 +191,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -205,7 +205,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -353,7 +353,7 @@ msgstr "Renumerar Quadros, Segunda Passagem" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Caixa Azul:" @@ -364,7 +364,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Cor Chave:" @@ -466,7 +466,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Pré-visualização" @@ -1653,199 +1653,199 @@ msgid "No selected layer in start frame" msgstr "Nenhuma camada selecionada no quadro inicial" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Dissolver" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiplicar" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Esconder" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Sobrepor" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Modo:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Descrição:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Diferença" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Adição" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Subtração" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Somente Escurecer" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Somente Clarear" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Matiz" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Saturação" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Cor" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Valor" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Modo de Pintura" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Superior-Esquerdo" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Inferior-Esquerda" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Superior-Direito" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Inferior-Direito" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Centro" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Repetir" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Repetir Invertido" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Uma vez" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Uma vez Invertido" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Pingue-Pongue" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Nenhum" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Repetir Quadros" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Repetir Quadros Invertidos" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Quadros - Uma Vez" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Quadros - Uma Vez Invertida" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Pingue-Pongue de Quadros" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 #, fuzzy msgid "Frame None" msgstr "Quadro - Nenhum" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Animar ao Longo de Caminho" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Mostrar quadro de pré-visualização com camada fonte selecionada no ponto de " "controle atual" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Criar pre-visualização animada como imagem de multiplas camadas" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Copiar a(s) camada(s)-origem em movimento para os quadros" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Selecione a Origem" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Configurações Avançadas" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 #, fuzzy msgid "" "No source image was selected.\n" @@ -1855,48 +1855,48 @@ "(Por favor, abra uma 2a. imagem do mesmo tipo antes de abrir Animar ao Londo " "de Caminho)." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objeto em quadros vazios" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objeto em um quadro" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Objeto exato nos quadros" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Modo da Pré-Visualização Anim." -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Dimensão da Pré-Visualização:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Diminui o tamanho da pré-visualização animada gerada (em %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Taxa de Quadros:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Taxa de Quadros que será usada na pré-visualização animada, em quadros/" "segundo" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Copiar para Buffer de Vídeo" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1904,29 +1904,29 @@ "Salvar todas os quadros da pré-visualização animada para o buffer de vídeo " "(configurado no gimprc por video-paste-dir evideo-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Padrão" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Restaurar todos os parâmetros para os valores padrões" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Pré-Visualização Animada de 'Mover ao Longo de Caminho'" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Opções" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Falha ao gerar pré-visualização animada." -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1939,7 +1939,7 @@ "na Imagem:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1948,20 +1948,20 @@ "Nenhum vetor encontrado na imagem:\n" "'%s'" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Carregar Pontos de Vetor de Arquivo" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Salvar Pontos de Vetor em Arquivo" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Ponto atual: [ %3d ] de [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1972,7 +1972,7 @@ "nome de arquivo: '%s'\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1983,7 +1983,7 @@ "nome de arquivo: '%s'\n" "(não é um arquivo válido de pontos de controle)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1995,37 +1995,37 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Imagem/Camada de Origem:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Objeto a ser inserido na faixa de quadros especificada" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Modo:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Modo de Pintura" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Modo de Passo:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" "Como obter a próxima camada de origem no próximo quadro a ser manipulado" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Fator de Velocidade" @@ -2037,7 +2037,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2048,15 +2048,15 @@ "será avançado um quadro na origem para cada dois quadros no destino." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Manipular:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Como colocar a Camada de Origem nas coordenadas do ponto de controle" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2065,11 +2065,11 @@ "caixa azul transforma a cor chave em transparente" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Cor Chave de Caixa Azul para Mover ao Longo de Caminho" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2077,17 +2077,17 @@ "caixa azul" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Camada de Rastro" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Cria uma camada adicional de rastro em todos os quadros manipulados" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Opacidade do rastro 1:" @@ -2100,13 +2100,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Opacidade inicial da camda de rastro" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Opacidade de Rastro 2:" @@ -2119,13 +2119,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Opacidade descendente da camada de rastro" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "PassosEntre" @@ -2137,7 +2137,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2151,7 +2151,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "OpacidadeEntre 1:" @@ -2163,13 +2163,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Opacidade Inicial da Camada Entre" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "OpacidadeEntre2:" @@ -2181,20 +2181,20 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Opacidade descendente da Camada Entre" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Exibe primeiro ponto de controle" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Adicionar ponto de controle ao final. O último ponto será duplicado." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2203,36 +2203,36 @@ "pontos de âncora do vetor corrente da imagem de onde 'Mover ao Longo de " "Caminho' foi invocado." -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Inserir ponto de controle. O ponto atual será duplicado." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Remover o ponto de controle atual" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Mostra o ponto de controle anterior" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Mostra o próximo ponto de controle" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Mostra o primeiro ponto de controle" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Exibe o último ponto de controle" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Restaura o ponto de controle atual para os valores padrões" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 #, fuzzy msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " @@ -2241,7 +2241,7 @@ "Restaura todos os pontos de controle para os valores padrões mas não alterar " "o caminho (valores X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 #, fuzzy msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " @@ -2250,17 +2250,17 @@ "Definir a rotação para todos os pontos de controle para seguir o formato\n" "do caminho. (Shift: use rotação do ponto de controle 1 como offset)" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Excluir ponto de controle atual" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Carregar pontos de controle a partir do arquivo" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Salvar pontos de controle no arquivo" @@ -2275,7 +2275,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "primeiro quadro manipulado" @@ -2290,14 +2290,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "último quadro manipulado" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Pilha de camadas:" @@ -2309,7 +2309,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2319,34 +2319,34 @@ "0 significa no topo, isto é, na frente" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Forçar particionamento?" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "Forçar visibilidade para todas as camadas de origem copiadas" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Fixar ao quadro" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "Fixar todas as camadas de origem copiadas nos limites dos quadros" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Largura:" @@ -2358,14 +2358,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "Largura da camada de origem de escala em porcentagem" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Altura:" @@ -2378,12 +2378,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "Dimensionar altura da camada de origem em porcentagem" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Taxa de limitação" @@ -2393,8 +2393,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacidade:" @@ -2406,13 +2406,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Opacidade da camada de origem em porcentagem" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotacionar:" @@ -2424,19 +2424,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "Rotacionar camada de origem (em graus)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2448,13 +2448,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2466,13 +2466,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2484,13 +2484,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2502,13 +2502,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2520,7 +2520,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2528,7 +2528,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2540,13 +2540,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4" @@ -2558,7 +2558,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2570,34 +2570,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Selecionar alcance de quadro" @@ -2610,7 +2610,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2618,33 +2618,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "Coordenada X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Coordenada Y" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Quadros de vídeo:" @@ -2656,43 +2656,43 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 #, fuzzy msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Corrigir ponto de controle para número de Keyframe\n" "(0 == Nenhum Keyframe)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Modificação de quadros" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "Mistura de cores posicionada" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Mover caminho" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 #, fuzzy msgid "" "Show path lines and enable pick/drag with left button or move with right " @@ -2702,35 +2702,35 @@ "mover com o botão direito" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "Para o quadro:" @@ -2745,31 +2745,31 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "Quadro a ser mostrado quando botão de pré-visualização é acionado" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Restaurar o ponto de controle atual\n" "para os valores padrões" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Restaurar para padrões" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Exibe ultimo ponto de controle" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Erro" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3146,67 +3146,67 @@ "\n" "ERRO: executado a partir de uma imagem simples, quadro de animação necessário" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Vídeo/Quadros para imagem..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Girar:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Selecionar alcance de quadro" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Excluir camada(s)" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Renomear camada(s)" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Configurações" @@ -4652,27 +4652,27 @@ msgid "Rotate Follow" msgstr "Rotacionar:" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Vídeo/Quadros/Exclui camadas de quadros..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Restaurar o ponto de controle atual para os valores padrões" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Ajustar camada(s) ligada(s)" diff -uraN gimp-gap-2.0.1/po/ru.gmo gimp-gap-2.0.2/po/ru.gmo --- gimp-gap-2.0.1/po/ru.gmo 2004-04-30 21:01:11.000000000 +0200 +++ gimp-gap-2.0.2/po/ru.gmo 2004-05-10 21:26:54.000000000 +0200 @@ -40,7 +40,7 @@ (program=%s)failed to overwrite %s (check permissions ?)failed to write %s (check permissions ?)frames are not extracted, because overwrite of %s was cancelledgenerate MPEG1 (ISO/IEC 11172-2) streamgenerate MPEG2 (ISO/IEC DIS 13818-2) streamvideofile %s not existent or empty Project-Id-Version: Gimp-plugin-1.1.21+ Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2001-11-18 22:04+03:00 Last-Translator: Valek Filippov Language-Team: Russian diff -uraN gimp-gap-2.0.1/po/ru.po gimp-gap-2.0.2/po/ru.po --- gimp-gap-2.0.1/po/ru.po 2004-04-30 21:00:58.000000000 +0200 +++ gimp-gap-2.0.2/po/ru.po 2004-05-10 21:26:43.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Gimp-plugin-1.1.21+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2001-11-18 22:04+03:00\n" "Last-Translator: Valek Filippov \n" "Language-Team: Russian \n" @@ -181,7 +181,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -196,7 +196,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -349,7 +349,7 @@ msgstr "Перенумерация последовательности кадров..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Аннотация:" @@ -361,7 +361,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -459,7 +459,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Просмотр анимации" @@ -1693,249 +1693,249 @@ msgid "No selected layer in start frame" msgstr "В начальном кадре нет выделенного слоя" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Нормальное" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Растворение" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Умножение" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Экран" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Перекрывание" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Режим:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Аннотация:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Разница" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Добавление" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Вычитание" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Замена темным" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Замена светлым" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Тон" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Насыщенность" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Цвет" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Яркость" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Режим рисования" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Левый верхний" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Левый нижний" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Правый верхний" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Правый нижний" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Центр" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Цикл" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Обратный цикл" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Один" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Один назад" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "Пинг-Понг" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Никакой" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Цикл кадра" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Обратный цикл кадра" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Единственный кадр" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Один кадр назад" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Пинг-Понг кадров" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Нет кадра" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Переместить путь" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 #, fuzzy msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Показать кадр просмотра с выбранным исх.слоем в текущей управляющей точке." -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "Создать просмотр анимации как многослойное изображение" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Скопировать движущиеся исходные слои в кадры" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Выбор источника" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Настройки преобразования" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Объект в пустых кадрах" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Объект в одном кадре" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Объект в одном кадре" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Режим просмотра анимации" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Масштаб просмотра" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Уменьшение размера создаваемого просмотра анимации (в %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Скорость кадров:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Скорость кадров, используемая в просмотре анимации в кадрах/сек" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Скопировать в видеобуфер" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 #, fuzzy msgid "" "Save all single frames of animated preview to video buffer.(configured in " @@ -1944,31 +1944,31 @@ "Сохранить все одиночные кадры просмотра анимации в видеобуфере\n" "(настраивается в gimprc указанием video-paste-dir и video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Сбросить текущую контрольную точку в исходное значение" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Параметры" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "Не удалось создать просмотр анимации\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1977,29 +1977,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Загрузить точки пути из файла" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Сохранить точки пути в файле" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Текущая точка: [ %3d ] [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2007,7 +2007,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2015,7 +2015,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -2024,37 +2024,37 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Исходное изображение/слой:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 #, fuzzy msgid "Source object to insert into destination frames of the specified range" msgstr "Исходный объект для вставки в диапазон кадров" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Режим:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Режим рисования" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Пошаговый режим:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -2066,7 +2066,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2074,43 +2074,43 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Обработка:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "Как помещать исх.слой в координатах управляющей точки" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Непрозрачность:" @@ -2123,13 +2123,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Непрозрачность:" @@ -2142,13 +2142,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2160,7 +2160,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2170,7 +2170,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Непрозрачность:" @@ -2183,13 +2183,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Непрозрачность:" @@ -2202,67 +2202,67 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Показать первую контрольную точку" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 #, fuzzy msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Добавить контрольную точку в конец\n" "(последняя точка дублируется)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "Вставить контрольную точку\n" "(текущая точка дублируется)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Удалить текущую контрольную точку" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Показать пред. контрольную точку" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Показать след. контрольную точку" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Показать первую контрольную точку" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Показать последнюю контрольную точку" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Сбросить текущую контрольную точку в исходное значение" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 #, fuzzy msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " @@ -2271,7 +2271,7 @@ "Сбросить все управляющие точки до исходных значений но не изменять путь (X/Y " "значения)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 #, fuzzy msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " @@ -2280,17 +2280,17 @@ "Установить вращение для всех управляющих точек чтобы следовать форме пути.\n" "(Shift: использовать вращение 1-ой управляющей точки как смещение)" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Удалить все контрольные точки" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Загрузить контрольные точки из файла" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Сохранить контрольные точки в файле" @@ -2305,7 +2305,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Первый обрабатываемый кадр" @@ -2320,14 +2320,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Последний обрабатываемый кадр" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Стопка слоев:" @@ -2339,7 +2339,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2349,34 +2349,34 @@ "0 означает сверху, т.е. спереди " #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Принудительная видимость" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "Принудительная видимость для всех скопированных исх.слоев" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Обрезать по кадру" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "Обрезать все копируемые Исх-Слои по границам кадра" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Ширина:" @@ -2388,14 +2388,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "Масштаб ширины исходного слоя в процентах" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Высота:" @@ -2408,12 +2408,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "Масштаб высоты исходного слоя в процентах" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "Сохранять пропорции" @@ -2423,8 +2423,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Непрозрачность:" @@ -2436,14 +2436,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "Непрозрачность исходного слоя в процентах" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Вращение:" @@ -2455,19 +2455,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "Поворот исходного слоя (в градусах)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2479,13 +2479,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2497,13 +2497,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2515,13 +2515,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2533,13 +2533,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2551,7 +2551,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2559,7 +2559,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2571,13 +2571,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2589,7 +2589,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2601,34 +2601,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Выбрать диапазон кадров" @@ -2641,7 +2641,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2649,33 +2649,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "X-координата" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Y-координата" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Ключевой кадр:" @@ -2687,43 +2687,43 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 #, fuzzy msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Фиксировать управляющую точку по номеру\n" "ключевого кадра (0 == нет ключевого кадра)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Изменение кадров" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 #, fuzzy msgid "Pathline Color Picker" msgstr "Позиционное смешивание цветов" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Переместить путь" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 #, fuzzy msgid "" "Show path lines and enable pick/drag with left button or move with right " @@ -2733,35 +2733,35 @@ "перемещение с помощью правой кнопки мыши" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "До кадра:" @@ -2776,31 +2776,31 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "Кадр, демонстрируемый когда нажата кнопка \"Обнов. просмотр\"" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Невозможно работать с текущими настройками\n" "контрольной точки или ключевого кадра" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Сбросить ключевые кадры" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Ошибки:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3173,67 +3173,67 @@ "\n" "ОШИБКА: вызвано с одиночным изображением, требуются анимированные кадры" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Видео/Кадры в изображение..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Вращение:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Выбрать диапазон кадров" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Удалить слой(и)" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Переименовать слой(и)" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Настройки" @@ -4671,27 +4671,27 @@ msgid "Rotate Follow" msgstr "Следующее вращение" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Видео/Удалить слой кадра..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Сбросить текущую контрольную точку в исходное значение" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Сделать слой(и) связанным(и)" diff -uraN gimp-gap-2.0.1/po/sk.gmo gimp-gap-2.0.2/po/sk.gmo --- gimp-gap-2.0.1/po/sk.gmo 2004-04-30 21:01:12.000000000 +0200 +++ gimp-gap-2.0.2/po/sk.gmo 2004-05-10 21:26:54.000000000 +0200 @@ -223,7 +223,7 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp2-gap-1.3.25 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2004-03-13 19:57+0100 Last-Translator: Zdenko Podobný Language-Team: Slovak diff -uraN gimp-gap-2.0.1/po/sk.po gimp-gap-2.0.2/po/sk.po --- gimp-gap-2.0.1/po/sk.po 2004-04-30 21:00:59.000000000 +0200 +++ gimp-gap-2.0.2/po/sk.po 2004-05-10 21:26:44.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gimp2-gap-1.3.25\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2004-03-13 19:57+0100\n" "Last-Translator: Zdenko Podobný \n" "Language-Team: Slovak \n" @@ -185,7 +185,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -199,7 +199,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -341,7 +341,7 @@ msgstr "Prečíslovať snímky druhá fáza" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluebox" @@ -352,7 +352,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Kľúčová farba:" @@ -452,7 +452,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Náhľad" @@ -1627,196 +1627,196 @@ msgid "No selected layer in start frame" msgstr "Nie je zvolená žiadna vrstva v počiatočnej snímke" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normálne" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Rozpustenie" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Vynásobiť" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Obrazovka" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Prekrytie" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Režim:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Záložka:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Rozdiely" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Súčet" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Rozdiel" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Len stmavnutie" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Len zosvetlenie" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Odtieň" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Sýtosť" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Farba" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Jas" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Režim kreslenia" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Ľavý horný" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Ľavý dolný" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Pravý horný" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Pravý dolný" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "V strede" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Slučka" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Spätná slučka" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Raz" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Raz dozadu" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "Tam a späť" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Žiadna" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Snímka slučky" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Snímka spätnej slučky" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Snímka raz" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Snímka raz dozadu" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "Snímka tam a späť" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Snímka ničoho" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Cesta presunu" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Zobraziť náhľad snímky so zvolenou zdrojovou vrstvou v aktuálnom riadiacom " "bode" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Generovať animovaný náhľad ako viacvrstvový obrázok" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Kopírovať presun zdrojovej vrstvy do snímok" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Výber zdroja:" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Pokročilé nastavenia" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1825,44 +1825,44 @@ "Otvorte prosím druhý obrázok toho istého typu pred otvorením 'Presunúť " "cestu'." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objekt v prázdnych snímkach" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objekt v jednej snímke" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Presné objekty na snímkach" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Režim náhľadu animácie:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Zmena veľkosti náhľadu:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Zmenšiť veľkosť generovaného animovaného náhľadu (v %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Frekvencia snímok:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "Frekvencia snímok v animovanom náhľade v snímkach/sekundu" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Kopírovať do video zásobníka:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1870,29 +1870,29 @@ "Uložiť všetky jednotlivé snímky animovaného náhľadu do video zásobníka. " "(nastavené v gimprc pomocou video-paste-dir a video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Štandard" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Nastaviť všetky parametre na štandardné hodnoty" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Cesta posunu animovaného náhľadu" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Možnosti" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Generovanie animovaného náhľadu zlyhalo" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1905,7 +1905,7 @@ "v obrázku:\n" "'%s'" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1914,20 +1914,20 @@ "V obrázku nebola nájdená cesta:\n" "'%s'" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Načítať body cesty zo súboru" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Uložiť body cesty do súboru" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktuálny bod: [ %3d ] z [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1938,7 +1938,7 @@ "názov súboru '%s'\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1949,7 +1949,7 @@ "názov súboru '%s'\n" "(nie je platný súbor riadiacich bodov)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1961,37 +1961,37 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Zdrojový obrázok/vrstva:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Zdrojový objekt na vloženie do určeného rozsahu cieľových snímok" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Režim:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Režim kreslenia" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Režim krokovania:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" "Spôsob vyvolania nasledujúcej zdrojovej vrstvy na ďalšej spracovávanej snímke" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Činiteľ rýchlosti:" @@ -2003,7 +2003,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2014,15 +2014,15 @@ "druhej cielovej snímke." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Ovládanie:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Spôsob umiestnenia zdrojovej vrstvy na súradnice riadiaceho bodu" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2031,11 +2031,11 @@ "farbu priesvitnou." #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Presunúť cestu kľúčovej farby Bluebox" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2043,17 +2043,17 @@ "bluebox" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -2065,13 +2065,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -2083,13 +2083,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2101,7 +2101,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2111,7 +2111,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -2123,13 +2123,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2141,20 +2141,20 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Upraviť riadiace body" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Pridať riadiaci bod na koniec. Posledný bod je zduplikovaný." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2162,35 +2162,35 @@ "Odstráni všetky riadiace body a nahradí ich kópiou kotviacich bodov " "aktuálnej cesty z obrázku, z ktorého bolo volané 'MovePath'" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Vložiť riadiaci bod. Aktuálny bod je zduplikovaný." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Zmazať aktuálny riadiaci bod" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Zobraziť predchádzajúci bod" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Zobraziť nasledujúci riadiaci bod" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Zobraziť prvý riadiaci bod" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Zobraziť posledný riadiaci bod" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Nastaví aktuálny riadiaci bod na štandardnú hodnotu" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2198,7 +2198,7 @@ "Nastaví všetky riadiace body na štandardné hodnoty, ale nezmení cestu " "(hodnoty X/Y)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2206,15 +2206,15 @@ "Nastaví otočenie pre všetky riadiace body, aby sledovali tvar cesty. Stlačte " "kláves Shift pre použije otočenia riadiaceho bodu 1 ako posunu." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Zmazať všetky riadiace body" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Načítať riadiace body zo súboru" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Uložiť riadiace body do súboru" @@ -2228,7 +2228,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Prvá spracovávaná cieľová snímka" @@ -2242,13 +2242,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Posledná spracovávaná cieľová snímka" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Zásobník vrstiev:" @@ -2260,7 +2260,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2269,31 +2269,31 @@ "navrch, t.j. dopredu" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Vnútiť viditeľnosť" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Vnútiť viditeľnosť všetkým kopírovaným zdrojovým vrstvám" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Orezať podľa snímky" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Orezať všetky kopírované zdrojové vrstvy podľa okrajov snímky" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Upraviť veľkosť, krytie a otočenie" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Šírka:" @@ -2305,13 +2305,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Prepočítať šírky zdrojovej vrstvy v percentách" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Výška:" @@ -2324,11 +2324,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Prepočítať výšky zdrojovej vrstvy v percentách" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Vynútiť pomer" @@ -2337,8 +2337,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Krytie:" @@ -2350,13 +2350,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Nastaviť krytie zdrojovej vrstvy v percentách" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Otočiť:" @@ -2368,18 +2368,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Otočenie zdrojovej vrstvy (v stupňoch)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Transformačné faktory X/Y pre 4 rohy" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2391,13 +2391,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Transformačný faktor pre súradnicu X ľavého horného rohu" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2409,13 +2409,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Transformačný faktor pre súradnicu Y ľavého horného rohu" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2427,13 +2427,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Transformačný faktor pre súradnicu X pravého horného rohu" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2445,13 +2445,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Transformačný faktor pre súradnicu Y pravého horného rohu" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2463,7 +2463,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Transformačný faktor pre súradnicu X ľavého dolného rohu" @@ -2471,7 +2471,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2483,13 +2483,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Transformačný faktor pre súradnicu Y ľavého dolného rohu" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2501,7 +2501,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Transformačný faktor pre súradnicu X pravého dolného rohu" @@ -2513,34 +2513,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Transformačný faktor pre súradnicu Y pravého dolného rohu" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Ignorovať výber (vo všetkých zdrojových obrázkoch)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Použiť výber (z počiatočného zdrojového obrázka)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Použiť výber (zo všetkých zdrojových obrázkov)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Obsluha výberu bodov" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Ako obsluhovať výbery v zdrojovom obrázku" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Polomer zaoblenia výberu:" @@ -2552,7 +2552,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Polomer zaoblenia v bodoch (pre vyhladenie výberu)" @@ -2560,31 +2560,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "Súradnica X" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Súradnica Y" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Kľúčová snímka:" @@ -2596,39 +2596,39 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Upevnenie riadiaceho bodu podľa čísla kľúčovej snímky, kde 0 == bez kľúčovej " "snímky" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Zmeniť mierku a upraviť" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspektíva" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Obsluha výberu" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Výber farby čiary cesty" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "Vyberte farbu, ktorá sa používa pre kreslenie čiar cesty v náhľade" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Cesta" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2637,35 +2637,35 @@ "pravým tlačítkom" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Kurzor" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Zobraziť kríž kurzora" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Mriežka" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Zobraziť zdrojovú vrstvu ako čiary mriežky" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Okamžité použitie" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Automaticky aktualizovať náhľad" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Snímka:" @@ -2679,29 +2679,29 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Snímka, ktorá sa zobrazí, ak je stlačené tlačítko 'Aktualizovať'" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Nie je možné pracovať s aktuálnym riadiacim bodom alebo nastaveniami " "kľúčových snímok" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Obnoviť kľúčové snímky" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Kontrola riadiacich bodov cesty presunu" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Chyby:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3072,52 +3072,52 @@ "\n" "CHYBA: volané z jedného obrázku, vyžadované sú video snímky" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Snímky do vrstvy..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Režim pre výber názvu súboru alebo len jeho časti" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Názov písma:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Vybrať názov písma)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Veľkosť písma:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Veľkosť písma v bodoch" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Posun umiestnenie X v bodoch" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Posun umiestnenie Y v bodoch" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Vyhladzovanie:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Použiť vyhladzovanie" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Vytvoriť vrstvu:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3125,11 +3125,11 @@ "ZAPNUTÉ: Vytvoriť novú vrstvu.\n" "VYPNUTÉ Generovať na aktívny cieľ." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Generovať názov súboru do vrstvy" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Nastavenia :" @@ -4571,25 +4571,25 @@ msgid "Rotate Follow" msgstr "Sledovať otočenie" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Nastaviť krytie vrstvy..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "nová hodnota krytia, kde0 je priehľadná a 100 je plné krytie" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Nastaviť všetky parametre na štandardné hodnoty" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Nastaviť krytie vrstvy" diff -uraN gimp-gap-2.0.1/po/sl.gmo gimp-gap-2.0.2/po/sl.gmo --- gimp-gap-2.0.1/po/sl.gmo 2004-04-30 21:01:12.000000000 +0200 +++ gimp-gap-2.0.2/po/sl.gmo 2004-05-10 21:26:54.000000000 +0200 @@ -3,7 +3,7 @@ EO    /Filters/Filter all Layers.../Video/Encode/MPEG1.../Video/Encode/MPEG2.../Video/Split Video to Frames/Any XANIM readable.../Xtns/Split Video to Frames/Any XANIM readable...HueNoneNumber of ColorsSaturationValueX:Y:Project-Id-Version: 1.1.23 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2002-04-01 17:42+0200 Last-Translator: Miha Tomšič Language-Team: Language-Team: Slovenian diff -uraN gimp-gap-2.0.1/po/sl.po gimp-gap-2.0.2/po/sl.po --- gimp-gap-2.0.1/po/sl.po 2004-04-30 21:00:59.000000000 +0200 +++ gimp-gap-2.0.2/po/sl.po 2004-05-10 21:26:44.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: 1.1.23\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2002-04-01 17:42+0200\n" "Last-Translator: Miha Tomšič \n" "Language-Team: Language-Team: Slovenian /Video/Filename to Layer..." msgstr "/Filtri/Filtriraj vse sloje..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "" @@ -4223,25 +4223,25 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/sr.gmo gimp-gap-2.0.2/po/sr.gmo --- gimp-gap-2.0.1/po/sr.gmo 2004-04-30 21:01:12.000000000 +0200 +++ gimp-gap-2.0.2/po/sr.gmo 2004-05-10 21:26:54.000000000 +0200 @@ -220,7 +220,7 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp-gap Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2004-02-20 07:05+0100 Last-Translator: Данило Шеган Language-Team: Serbian (sr) diff -uraN gimp-gap-2.0.1/po/sr.po gimp-gap-2.0.2/po/sr.po --- gimp-gap-2.0.1/po/sr.po 2004-04-30 21:01:00.000000000 +0200 +++ gimp-gap-2.0.2/po/sr.po 2004-05-10 21:26:45.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gimp-gap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2004-02-20 07:05+0100\n" "Last-Translator: Данило Шеган \n" "Language-Team: Serbian (sr) \n" @@ -188,7 +188,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -202,7 +202,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -344,7 +344,7 @@ # #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Плава кутија" @@ -355,7 +355,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Боја кључа:" @@ -458,7 +458,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Преглед" @@ -1650,196 +1650,196 @@ msgid "No selected layer in start frame" msgstr "Слој није изабран у почетном кадру" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Обично" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Утопи" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Умножи" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Платно" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Преклапање" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Режим" # -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Опис:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Разлика" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Додавање" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Одузимање" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Само тамније" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Само светлије" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Нијанса" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Засићење" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Боја" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Вредност" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Начин сликања" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Горе лево" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Доле лево" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Горе десно" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Доле десно" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Средина" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Кружно" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Кружно уназад" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Једном" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Једном уназад" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "ПингПонг" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "ништа" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Кадар у круг" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Кадар у круг уназад" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Кадар једном" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Кадар једном уназад" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "ПингПонг кадра" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Ништа за кадар" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Премести путању" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Прикажи преглед кадра са изабраним изворним слојем у текућој контролној тачки" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Образуј анимирани преглед као вишеслојну слику" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Умножи покретне изворне слојеве у кадрове" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Избор извора" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Напредна подешавања" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1847,46 +1847,46 @@ "Није изабрана изворна слика.\n" "Молим отворите другу слику исте врсте пре премештања путање." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Објекат у празним кадровима" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Објекат у једном кадру" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Тачан објекат у кадровима" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Режим прегледа анимације:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Размера прегледа:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Умањи величину образованог прегледа анимације (у постотцима)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Брзина кадрова:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Брзина кадрова која се користи за анимирани преглед као број кадрова по " "секунди" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Умножи у видео спремник:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1894,29 +1894,29 @@ "Сачувај све појединачне кадрове анимираног прегледа у видео спремник " "(подешен у gimprc помоћу video-paste-dir и video-paste-basename)." -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Подразумевано" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Врати све параметре на подразумеване вредности" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Премести путању анимираног прегледа" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Опције" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Неуспешно образовање анимираног прегледа" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1929,7 +1929,7 @@ "у слици:\n" "„%s“" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1938,20 +1938,20 @@ "Путања није нађена у слици:\n" "„%s“" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Учитај тачке путање из датотеке" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Сачувај тачке путање у датотеку" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Текућа тачка: [ %3d ] од [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1962,7 +1962,7 @@ "са контролним тачкама: „%s“\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1973,7 +1973,7 @@ "са контролним тачкама: „%s“\n" "(неисправна датотека са контролном тачкама)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1985,36 +1985,36 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Изворна слика/слој:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Изворни објекат за уметање у одредишне кадрове наведеног опсега" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Начин:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Начин сликања" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Начин корака:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "Како да добави наредни изворни слој у следећем обрађеном кадру" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Чинилац брзине:" @@ -2026,7 +2026,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2037,15 +2037,15 @@ "корака одредишног кадра." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Руковање:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Како да смести изворни слој на координате контролне тачке" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2055,11 +2055,11 @@ # bug: ??? #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Премести путању плавокутијске кључне боје" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2067,18 +2067,18 @@ "филтера" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Слој за праћење" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Образуј додатни слој за праћење у свим обрађеним кадровима" # #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "НепровидностПраћења1:" @@ -2090,14 +2090,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Почетна непровидност слоја за праћење" # #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "НепровидностПраћења2:" @@ -2109,13 +2109,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Завршна непровидност слоја за праћење" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Међукораци:" @@ -2128,7 +2128,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2142,7 +2142,7 @@ # #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "НепровидностМеђукорака1:" @@ -2154,14 +2154,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Почетна непровидност међуслоја" # #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "НепровидностМеђукорака2:" @@ -2173,21 +2173,21 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Завршна непровидност међуслоја" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Уреди контролне тачке" # -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Додај контролну тачку на крај. Последња тачка се удвостручује." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2195,36 +2195,36 @@ "Уклони све контролне тачке, и замени их копијом свих везних тачака текуће " "путање, из слике из које је позвано премештање путање" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Уметни контролну тачку. Удвостручује се текућа тачка." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Избриши текућу контролну тачку" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Прикажи претходну контролну тачку" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Прикажи следећу контролну тачку" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Прикажи прву контролну тачку" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Прикажи последњу контролну тачку" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Врати подразумеване вредности текуће контролне тачке" # bug: dont -> don't -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2233,7 +2233,7 @@ "Y вредности)" # bug: contolpoint -> controlpoint -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2241,15 +2241,15 @@ "Постави да ротација свих контролних тачака прати облик путање. Држите " "притиснут тастер Shift да користите ротацију 1. контролне тачке као померај." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Избриши све контролне тачке" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Учитај контролне тачке из датотеке" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Сачувај контролне тачке у датотеку" @@ -2263,7 +2263,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Први обрађени одредишни кадар" @@ -2277,13 +2277,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Последњи обрађени одредишни кадар" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Наслага слојева:" @@ -2295,7 +2295,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2304,31 +2304,31 @@ "0 значи на врх, тј. испред" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Присили видљивост" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Присили видљивост за све умножене изворне слојеве" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Исеци према кадру" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Исеци све умножене изворне слојеве према границама кадра" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Измени величину, провидност и ротацију" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Ширина:" @@ -2340,13 +2340,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Размери ширину изворног кадра као постотак" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Висина:" @@ -2359,11 +2359,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Размери висину изворног кадра као постотак" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Ограничи однос ширине и висине" @@ -2373,8 +2373,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Непровидност:" @@ -2387,14 +2387,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Непровидност изворног слоја као постотак" # #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Ротирај:" @@ -2406,18 +2406,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Ротирај изворни слој (у степенима)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Коефицијенти трансформације X/Y за 4 темена" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2429,13 +2429,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Коефицијент трансформације за X координату горњег левог темена" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2447,13 +2447,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Коефицијент трансформације за Y координату горњег левог темена" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2465,13 +2465,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Коефицијент трансформације за X координату горњег десног темена" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2483,13 +2483,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Коефицијент трансформације за Y координату горњег десног темена" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2501,7 +2501,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Коефицијент трансформације за X координату доњег левог темена" @@ -2509,7 +2509,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2521,13 +2521,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Коефицијент трансформације за Y координату доњег левог темена" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2539,7 +2539,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Коефицијент трансформације за X координату доњег десног темена" @@ -2551,35 +2551,35 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Коефицијент трансформације за Y координату доњег десног темена" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Занемари избор (у свим изворним сликама)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Користи избор (из почетне изворне слике)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Користи изборе (из свих изворних слика)" # Selction -> Selection #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Баратање избором тачке" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Како баратати изборима у изворној слици" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Изаберите полупречник размазивања:" @@ -2591,7 +2591,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Полупречник размазивања као број тачка (за дотеривање избора)" @@ -2599,31 +2599,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "X координата" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Y координата" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Кључни кадар:" @@ -2635,40 +2635,40 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Утврди контролну тачку уз број кључног кадра, где 0 значи да нема кључног " "кадра" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Размери и измени" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Перспектива" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Баратање избором" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Избирач боје за линију путање" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" "Изаберите боју која ће се користити за исцртавање линија путање у прегледу" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Путања" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2677,36 +2677,36 @@ "премештање помоћу десног дугмета миша" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Курзор" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Прикажи крстић курзора" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Межа" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Прикажи изворни слој као мрежу линија" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Брза примена" # -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Сам освежи преглед" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Кадар:" @@ -2720,28 +2720,28 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Кадар који се приказује по притиску на дугме за освежавање прегледа" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Не могу да радим са текућим подешавањем контролне тачке или кључног кадра" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Врати кључне кадрове" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Премести путању на проверу контролне тачке" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Грешке:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3115,54 +3115,54 @@ "\n" "Грешка: покренут са једне слике, али је обавезан анимирани кадар" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Видео/Датотека у слој..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Режими за избор целог имена или само делова имена датотеке" # -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Име фонта:" # bug: ")"??? #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Изаберите име фонта" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Величина фонта:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Величина фонта у тачкама" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Водораван померај положаја у тачкама" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Усправан померај положаја у тачкама" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Омекшавање:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Користи омекшавање ивица" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Образуј слој:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3170,11 +3170,11 @@ "Укључено: образуј нови слој.\n" "Искључено: исцртај на активном цртежу." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Исцртај датотеку на слој" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Подешавања:" @@ -4633,16 +4633,16 @@ msgid "Rotate Follow" msgstr "Прати ротацију" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Видео/Слој/Постави провидност слоја..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" "Нова вредност провидности где 0 представља провидно, а 100.0 непровидно" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4650,11 +4650,11 @@ "Режими постављају или мењају провидност додавањем, одузимањем или множењем " "новоунете вредности" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Врати све параметре на подразумеване вредности" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Постави провидност слоја" diff -uraN gimp-gap-2.0.1/po/sr@Latn.gmo gimp-gap-2.0.2/po/sr@Latn.gmo --- gimp-gap-2.0.1/po/sr@Latn.gmo 2004-04-30 21:01:12.000000000 +0200 +++ gimp-gap-2.0.2/po/sr@Latn.gmo 2004-05-10 21:26:55.000000000 +0200 @@ -229,7 +229,7 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp-gap Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2004-02-20 07:05+0100 Last-Translator: Danilo Šegan Language-Team: Serbian (sr) diff -uraN gimp-gap-2.0.1/po/sr@Latn.po gimp-gap-2.0.2/po/sr@Latn.po --- gimp-gap-2.0.1/po/sr@Latn.po 2004-04-30 21:01:01.000000000 +0200 +++ gimp-gap-2.0.2/po/sr@Latn.po 2004-05-10 21:26:46.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gimp-gap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2004-02-20 07:05+0100\n" "Last-Translator: Danilo Šegan \n" "Language-Team: Serbian (sr) \n" @@ -188,7 +188,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -202,7 +202,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -344,7 +344,7 @@ # #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Plava kutija" @@ -355,7 +355,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Boja ključa:" @@ -458,7 +458,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Pregled" @@ -1651,196 +1651,196 @@ msgid "No selected layer in start frame" msgstr "Sloj nije izabran u početnom kadru" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Obično" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Utopi" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Umnoži" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Platno" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Preklapanje" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Režim" # -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Opis:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Razlika" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Dodavanje" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Oduzimanje" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Samo tamnije" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Samo svetlije" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Nijansa" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Zasićenje" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Boja" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Vrednost" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Način slikanja" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Gore levo" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Dole levo" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Gore desno" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Dole desno" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Sredina" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Kružno" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Kružno unazad" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Jednom" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "Jednom unazad" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "PingPong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "ništa" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Kadar u krug" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Kadar u krug unazad" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Kadar jednom" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "Kadar jednom unazad" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "PingPong kadra" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Ništa za kadar" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Premesti putanju" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Prikaži pregled kadra sa izabranim izvornim slojem u tekućoj kontrolnoj tački" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "Obrazuj animirani pregled kao višeslojnu sliku" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Umnoži pokretne izvorne slojeve u kadrove" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Izbor izvora" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Napredna podešavanja" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" @@ -1848,46 +1848,46 @@ "Nije izabrana izvorna slika.\n" "Molim otvorite drugu sliku iste vrste pre premeštanja putanje." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objekat u praznim kadrovima" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objekat u jednom kadru" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "Tačan objekat u kadrovima" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "Režim pregleda animacije:" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "Razmera pregleda:" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "Umanji veličinu obrazovanog pregleda animacije (u postotcima)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Brzina kadrova:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Brzina kadrova koja se koristi za animirani pregled kao broj kadrova po " "sekundi" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "Umnoži u video spremnik:" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" @@ -1895,29 +1895,29 @@ "Sačuvaj sve pojedinačne kadrove animiranog pregleda u video spremnik " "(podešen u gimprc pomoću video-paste-dir i video-paste-basename)." -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Podrazumevano" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "Vrati sve parametre na podrazumevane vrednosti" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Premesti putanju animiranog pregleda" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Opcije" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "Neuspešno obrazovanje animiranog pregleda" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1930,7 +1930,7 @@ "u slici:\n" "„%s“" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" @@ -1939,20 +1939,20 @@ "Putanja nije nađena u slici:\n" "„%s“" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "Učitaj tačke putanje iz datoteke" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "Sačuvaj tačke putanje u datoteku" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Tekuća tačka: [ %3d ] od [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1963,7 +1963,7 @@ "sa kontrolnim tačkama: „%s“\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1974,7 +1974,7 @@ "sa kontrolnim tačkama: „%s“\n" "(neispravna datoteka sa kontrolnom tačkama)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1986,36 +1986,36 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Izvorna slika/sloj:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "Izvorni objekat za umetanje u odredišne kadrove navedenog opsega" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Način:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Način slikanja" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Način koraka:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "Kako da dobavi naredni izvorni sloj u sledećem obrađenom kadru" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Činilac brzine:" @@ -2027,7 +2027,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -2038,15 +2038,15 @@ "koraka odredišnog kadra." #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Rukovanje:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "Kako da smesti izvorni sloj na koordinate kontrolne tačke" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." @@ -2056,11 +2056,11 @@ # bug: ??? #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "Premesti putanju plavokutijske ključne boje" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" @@ -2068,18 +2068,18 @@ "filtera" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Sloj za praćenje" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "Obrazuj dodatni sloj za praćenje u svim obrađenim kadrovima" # #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "NeprovidnostPraćenja1:" @@ -2091,14 +2091,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "Početna neprovidnost sloja za praćenje" # #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "NeprovidnostPraćenja2:" @@ -2110,13 +2110,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "Završna neprovidnost sloja za praćenje" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Međukoraci:" @@ -2129,7 +2129,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2144,7 +2144,7 @@ # #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "NeprovidnostMeđukoraka1:" @@ -2156,14 +2156,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "Početna neprovidnost međusloja" # #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "NeprovidnostMeđukoraka2:" @@ -2175,21 +2175,21 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "Završna neprovidnost međusloja" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Uredi kontrolne tačke" # -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "Dodaj kontrolnu tačku na kraj. Poslednja tačka se udvostručuje." -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" @@ -2197,36 +2197,36 @@ "Ukloni sve kontrolne tačke, i zameni ih kopijom svih veznih tačaka tekuće " "putanje, iz slike iz koje je pozvano premeštanje putanje" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Umetni kontrolnu tačku. Udvostručuje se tekuća tačka." -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "Izbriši tekuću kontrolnu tačku" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "Prikaži prethodnu kontrolnu tačku" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "Prikaži sledeću kontrolnu tačku" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "Prikaži prvu kontrolnu tačku" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "Prikaži poslednju kontrolnu tačku" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "Vrati podrazumevane vrednosti tekuće kontrolne tačke" # bug: dont -> don't -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" @@ -2235,7 +2235,7 @@ "(X/Y vrednosti)" # bug: contolpoint -> controlpoint -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." @@ -2243,15 +2243,15 @@ "Postavi da rotacija svih kontrolnih tačaka prati oblik putanje. Držite " "pritisnut taster Shift da koristite rotaciju 1. kontrolne tačke kao pomeraj." -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "Izbriši sve kontrolne tačke" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "Učitaj kontrolne tačke iz datoteke" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "Sačuvaj kontrolne tačke u datoteku" @@ -2265,7 +2265,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "Prvi obrađeni odredišni kadar" @@ -2279,13 +2279,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "Poslednji obrađeni odredišni kadar" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Naslaga slojeva:" @@ -2297,7 +2297,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" @@ -2306,31 +2306,31 @@ "0 znači na vrh, tj. ispred" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "Prisili vidljivost" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "Prisili vidljivost za sve umnožene izvorne slojeve" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Iseci prema kadru" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "Iseci sve umnožene izvorne slojeve prema granicama kadra" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Izmeni veličinu, providnost i rotaciju" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Širina:" @@ -2342,13 +2342,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "Razmeri širinu izvornog kadra kao postotak" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Visina:" @@ -2361,11 +2361,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "Razmeri visinu izvornog kadra kao postotak" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Ograniči odnos širine i visine" @@ -2375,8 +2375,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Neprovidnost:" @@ -2389,14 +2389,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "Neprovidnost izvornog sloja kao postotak" # #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotiraj:" @@ -2408,18 +2408,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "Rotiraj izvorni sloj (u stepenima)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Koeficijenti transformacije X/Y za 4 temena" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2431,13 +2431,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Koeficijent transformacije za X koordinatu gornjeg levog temena" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2449,13 +2449,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Koeficijent transformacije za Y koordinatu gornjeg levog temena" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2467,13 +2467,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Koeficijent transformacije za X koordinatu gornjeg desnog temena" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2485,13 +2485,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Koeficijent transformacije za Y koordinatu gornjeg desnog temena" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2503,7 +2503,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Koeficijent transformacije za X koordinatu donjeg levog temena" @@ -2511,7 +2511,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2523,13 +2523,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Koeficijent transformacije za Y koordinatu donjeg levog temena" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2541,7 +2541,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Koeficijent transformacije za X koordinatu donjeg desnog temena" @@ -2553,35 +2553,35 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Koeficijent transformacije za Y koordinatu donjeg desnog temena" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "Zanemari izbor (u svim izvornim slikama)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "Koristi izbor (iz početne izvorne slike)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "Koristi izbore (iz svih izvornih slika)" # Selction -> Selection #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Baratanje izborom tačke" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "Kako baratati izborima u izvornoj slici" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Izaberite poluprečnik razmazivanja:" @@ -2593,7 +2593,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Poluprečnik razmazivanja kao broj tačka (za doterivanje izbora)" @@ -2601,31 +2601,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "X koordinata" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "Y koordinata" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Ključni kadar:" @@ -2637,40 +2637,40 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Utvrdi kontrolnu tačku uz broj ključnog kadra, gde 0 znači da nema ključnog " "kadra" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Razmeri i izmeni" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspektiva" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Baratanje izborom" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Izbirač boje za liniju putanje" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" "Izaberite boju koja će se koristiti za iscrtavanje linija putanje u pregledu" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Putanja" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" @@ -2679,36 +2679,36 @@ "premeštanje pomoću desnog dugmeta miša" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Kurzor" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "Prikaži krstić kurzora" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Meža" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "Prikaži izvorni sloj kao mrežu linija" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Brza primena" # -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "Sam osveži pregled" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Kadar:" @@ -2722,28 +2722,28 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "Kadar koji se prikazuje po pritisku na dugme za osvežavanje pregleda" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Ne mogu da radim sa tekućim podešavanjem kontrolne tačke ili ključnog kadra" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Vrati ključne kadrove" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Premesti putanju na proveru kontrolne tačke" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Greške:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3118,54 +3118,54 @@ "\n" "Greška: pokrenut sa jedne slike, ali je obavezan animirani kadar" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Datoteka u sloj..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Režimi za izbor celog imena ili samo delova imena datoteke" # -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Ime fonta:" # bug: ")"??? #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Izaberite ime fonta" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Veličina fonta:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Veličina fonta u tačkama" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "Vodoravan pomeraj položaja u tačkama" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "Uspravan pomeraj položaja u tačkama" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Omekšavanje:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "Koristi omekšavanje ivica" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Obrazuj sloj:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." @@ -3173,11 +3173,11 @@ "Uključeno: obrazuj novi sloj.\n" "Isključeno: iscrtaj na aktivnom crtežu." -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Iscrtaj datoteku na sloj" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Podešavanja:" @@ -4638,16 +4638,16 @@ msgid "Rotate Follow" msgstr "Prati rotaciju" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Sloj/Postavi providnost sloja..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" "Nova vrednost providnosti gde 0 predstavlja providno, a 100.0 neprovidno" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" @@ -4655,11 +4655,11 @@ "Režimi postavljaju ili menjaju providnost dodavanjem, oduzimanjem ili " "množenjem novounete vrednosti" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Vrati sve parametre na podrazumevane vrednosti" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "Postavi providnost sloja" diff -uraN gimp-gap-2.0.1/po/sv.gmo gimp-gap-2.0.2/po/sv.gmo --- gimp-gap-2.0.1/po/sv.gmo 2004-04-30 21:01:12.000000000 +0200 +++ gimp-gap-2.0.2/po/sv.gmo 2004-05-10 21:26:55.000000000 +0200 @@ -82,7 +82,7 @@ you can get xanim exporting edition at: y1:y2:y3:Project-Id-Version: gimp-gap Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2003-10-24 21:24+0200 Last-Translator: Christian Rose Language-Team: Swedish diff -uraN gimp-gap-2.0.1/po/sv.po gimp-gap-2.0.2/po/sv.po --- gimp-gap-2.0.1/po/sv.po 2004-04-30 21:01:02.000000000 +0200 +++ gimp-gap-2.0.2/po/sv.po 2004-05-10 21:26:47.000000000 +0200 @@ -3,13 +3,13 @@ # Tomas Ögren , 1999. # Christian Rose , 2000, 2001, 2003. # -# $Id: sv.po,v 1.17 2004/04/10 20:17:05 neo Exp $ +# $Id: sv.po,v 1.18 2004/04/30 19:16:18 neo Exp $ # msgid "" msgstr "" "Project-Id-Version: gimp-gap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2003-10-24 21:24+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -192,7 +192,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -207,7 +207,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -365,7 +365,7 @@ msgstr "Numrera om bildrutor andra passet" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "Bluebox" @@ -376,7 +376,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "Nyckelfärg:" @@ -473,7 +473,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "Förhandsgranskning" @@ -1733,201 +1733,201 @@ msgid "No selected layer in start frame" msgstr "Inget markerat lager i startbildruta" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Normal" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Lös upp" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Multiplicera" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Skärm" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "Överlagring" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Läge" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Sammanfattning:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Skillnad" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "Addition" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Subtrahera" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "Gör endast mörkare" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "Gör endast ljusare" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Nyans" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Mättnad" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Färg" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Värde" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 #, fuzzy msgid "Keep Paintmode" msgstr "Ritläge" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "Vänster överkant" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "Vänster nederkant" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "Höger överkant" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "Höger nederkant" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Mittpunkt" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Slinga" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Baklänges slinga" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "En gång" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "En gång baklänges" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "Ping-pong" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Ingen" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Bildruteslinga" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Bildruteslinga baklänges" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Bildruta en gång" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Bildruta en gång baklänges" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Bildrutepingpong" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Bildruta ingen" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Flyttslinga" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 #, fuzzy msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" "Visa förhandsgranskningsbildruta med valt källager vid aktuell kontrollpunkt" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "Generera animerad förhandsgranskning som flerlagerbild" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "Kopiera flyttande källager till bildrutor" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "Källval" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "Avancerade inställningar" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 #, fuzzy msgid "" "No source image was selected.\n" @@ -1936,51 +1936,51 @@ "Ingen källbild har valts.\n" "Öppna en andra bild av samma typ innan flyttslinga öppnas." -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Objekt på tomma bildrutor" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "Objekt på en bildruta" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Extrahera objekt på bildrutor" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Animerat förhandsgranskningsläge" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Skala förhandsgranskning" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" "Skala ned storleken på den genererade animerade förhandsgranskningen (i %)" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Bildrutehastighet:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" "Bildrutehastighet att använda i den animerade förhandsgranskningen i " "bildrutor/sek" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Kopiera till videobuffert" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 #, fuzzy msgid "" "Save all single frames of animated preview to video buffer.(configured in " @@ -1990,32 +1990,32 @@ "videobuffert\n" "(konfigurerad i gimprc av video-paste-dir och video-paste-basename)" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "Standard" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Återställ alla parametrar till standardvärden" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "Animerad förhandsgranskning av flyttslinga" # src/menus.c:311 -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Alternativ" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "Generering av animerad förhandsgranskning misslyckades\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -2024,29 +2024,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Läs in slingpunkter från fil" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "Spara slingpunkter till fil" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "Aktuell punkt: [ %3d ] av [ %3d ]" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, fuzzy, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -2057,7 +2057,7 @@ "filnamn: \"%s\"\n" "%s" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, fuzzy, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -2068,7 +2068,7 @@ "filnamn: \"%s\"\n" "(Är inte en giltig kontrollpunktsfil)" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, fuzzy, c-format msgid "" "Failed to write controlpointfile\n" @@ -2080,38 +2080,38 @@ "%s" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "Källbild/lager:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 #, fuzzy msgid "Source object to insert into destination frames of the specified range" msgstr "Källobjekt att infoga i bildruteintervall" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Läge:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "Ritläge" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "Stegläge:" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 #, fuzzy msgid "How to fetch the next source layer at the next handled frame" msgstr "Hur nästa källager ska hämtas vid nästa hanterade bildruta" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "Hastighetsfaktor:" @@ -2123,7 +2123,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 #, fuzzy msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " @@ -2136,44 +2136,44 @@ "långsamt (1 källsteg endast varannan målbildruta)" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "Handtag:" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "Hur källagret ska placeras vid kontrollpunktskoordinater" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "Spårningslager" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 #, fuzzy msgid "Create an additional trace layer in all handled frames" msgstr "Skapa ett ytterligare spårningslager i alla hanterade bildrutor" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "Spårningsopacitet1:" @@ -2185,14 +2185,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 #, fuzzy msgid "Initial opacity of the trace layer" msgstr "Ursprunglig opacitet för spårningslagret" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "Spårningsopacitet2:" @@ -2204,14 +2204,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 #, fuzzy msgid "Descending opacity of the trace layer" msgstr "Avtagande opacitet för spårningslagret" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "Tvillingssteg:" @@ -2223,7 +2223,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 #, fuzzy msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " @@ -2239,7 +2239,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "Mellanopacitet:" @@ -2251,14 +2251,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 #, fuzzy msgid "Initial opacity of the tween layer" msgstr "Ursprunglig opacitet för mellanlagret" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "Mellanopacitet2:" @@ -2270,67 +2270,67 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 #, fuzzy msgid "Descending opacity of the tween layer" msgstr "Avtagande opacitet för mellanlagret" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "Redigera kontrollpunkter" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 #, fuzzy msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" "Lägg till kontrollpunkt på slutet\n" "(den sista punkten dupliceras)" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" "Infoga kontrollpunkt\n" "(den aktuella punkten dupliceras)" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Ta bort aktuell kontrollpunkt" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Visa föregående kontrollpunkt" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Visa nästa kontrollpunkt" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Visa första kontrollpunkt" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Visa sista kontrollpunkt" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Återställ den aktuella kontrollpunkten till standardvärden" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 #, fuzzy msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " @@ -2339,7 +2339,7 @@ "Återställ alla kontrollpunkter till standardvärden men ändra inte slingan (X/" "Y-värden)" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 #, fuzzy msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " @@ -2348,17 +2348,17 @@ "Ställ in rotation för alla kontrollpunkter att följa slingans kurva.\n" "(Skift: använd rotation för kontrollpunkt 1 som avstånd)" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Ta bort alla kontrollpunkter" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Läs in kontrollpunkter från fil" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Spara kontrollpunkter till fil" @@ -2373,7 +2373,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "Första hanterade bildruta" @@ -2388,14 +2388,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "Senast hanterade bildruta" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "Lagerstack:" @@ -2407,7 +2407,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 #, fuzzy msgid "" "How to insert source layer into the layerstack of the destination frames. " @@ -2417,34 +2417,34 @@ "0 betyder överst dvs. främst" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 #, fuzzy msgid "Force Visibility" msgstr "Tvinga synlighet" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 #, fuzzy msgid "Force visibility for all copied source layers" msgstr "Tvinga synlighet för alla kopierade källager" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "Klipp till bildruta" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "Klipp alla kopierade källager vid bildrutekanter" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "Ändra storleksopacitet och rotation" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Bredd:" @@ -2456,14 +2456,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "Skala källagrets bredd i procent" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Höjd:" @@ -2476,12 +2476,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "Skala källagrets höjd i procent" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "Bevara förhållande" @@ -2490,8 +2490,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Opacitet:" @@ -2503,14 +2503,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "Källagrets opacitet i procent" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Rotera:" @@ -2522,19 +2522,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "Rotera källager (i grader)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "Tranformeringsfaktorer X/Y för de fyra hörnen" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "x1:" @@ -2546,13 +2546,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "Transformeringsfaktor för X-koordinaten i övre vänstra hörnet" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "y1:" @@ -2564,13 +2564,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "Transformeringsfaktor för Y-koordinaten i övre vänstra hörnet" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "x2:" @@ -2582,13 +2582,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "Transformeringsfaktor för X-koordinaten i övre högra hörnet" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "y2:" @@ -2600,13 +2600,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "Transformeringsfaktor för Y-koordinaten i övra högra hörnet" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "x3:" @@ -2618,7 +2618,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "Transformeringsfaktor för X-koordinaten i nedre vänstra hörnet" @@ -2626,7 +2626,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "y3:" @@ -2638,13 +2638,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "Transformeringsfaktor för Y-koordinaten i nedre vänstra hörnet" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "x4:" @@ -2656,7 +2656,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "Transformeringsfaktor för X-koordinaten i nedre högra hörnet" @@ -2668,38 +2668,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "Transformeringsfaktor för Y-koordinaten i nedre högra hörnet" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 #, fuzzy msgid "Ignore selection (in all source images)" msgstr "Ignorera markering (i alla källbilder)" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 #, fuzzy msgid "Use selection (from initial source image)" msgstr "Använd markering (från ursprunglig källbild)" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 #, fuzzy msgid "Use selections (from all source images)" msgstr "Använd markeringar (från alla källbilder)" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "Hantering av bildpunktsmarkering" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 #, fuzzy msgid "How to handle selections in the source image" msgstr "Hur markeringar i källbilden ska hanteras" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "Radie för markeringsfjäder:" @@ -2711,7 +2711,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 #, fuzzy msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "Fjäderradie i bildpunkter (för utjämnande markeringar)" @@ -2720,33 +2720,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "X-koordinat" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Y-koordinat" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "Nyckelbildruta:" @@ -2758,31 +2758,31 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 #, fuzzy msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" "Fixera kontrollpunkt till nyckelbildrutenummer\n" "(0 == Ingen nyckelbildruta)" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "Skala och modifiera" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "Perspektiv" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "Markeringshantering" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "Färgväljare för slinglinje" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 #, fuzzy msgid "Select the color that is used to draw pathlines in the preview" msgstr "" @@ -2790,11 +2790,11 @@ "rita slinglinjer i förhandsvisningen" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "Slinga" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 #, fuzzy msgid "" "Show path lines and enable pick/drag with left button or move with right " @@ -2804,38 +2804,38 @@ "flytt med högerknappen" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "Markör" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 #, fuzzy msgid "Show cursor crosslines" msgstr "Visa markörkorshår" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "Rutnät" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 #, fuzzy msgid "Show source layer as gridlines" msgstr "Visa källagret som rutnätslinjer" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "Verkställ omedelbart" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 #, fuzzy msgid "Update the preview automatically" msgstr "Uppdatera förhandsgranskningen automatiskt" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 msgid "Frame:" msgstr "Bildruta:" @@ -2849,31 +2849,31 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "Bildruta att visa då knappen uppdatera förhandsgranskning trycks" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" "Kan inte operera med aktuella kontrollpunkts- eller " "nyckelbildruteinställningar" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "Återställ nyckelbildrutor" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "Kontrollpunktskontroll av flyttslinga" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Fel:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, fuzzy, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3269,66 +3269,66 @@ "\n" "FEL: startad från en enstaka bild, animationsbildruta krävs" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "/Video/Filnamn till lager..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "Lägen att välja hela filnamnet eller bara delar av filnamnet" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "Typsnittsnamn:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "Välj typsnittsnamn)" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "Typsnittsstorlek:" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "Typsnittsstorlek i bildpunkter" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 #, fuzzy msgid "Position X-offset in pixels" msgstr "Positionens X-avstånd i bildpunkter" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 #, fuzzy msgid "Position Y-offset in pixels" msgstr "Positionens Y-avstånd i bildpunkter" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "Kantutjämning:" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 #, fuzzy msgid "Use antialias" msgstr "Använd kantutjämning" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "Skapa lager:" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 #, fuzzy msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "PÅ: Skapa ett nytt lager, AV: Rendera på aktiv ritbar yta" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "Rendera filnamnet till lager" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "Inställningar:" @@ -4869,27 +4869,27 @@ msgid "Rotate Follow" msgstr "Rotera följ" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Video/Filnamn till lager..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 #, fuzzy msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "Opacitet för första lökskalslagret (0 är transparent, 100 helt opakt)" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "Återställ alla parametrar till standardvärden" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "Spårningsopacitet" diff -uraN gimp-gap-2.0.1/po/tr.gmo gimp-gap-2.0.2/po/tr.gmo --- gimp-gap-2.0.1/po/tr.gmo 2004-04-30 21:01:13.000000000 +0200 +++ gimp-gap-2.0.2/po/tr.gmo 2004-05-10 21:26:55.000000000 +0200 @@ -6,7 +6,7 @@ itw     Add PointAuthor:ColorContinueCopyCopyright:CutDate:Delete PointDifferenceFormatHeight:Mode:MultiplyName:New Width:NoneOpenOptionsScreenSelectSettingsSubtractValueValue:Width:X:Y:Project-Id-Version: GIMP 1.2.1 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2001-07-20 09:48+0300 Last-Translator: Fatih Demir Language-Team: Turkish diff -uraN gimp-gap-2.0.1/po/tr.po gimp-gap-2.0.2/po/tr.po --- gimp-gap-2.0.1/po/tr.po 2004-04-30 21:01:03.000000000 +0200 +++ gimp-gap-2.0.2/po/tr.po 2004-05-10 21:26:47.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: GIMP 1.2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2001-07-20 09:48+0300\n" "Last-Translator: Fatih Demir \n" "Language-Team: Turkish \n" @@ -175,7 +175,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -189,7 +189,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -320,7 +320,7 @@ msgstr "" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "" @@ -331,7 +331,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -427,7 +427,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 msgid "Preview" msgstr "" @@ -1527,264 +1527,264 @@ msgid "No selected layer in start frame" msgstr "" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "Çarp" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Ekran" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "Tür :" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 msgid "Burn" msgstr "" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "Fark" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "Çıkar" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Renk" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Değer" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Yok" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Ayarlar" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 msgid "Anim Preview Mode:" msgstr "" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 msgid "Scale Preview:" msgstr "" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Seçenekler" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1793,27 +1793,27 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 msgid "Load Path Points from File" msgstr "" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1821,7 +1821,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1829,7 +1829,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1838,36 +1838,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "Tür :" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1879,7 +1879,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1887,42 +1887,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -1934,13 +1934,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -1952,13 +1952,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -1970,7 +1970,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -1980,7 +1980,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -1992,13 +1992,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2010,75 +2010,75 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 msgid "Edit Controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 msgid "Delete current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Nokta sil" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 msgid "Load controlpoints from file" msgstr "" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 msgid "Save controlpoints to file" msgstr "" @@ -2092,7 +2092,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "" @@ -2106,13 +2106,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2124,38 +2124,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Genişlik:" @@ -2167,13 +2167,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Yükseklik:" @@ -2186,11 +2186,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2199,8 +2199,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "" @@ -2212,13 +2212,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "" @@ -2230,18 +2230,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2253,13 +2253,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2271,13 +2271,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2289,13 +2289,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2307,13 +2307,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2325,7 +2325,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2333,7 +2333,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2345,13 +2345,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2363,7 +2363,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2375,34 +2375,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "" @@ -2414,7 +2414,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2422,31 +2422,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2458,72 +2458,72 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "İsim:" @@ -2538,27 +2538,27 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2867,62 +2867,62 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 msgid "/Video/Filename to Layer..." msgstr "" -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 msgid "Fontname:" msgstr "" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Ayarlar" @@ -4235,25 +4235,25 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/uk.gmo gimp-gap-2.0.2/po/uk.gmo --- gimp-gap-2.0.1/po/uk.gmo 2004-04-30 21:01:13.000000000 +0200 +++ gimp-gap-2.0.2/po/uk.gmo 2004-05-10 21:26:55.000000000 +0200 @@ -22,7 +22,7 @@ (that is required for xanim frame export)videofile %s not existent or empty Project-Id-Version: GIMP 1.1.9 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2000-02-08 16:11+0200 Last-Translator: Yuri Syrota Language-Team: Ukrainian diff -uraN gimp-gap-2.0.1/po/uk.po gimp-gap-2.0.2/po/uk.po --- gimp-gap-2.0.1/po/uk.po 2004-04-30 21:01:04.000000000 +0200 +++ gimp-gap-2.0.2/po/uk.po 2004-05-10 21:26:48.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: GIMP 1.1.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2000-02-08 16:11+0200\n" "Last-Translator: Yuri Syrota \n" "Language-Team: Ukrainian \n" @@ -182,7 +182,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -196,7 +196,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -334,7 +334,7 @@ msgstr "Перенумерування послідовності кадрів..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "Анотація:" @@ -346,7 +346,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -443,7 +443,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "Перегляд анімації" @@ -1599,273 +1599,273 @@ msgid "No selected layer in start frame" msgstr "В початковому кадрі немає вибраного шару" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "Звичайний" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "Розчинення" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "Екран" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 msgid "Dodge" msgstr "" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "Анотація:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "Відтінок" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "Насиченість" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "Колір" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "Значення" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "Центр" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "Цикл" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "Зворотний цикл" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "Одиноразово" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 #, fuzzy msgid "Once Reverse" msgstr "Одиноразово назад" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 #, fuzzy msgid "Ping Pong" msgstr "Пінґ-понґ" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "Немає" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "Цикл кадру" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "Зворотний цикл кадру" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "Єдиний кадр" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 #, fuzzy msgid "Frame Once Reverse" msgstr "Єдиний кадр назад" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 #, fuzzy msgid "Frame Ping Pong" msgstr "Пінґ-понґ кадрів" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "Немає кадру" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "Перемістити шлях" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "Параметри перетворення" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "Об'єкт в порожніх кадрах" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "Об'єкт в порожніх кадрах" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "Перегляд анімації" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "Оновити перегляд" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "Частота кадрів:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "Очистити відеобуфер" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "Перевстановити поточну контрольну точку в початкове значення" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "Параметри" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 msgid "Generation of animated preview failed" msgstr "" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1874,28 +1874,28 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "Завантажити контрольні точки з файлу" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 msgid "Save Path Points to File" msgstr "" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1903,7 +1903,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1911,7 +1911,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1920,36 +1920,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1961,7 +1961,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1969,42 +1969,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "Непрозорість:" @@ -2017,13 +2017,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "Непрозорість:" @@ -2036,13 +2036,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2054,7 +2054,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2064,7 +2064,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "Непрозорість:" @@ -2077,13 +2077,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "Непрозорість:" @@ -2096,84 +2096,84 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "Показати першу контрольну точку" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "Перевстановити поточну контрольну точку в початкове значення" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "Стерти поточну контрольну точку" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "Показати попередню контрольну точку" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "Показати наступну контрольну точку" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "Показати першу контрольну точку" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "Показати останню контрольну точку" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "Перевстановити поточну контрольну точку в початкове значення" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "Стерти всі контрольні точки" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "Завантажити контрольні точки з файлу" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "Завантажити контрольні точки з файлу" @@ -2188,7 +2188,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "перший оброблений шар" @@ -2203,14 +2203,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "останній оброблений шар" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2222,38 +2222,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "Ширина:" @@ -2265,13 +2265,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "Висота:" @@ -2284,11 +2284,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2297,8 +2297,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "Непрозорість:" @@ -2310,13 +2310,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "Обернути:" @@ -2328,18 +2328,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2351,13 +2351,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2369,13 +2369,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2387,13 +2387,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2405,13 +2405,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2423,7 +2423,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2431,7 +2431,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2443,13 +2443,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2461,7 +2461,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2473,34 +2473,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "Вибір діапазону кадрів" @@ -2513,7 +2513,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2521,33 +2521,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "X-координата" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Y-координата" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2559,74 +2559,74 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 #, fuzzy msgid "Scale and Modify" msgstr "Модифікування кадрів" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "Перемістити шлях" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "До кадру:" @@ -2641,28 +2641,28 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "Перевстановити поточну контрольну точку в початкове значення" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "Помилки:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2976,67 +2976,67 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/Відео/Кадри в зображення..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "Обернути:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "Вибір діапазону кадрів" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "Старти шари" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "Перейменувати шари" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "Установки" @@ -4402,27 +4402,27 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/Відео/Стерти шар кадрів..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "Перевстановити поточну контрольну точку в початкове значення" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/zh_CN.gmo gimp-gap-2.0.2/po/zh_CN.gmo --- gimp-gap-2.0.1/po/zh_CN.gmo 2004-04-30 21:01:13.000000000 +0200 +++ gimp-gap-2.0.2/po/zh_CN.gmo 2004-05-10 21:26:55.000000000 +0200 @@ -1,6 +1,6 @@ 4L`afUw NoneNumber of ColorsProject-Id-Version: gimp-std-plugins Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2001-11-03 21:00+0800 Last-Translator: Xie Yuheng Language-Team: zh_CN diff -uraN gimp-gap-2.0.1/po/zh_CN.po gimp-gap-2.0.2/po/zh_CN.po --- gimp-gap-2.0.1/po/zh_CN.po 2004-04-30 21:01:05.000000000 +0200 +++ gimp-gap-2.0.2/po/zh_CN.po 2004-05-10 21:26:48.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gimp-std-plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2001-11-03 21:00+0800\n" "Last-Translator: Xie Yuheng \n" "Language-Team: zh_CN \n" @@ -176,7 +176,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -190,7 +190,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -322,7 +322,7 @@ msgstr "" #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 msgid "Bluebox" msgstr "" @@ -333,7 +333,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -430,7 +430,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "预览" @@ -1547,268 +1547,268 @@ msgid "No selected layer in start frame" msgstr "" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 msgid "Dodge" msgstr "" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 msgid "Burn" msgstr "" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "没有" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 msgid "Generate animated preview as multilayer image" msgstr "" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 msgid "Advanced Settings" msgstr "" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 #, fuzzy msgid "Exact object on frames" msgstr "编辑分形名字" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "实时预览" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "实时预览" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 msgid "Copy to Video Buffer:" msgstr "" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 #, fuzzy msgid "Reset all parameters to default values" msgstr "参数复位到缺省值" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 #, fuzzy msgid "Move Path Animated Preview" msgstr "实时预览" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "实时预览" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1817,29 +1817,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "从文件加载一个分形" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "保存分形到文件" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1847,7 +1847,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1855,7 +1855,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1864,36 +1864,36 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 msgid "How to fetch the next source layer at the next handled frame" msgstr "" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1905,7 +1905,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1913,42 +1913,42 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 msgid "How to place the Source layer at controlpoint coordinates" msgstr "" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 msgid "TraceOpacity1:" msgstr "" @@ -1960,13 +1960,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 msgid "TraceOpacity2:" msgstr "" @@ -1978,13 +1978,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -1996,7 +1996,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2006,7 +2006,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 msgid "TweenOpacity1:" msgstr "" @@ -2018,13 +2018,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 msgid "TweenOpacity2:" msgstr "" @@ -2036,79 +2036,79 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "从文件加载一个分形" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 #, fuzzy msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "参数复位到缺省值" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "参数复位到缺省值" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 msgid "Show previous controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 msgid "Show next controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 msgid "Show first controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 msgid "Show last controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 #, fuzzy msgid "Reset the current controlpoint to default values" msgstr "参数复位到缺省值" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 msgid "Delete all controlpoints" msgstr "" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "从文件加载一个分形" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "保存分形到文件" @@ -2123,7 +2123,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 msgid "First handled destination frame" msgstr "" @@ -2137,13 +2137,13 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 msgid "Last handled destination frame" msgstr "" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "" @@ -2155,38 +2155,38 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 msgid "Clip all copied source layers at destination frame boundaries" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "" @@ -2198,13 +2198,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 msgid "Scale source layer's width in percent" msgstr "" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "" @@ -2217,11 +2217,11 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 msgid "Scale source layer's height in percent" msgstr "" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 msgid "Constrain aspect ratio" msgstr "" @@ -2230,8 +2230,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "" @@ -2243,13 +2243,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 msgid "Set the source layer's opacity in percent" msgstr "" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "" @@ -2261,18 +2261,18 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 msgid "Rotate source layer (in degree)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2284,13 +2284,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2302,13 +2302,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2320,13 +2320,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2338,13 +2338,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2356,7 +2356,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2364,7 +2364,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2376,13 +2376,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2394,7 +2394,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2406,34 +2406,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 msgid "Selection Feather Radius:" msgstr "" @@ -2445,7 +2445,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2453,31 +2453,31 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 msgid "X coordinate" msgstr "" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 msgid "Y coordinate" msgstr "" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2489,72 +2489,72 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 msgid "Path" msgstr "" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "分形名字:" @@ -2569,28 +2569,28 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 msgid "Frame to show when 'Refresh' button is pressed" msgstr "" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 #, fuzzy msgid "Can't operate with current controlpoint or keyframe settings" msgstr "参数复位到缺省值" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -2902,64 +2902,64 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/滤镜/绘制/图案/分形探索器..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "分形名字:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 msgid "Select Fontname)" msgstr "" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 msgid "Create Layer:" msgstr "" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 msgid "Render Filename to Layer" msgstr "" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 msgid "Settings :" msgstr "" @@ -4279,26 +4279,26 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 msgid "/Video/Layer/Set Layer Opacity..." msgstr "" -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 #, fuzzy msgid "Reset all Parameters to Default Values" msgstr "参数复位到缺省值" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 msgid "Set Layer Opacity" msgstr "" diff -uraN gimp-gap-2.0.1/po/zh_TW.gmo gimp-gap-2.0.2/po/zh_TW.gmo --- gimp-gap-2.0.1/po/zh_TW.gmo 2004-04-30 21:01:13.000000000 +0200 +++ gimp-gap-2.0.2/po/zh_TW.gmo 2004-05-10 21:26:55.000000000 +0200 @@ -22,7 +22,7 @@ (program=%s)failed to overwrite %s (check permissions ?)failed to write %s (check permissions ?)generate MPEG1 (ISO/IEC 11172-2) streamgenerate MPEG2 (ISO/IEC DIS 13818-2) streamvideofile %s not existent or empty Project-Id-Version: gimp-std-plugins 1.2.3 Report-Msgid-Bugs-To: -POT-Creation-Date: 2004-04-30 20:46+0200 +POT-Creation-Date: 2004-05-10 21:26+0200 PO-Revision-Date: 2001-12-01 18:50+0800 Last-Translator: Abel Cheung Language-Team: Traditional Chinese diff -uraN gimp-gap-2.0.1/po/zh_TW.po gimp-gap-2.0.2/po/zh_TW.po --- gimp-gap-2.0.1/po/zh_TW.po 2004-04-30 21:01:06.000000000 +0200 +++ gimp-gap-2.0.2/po/zh_TW.po 2004-05-10 21:26:49.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gimp-std-plugins 1.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 20:46+0200\n" +"POT-Creation-Date: 2004-05-10 21:26+0200\n" "PO-Revision-Date: 2001-12-01 18:50+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Traditional Chinese \n" @@ -184,7 +184,7 @@ #. table col, row #: gap/gap_base_ops.c:1214 gap/gap_base_ops.c:1366 gap/gap_base_ops.c:1569 #: gap/gap_decode_xanim.c:249 gap/gap_mod_layer.c:204 -#: gap/gap_mov_dialog.c:3154 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 +#: gap/gap_mov_dialog.c:3168 gap/gap_mpege.c:285 gap/gap_onion_dialog.c:899 #: gap/gap_player_dialog.c:3832 gap/gap_range_ops.c:285 #: gap/gap_range_ops.c:478 gap/gap_range_ops.c:669 msgid "From Frame:" @@ -198,7 +198,7 @@ #. table col, row #: gap/gap_base_ops.c:1222 gap/gap_base_ops.c:1374 gap/gap_base_ops.c:1577 #: gap/gap_decode_xanim.c:259 gap/gap_mod_layer.c:212 -#: gap/gap_mov_dialog.c:3172 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 +#: gap/gap_mov_dialog.c:3186 gap/gap_mpege.c:295 gap/gap_onion_dialog.c:906 #: gap/gap_player_dialog.c:3840 gap/gap_range_ops.c:293 #: gap/gap_range_ops.c:486 gap/gap_range_ops.c:677 msgid "To Frame:" @@ -344,7 +344,7 @@ msgstr "重新編排畫格順序..." #. toggle bluebox -#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2647 +#: gap/gap_bluebox.c:247 gap/gap_mov_dialog.c:2661 #, fuzzy msgid "Bluebox" msgstr "簡介:" @@ -356,7 +356,7 @@ #. the keycolor label #. keycolor label -#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2663 +#: gap/gap_bluebox.c:284 gap/gap_mov_dialog.c:2677 msgid "Keycolor:" msgstr "" @@ -453,7 +453,7 @@ #. button #. the preview frame -#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3835 +#: gap/gap_bluebox.c:442 gap/gap_mov_dialog.c:3849 #, fuzzy msgid "Preview" msgstr "動畫預覽" @@ -1626,270 +1626,270 @@ msgid "No selected layer in start frame" msgstr "刪除畫格中的圖層" -#: gap/gap_mov_dialog.c:405 +#: gap/gap_mov_dialog.c:408 msgid "Normal" msgstr "正常" -#: gap/gap_mov_dialog.c:406 +#: gap/gap_mov_dialog.c:409 msgid "Dissolve" msgstr "" -#: gap/gap_mov_dialog.c:408 +#: gap/gap_mov_dialog.c:411 msgid "Multiply" msgstr "" -#: gap/gap_mov_dialog.c:409 +#: gap/gap_mov_dialog.c:412 msgid "Divide" msgstr "" -#: gap/gap_mov_dialog.c:410 +#: gap/gap_mov_dialog.c:413 msgid "Screen" msgstr "螢幕" -#: gap/gap_mov_dialog.c:411 +#: gap/gap_mov_dialog.c:414 msgid "Overlay" msgstr "" -#: gap/gap_mov_dialog.c:413 +#: gap/gap_mov_dialog.c:416 #, fuzzy msgid "Dodge" msgstr "模式:" -#: gap/gap_mov_dialog.c:414 +#: gap/gap_mov_dialog.c:417 #, fuzzy msgid "Burn" msgstr "簡介:" -#: gap/gap_mov_dialog.c:415 +#: gap/gap_mov_dialog.c:418 msgid "Hard Light" msgstr "" -#: gap/gap_mov_dialog.c:416 +#: gap/gap_mov_dialog.c:419 msgid "Soft Light" msgstr "" -#: gap/gap_mov_dialog.c:417 +#: gap/gap_mov_dialog.c:420 msgid "Grain Extract" msgstr "" -#: gap/gap_mov_dialog.c:418 +#: gap/gap_mov_dialog.c:421 msgid "Grain Merge" msgstr "" -#: gap/gap_mov_dialog.c:420 +#: gap/gap_mov_dialog.c:423 msgid "Difference" msgstr "" -#: gap/gap_mov_dialog.c:421 +#: gap/gap_mov_dialog.c:424 msgid "Addition" msgstr "" -#: gap/gap_mov_dialog.c:422 +#: gap/gap_mov_dialog.c:425 msgid "Subtract" msgstr "" -#: gap/gap_mov_dialog.c:423 +#: gap/gap_mov_dialog.c:426 msgid "Darken Only" msgstr "" -#: gap/gap_mov_dialog.c:424 +#: gap/gap_mov_dialog.c:427 msgid "Lighten Only" msgstr "" -#: gap/gap_mov_dialog.c:426 +#: gap/gap_mov_dialog.c:429 msgid "Hue" msgstr "色相" -#: gap/gap_mov_dialog.c:427 +#: gap/gap_mov_dialog.c:430 msgid "Saturation" msgstr "飽和度" -#: gap/gap_mov_dialog.c:428 +#: gap/gap_mov_dialog.c:431 msgid "Color" msgstr "色彩" -#: gap/gap_mov_dialog.c:429 +#: gap/gap_mov_dialog.c:432 msgid "Value" msgstr "亮度" -#: gap/gap_mov_dialog.c:431 +#: gap/gap_mov_dialog.c:434 msgid "Keep Paintmode" msgstr "" -#: gap/gap_mov_dialog.c:438 +#: gap/gap_mov_dialog.c:441 msgid "Left Top" msgstr "左上" -#: gap/gap_mov_dialog.c:439 +#: gap/gap_mov_dialog.c:442 msgid "Left Bottom" msgstr "左下" -#: gap/gap_mov_dialog.c:440 +#: gap/gap_mov_dialog.c:443 msgid "Right Top" msgstr "右上" -#: gap/gap_mov_dialog.c:441 +#: gap/gap_mov_dialog.c:444 msgid "Right Bottom" msgstr "右下" -#: gap/gap_mov_dialog.c:442 +#: gap/gap_mov_dialog.c:445 msgid "Center" msgstr "" #. the playback mode checkbuttons -#: gap/gap_mov_dialog.c:450 gap/gap_player_dialog.c:4039 +#: gap/gap_mov_dialog.c:453 gap/gap_player_dialog.c:4039 msgid "Loop" msgstr "" -#: gap/gap_mov_dialog.c:451 +#: gap/gap_mov_dialog.c:454 msgid "Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:452 +#: gap/gap_mov_dialog.c:455 msgid "Once" msgstr "一次" -#: gap/gap_mov_dialog.c:453 +#: gap/gap_mov_dialog.c:456 msgid "Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:454 +#: gap/gap_mov_dialog.c:457 msgid "Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:455 +#: gap/gap_mov_dialog.c:458 msgid "None" msgstr "無" -#: gap/gap_mov_dialog.c:456 +#: gap/gap_mov_dialog.c:459 msgid "Frame Loop" msgstr "畫格循環" -#: gap/gap_mov_dialog.c:457 +#: gap/gap_mov_dialog.c:460 msgid "Frame Loop Reverse" msgstr "" -#: gap/gap_mov_dialog.c:458 +#: gap/gap_mov_dialog.c:461 msgid "Frame Once" msgstr "" -#: gap/gap_mov_dialog.c:459 +#: gap/gap_mov_dialog.c:462 msgid "Frame Once Reverse" msgstr "" -#: gap/gap_mov_dialog.c:460 +#: gap/gap_mov_dialog.c:463 msgid "Frame Ping Pong" msgstr "" -#: gap/gap_mov_dialog.c:461 +#: gap/gap_mov_dialog.c:464 msgid "Frame None" msgstr "" -#: gap/gap_mov_dialog.c:671 +#: gap/gap_mov_dialog.c:674 msgid "Move Path" msgstr "" -#: gap/gap_mov_dialog.c:701 +#: gap/gap_mov_dialog.c:704 msgid "Show preview frame with selected source layer at current controlpoint" msgstr "" -#: gap/gap_mov_dialog.c:712 +#: gap/gap_mov_dialog.c:715 #, fuzzy msgid "Generate animated preview as multilayer image" msgstr "以多圖層的圖像方式產生動畫預覽" #. parameter settings -#: gap/gap_mov_dialog.c:730 +#: gap/gap_mov_dialog.c:733 msgid "Copy moving source-layer(s) into frames" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:757 gap/gap_mov_dialog.c:2454 +#: gap/gap_mov_dialog.c:760 gap/gap_mov_dialog.c:2468 msgid "Source Select" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:765 gap/gap_mov_dialog.c:2626 +#: gap/gap_mov_dialog.c:768 gap/gap_mov_dialog.c:2640 #, fuzzy msgid "Advanced Settings" msgstr "轉換設定" -#: gap/gap_mov_dialog.c:823 +#: gap/gap_mov_dialog.c:837 msgid "" "No source image was selected.\n" "Please open a 2nd image of the same type before opening 'Move Path'" msgstr "" -#: gap/gap_mov_dialog.c:1003 +#: gap/gap_mov_dialog.c:1017 msgid "Object on empty frames" msgstr "" -#: gap/gap_mov_dialog.c:1004 +#: gap/gap_mov_dialog.c:1018 msgid "Object on one frame" msgstr "" -#: gap/gap_mov_dialog.c:1005 +#: gap/gap_mov_dialog.c:1019 msgid "Exact object on frames" msgstr "" -#: gap/gap_mov_dialog.c:1036 +#: gap/gap_mov_dialog.c:1050 #, fuzzy msgid "Anim Preview Mode:" msgstr "動畫預覽模式" -#: gap/gap_mov_dialog.c:1058 +#: gap/gap_mov_dialog.c:1072 #, fuzzy msgid "Scale Preview:" msgstr "縮放預覽" -#: gap/gap_mov_dialog.c:1059 +#: gap/gap_mov_dialog.c:1073 msgid "Scale down size of the generated animated preview (in %)" msgstr "" -#: gap/gap_mov_dialog.c:1069 gap/gap_mpege.c:304 +#: gap/gap_mov_dialog.c:1083 gap/gap_mpege.c:304 #: gap/gap_navigator_dialog.c:3803 msgid "Framerate:" msgstr "畫格速率:" -#: gap/gap_mov_dialog.c:1070 +#: gap/gap_mov_dialog.c:1084 msgid "Framerate to use in the animated preview in frames/sec" msgstr "" -#: gap/gap_mov_dialog.c:1086 +#: gap/gap_mov_dialog.c:1100 #, fuzzy msgid "Copy to Video Buffer:" msgstr "複製至視像緩衝區" -#: gap/gap_mov_dialog.c:1087 +#: gap/gap_mov_dialog.c:1101 msgid "" "Save all single frames of animated preview to video buffer.(configured in " "gimprc by video-paste-dir and video-paste-basename)" msgstr "" -#: gap/gap_mov_dialog.c:1094 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:513 -#: gap/gap_split.c:296 gap/gap_wr_opacity.c:349 +#: gap/gap_mov_dialog.c:1108 gap/gap_mpege.c:356 gap/gap_name2layer_main.c:510 +#: gap/gap_split.c:296 gap/gap_wr_opacity.c:344 msgid "Default" msgstr "" -#: gap/gap_mov_dialog.c:1095 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:514 +#: gap/gap_mov_dialog.c:1109 gap/gap_mpege.c:357 gap/gap_name2layer_main.c:511 #: gap/gap_split.c:297 msgid "Reset all parameters to default values" msgstr "" -#: gap/gap_mov_dialog.c:1097 +#: gap/gap_mov_dialog.c:1111 msgid "Move Path Animated Preview" msgstr "" -#: gap/gap_mov_dialog.c:1098 +#: gap/gap_mov_dialog.c:1112 msgid "Options" msgstr "選項" -#: gap/gap_mov_dialog.c:1150 +#: gap/gap_mov_dialog.c:1164 #, fuzzy msgid "Generation of animated preview failed" msgstr "產生動畫預覽失敗\n" -#: gap/gap_mov_dialog.c:1269 +#: gap/gap_mov_dialog.c:1283 #, c-format msgid "" "Unsupported pathtype %d found in path:\n" @@ -1898,29 +1898,29 @@ "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1342 +#: gap/gap_mov_dialog.c:1356 #, c-format msgid "" "No path found in the image:\n" "'%s'" msgstr "" -#: gap/gap_mov_dialog.c:1604 +#: gap/gap_mov_dialog.c:1618 #, fuzzy msgid "Load Path Points from File" msgstr "由檔案載入路徑控制點" -#: gap/gap_mov_dialog.c:1645 +#: gap/gap_mov_dialog.c:1659 #, fuzzy msgid "Save Path Points to File" msgstr "將路徑控制點儲存至檔案" -#: gap/gap_mov_dialog.c:2286 +#: gap/gap_mov_dialog.c:2300 #, c-format msgid "Current Point: [ %3d ] of [ %3d ]" msgstr "" -#: gap/gap_mov_dialog.c:2365 +#: gap/gap_mov_dialog.c:2379 #, c-format msgid "" "ERROR: Could not open controlpoints\n" @@ -1928,7 +1928,7 @@ "%s" msgstr "" -#: gap/gap_mov_dialog.c:2371 +#: gap/gap_mov_dialog.c:2385 #, c-format msgid "" "ERROR: Could not read controlpoints\n" @@ -1936,7 +1936,7 @@ "(Is not a valid controlpoint file)" msgstr "" -#: gap/gap_mov_dialog.c:2402 +#: gap/gap_mov_dialog.c:2416 #, c-format msgid "" "Failed to write controlpointfile\n" @@ -1945,37 +1945,37 @@ msgstr "" #. Source Layer menu -#: gap/gap_mov_dialog.c:2464 +#: gap/gap_mov_dialog.c:2478 msgid "Source Image/Layer:" msgstr "來源圖像/圖層:" -#: gap/gap_mov_dialog.c:2474 +#: gap/gap_mov_dialog.c:2488 msgid "Source object to insert into destination frames of the specified range" msgstr "" #. Paintmode menu -#: gap/gap_mov_dialog.c:2485 gap/gap_name2layer_main.c:445 -#: gap/gap_wr_opacity.c:337 +#: gap/gap_mov_dialog.c:2499 gap/gap_name2layer_main.c:442 +#: gap/gap_wr_opacity.c:332 msgid "Mode:" msgstr "模式:" -#: gap/gap_mov_dialog.c:2494 +#: gap/gap_mov_dialog.c:2508 msgid "Paintmode" msgstr "" #. Loop Stepmode menu (Label) -#: gap/gap_mov_dialog.c:2513 +#: gap/gap_mov_dialog.c:2527 msgid "Stepmode:" msgstr "" -#: gap/gap_mov_dialog.c:2546 +#: gap/gap_mov_dialog.c:2560 #, fuzzy msgid "How to fetch the next source layer at the next handled frame" msgstr "在下一個處理的畫格中如何取得下一個來源圖層" #. StepSpeedFactor #. table col, row -#: gap/gap_mov_dialog.c:2552 +#: gap/gap_mov_dialog.c:2566 msgid "SpeedFactor:" msgstr "" @@ -1987,7 +1987,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2560 +#: gap/gap_mov_dialog.c:2574 msgid "" "Source and target frames step synchron at value 1.0. A value of 0.5 will " "step the source half time slower.One source step is done only at every 2.nd " @@ -1995,43 +1995,43 @@ msgstr "" #. Source Image Handle menu -#: gap/gap_mov_dialog.c:2572 +#: gap/gap_mov_dialog.c:2586 msgid "Handle:" msgstr "" -#: gap/gap_mov_dialog.c:2592 +#: gap/gap_mov_dialog.c:2606 #, fuzzy msgid "How to place the Source layer at controlpoint coordinates" msgstr "如何將來源圖層放至控制點座標" -#: gap/gap_mov_dialog.c:2651 +#: gap/gap_mov_dialog.c:2665 msgid "" "Apply the bluebox filter on the moving object(s). The bluebox filter makes " "the keycolor transparent." msgstr "" #. keycolor button -#: gap/gap_mov_dialog.c:2675 +#: gap/gap_mov_dialog.c:2689 msgid "Move Path Bluebox Keycolor" msgstr "" -#: gap/gap_mov_dialog.c:2691 +#: gap/gap_mov_dialog.c:2705 msgid "" "Open dialog window to set parameters and keycolor for the bluebox filter" msgstr "" #. toggle Tracelayer -#: gap/gap_mov_dialog.c:2709 gap/gap_mov_exec.c:927 +#: gap/gap_mov_dialog.c:2723 gap/gap_mov_exec.c:927 msgid "Tracelayer" msgstr "" -#: gap/gap_mov_dialog.c:2713 +#: gap/gap_mov_dialog.c:2727 msgid "Create an additional trace layer in all handled frames" msgstr "" #. TraceOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2725 +#: gap/gap_mov_dialog.c:2739 #, fuzzy msgid "TraceOpacity1:" msgstr "不透明度:" @@ -2044,13 +2044,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2733 +#: gap/gap_mov_dialog.c:2747 msgid "Initial opacity of the trace layer" msgstr "" #. TraceOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2743 +#: gap/gap_mov_dialog.c:2757 #, fuzzy msgid "TraceOpacity2:" msgstr "不透明度:" @@ -2063,13 +2063,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2751 +#: gap/gap_mov_dialog.c:2765 msgid "Descending opacity of the trace layer" msgstr "" #. TweenSteps #. table col, row -#: gap/gap_mov_dialog.c:2763 +#: gap/gap_mov_dialog.c:2777 msgid "Tweensteps:" msgstr "" @@ -2081,7 +2081,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2771 +#: gap/gap_mov_dialog.c:2785 msgid "" "Calculate n steps between 2 frames. The rendered tween steps are collected " "in a tween layer that will be added to the handeld destination frames. If " @@ -2091,7 +2091,7 @@ #. TweenOpacityInitial #. table col, row -#: gap/gap_mov_dialog.c:2786 +#: gap/gap_mov_dialog.c:2800 #, fuzzy msgid "TweenOpacity1:" msgstr "不透明度:" @@ -2104,13 +2104,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2794 +#: gap/gap_mov_dialog.c:2808 msgid "Initial opacity of the tween layer" msgstr "" #. TweenOpacityDescending #. table col, row -#: gap/gap_mov_dialog.c:2803 +#: gap/gap_mov_dialog.c:2817 #, fuzzy msgid "TweenOpacity2:" msgstr "不透明度:" @@ -2123,82 +2123,82 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:2811 +#: gap/gap_mov_dialog.c:2825 msgid "Descending opacity of the tween layer" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:2847 +#: gap/gap_mov_dialog.c:2861 #, fuzzy msgid "Edit Controlpoints" msgstr "顯示第一個控制點" -#: gap/gap_mov_dialog.c:2866 +#: gap/gap_mov_dialog.c:2880 msgid "Add controlpoint at end. The last controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2879 +#: gap/gap_mov_dialog.c:2893 msgid "" "Delete all controlpoints, and replace them with a copy of all anchorpoints " "of the current path from the image where 'MovePath' was invoked from" msgstr "" -#: gap/gap_mov_dialog.c:2896 +#: gap/gap_mov_dialog.c:2910 msgid "Insert controlpoint. The current controlpoint is duplicated." msgstr "" -#: gap/gap_mov_dialog.c:2909 +#: gap/gap_mov_dialog.c:2923 #, fuzzy msgid "Delete current controlpoint" msgstr "刪除所有控制點" -#: gap/gap_mov_dialog.c:2924 +#: gap/gap_mov_dialog.c:2938 #, fuzzy msgid "Show previous controlpoint" msgstr "顯示上一個控制點" -#: gap/gap_mov_dialog.c:2937 +#: gap/gap_mov_dialog.c:2951 #, fuzzy msgid "Show next controlpoint" msgstr "顯示下一個控制點" -#: gap/gap_mov_dialog.c:2952 +#: gap/gap_mov_dialog.c:2966 #, fuzzy msgid "Show first controlpoint" msgstr "顯示第一個控制點" -#: gap/gap_mov_dialog.c:2965 +#: gap/gap_mov_dialog.c:2979 #, fuzzy msgid "Show last controlpoint" msgstr "顯示最後一個控制點" -#: gap/gap_mov_dialog.c:2980 +#: gap/gap_mov_dialog.c:2994 msgid "Reset the current controlpoint to default values" msgstr "" -#: gap/gap_mov_dialog.c:2993 +#: gap/gap_mov_dialog.c:3007 msgid "" "Reset all controlpoints to default values but dont change the path (X/Y " "values)" msgstr "" -#: gap/gap_mov_dialog.c:3009 +#: gap/gap_mov_dialog.c:3023 msgid "" "Set rotation for all controlpoints to follow the shape of the path. Hold " "down the shift key to use rotation of contolpoint 1 as offset." msgstr "" -#: gap/gap_mov_dialog.c:3024 +#: gap/gap_mov_dialog.c:3038 #, fuzzy msgid "Delete all controlpoints" msgstr "刪除所有控制點" -#: gap/gap_mov_dialog.c:3040 +#: gap/gap_mov_dialog.c:3054 #, fuzzy msgid "Load controlpoints from file" msgstr "由檔案載入控制點" -#: gap/gap_mov_dialog.c:3053 +#: gap/gap_mov_dialog.c:3067 #, fuzzy msgid "Save controlpoints to file" msgstr "將控制點存檔" @@ -2213,7 +2213,7 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3164 +#: gap/gap_mov_dialog.c:3178 #, fuzzy msgid "First handled destination frame" msgstr "第一個處理的畫格" @@ -2228,14 +2228,14 @@ #. constrain #. lower, (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:3182 +#: gap/gap_mov_dialog.c:3196 #, fuzzy msgid "Last handled destination frame" msgstr "最後一個處理的畫格" #. the Layerstack scale_entry #. table col, row -#: gap/gap_mov_dialog.c:3190 gap/gap_range_ops.c:301 +#: gap/gap_mov_dialog.c:3204 gap/gap_range_ops.c:301 msgid "Layerstack:" msgstr "圖層堆疊︰" @@ -2247,39 +2247,39 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3198 +#: gap/gap_mov_dialog.c:3212 msgid "" "How to insert source layer into the layerstack of the destination frames. " "layerstack 0 means on top i.e. in front" msgstr "" #. toggle force visibility -#: gap/gap_mov_dialog.c:3213 +#: gap/gap_mov_dialog.c:3227 msgid "Force Visibility" msgstr "" -#: gap/gap_mov_dialog.c:3217 +#: gap/gap_mov_dialog.c:3231 msgid "Force visibility for all copied source layers" msgstr "" #. toggle clip_to_image -#: gap/gap_mov_dialog.c:3227 +#: gap/gap_mov_dialog.c:3241 msgid "Clip To Frame" msgstr "依畫格範圍裁剪" -#: gap/gap_mov_dialog.c:3231 +#: gap/gap_mov_dialog.c:3245 #, fuzzy msgid "Clip all copied source layers at destination frame boundaries" msgstr "裁剪所有已複製的來源圖層至畫格範圍之內" #. the frame -#: gap/gap_mov_dialog.c:3265 +#: gap/gap_mov_dialog.c:3279 msgid "Modify Size Opacity and Rotation" msgstr "" #. Width Scale #. table col, row -#: gap/gap_mov_dialog.c:3282 +#: gap/gap_mov_dialog.c:3296 msgid "Width:" msgstr "寬度:" @@ -2291,14 +2291,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3290 +#: gap/gap_mov_dialog.c:3304 #, fuzzy msgid "Scale source layer's width in percent" msgstr "縮放來源圖層寬度(百分比)" #. Height Scale #. table col, row -#: gap/gap_mov_dialog.c:3300 gap/gap_resi_dialog.c:646 +#: gap/gap_mov_dialog.c:3314 gap/gap_resi_dialog.c:646 #: gap/gap_resi_dialog.c:674 msgid "Height:" msgstr "高度:" @@ -2311,12 +2311,12 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3308 +#: gap/gap_mov_dialog.c:3322 #, fuzzy msgid "Scale source layer's height in percent" msgstr "縮放來源圖層高度(百分比)" -#: gap/gap_mov_dialog.c:3325 gap/gap_resi_dialog.c:784 +#: gap/gap_mov_dialog.c:3339 gap/gap_resi_dialog.c:784 #, fuzzy msgid "Constrain aspect ratio" msgstr "限制比例" @@ -2326,8 +2326,8 @@ #. #. Opacity #. table col, row -#: gap/gap_mov_dialog.c:3334 gap/gap_onion_dialog.c:1069 -#: gap/gap_wr_opacity.c:326 +#: gap/gap_mov_dialog.c:3348 gap/gap_onion_dialog.c:1069 +#: gap/gap_wr_opacity.c:321 msgid "Opacity:" msgstr "不透明度:" @@ -2339,14 +2339,14 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3342 +#: gap/gap_mov_dialog.c:3356 #, fuzzy msgid "Set the source layer's opacity in percent" msgstr "來源圖層不透明度(百分比)" #. Rotation #. table col, row -#: gap/gap_mov_dialog.c:3352 +#: gap/gap_mov_dialog.c:3366 msgid "Rotate:" msgstr "旋轉:" @@ -2358,19 +2358,19 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3360 +#: gap/gap_mov_dialog.c:3374 #, fuzzy msgid "Rotate source layer (in degree)" msgstr "旋轉圖層(角度)" #. the frame -#: gap/gap_mov_dialog.c:3394 +#: gap/gap_mov_dialog.c:3408 msgid "Transformfactors X/Y for the 4 corners" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3413 +#: gap/gap_mov_dialog.c:3427 msgid "x1:" msgstr "" @@ -2382,13 +2382,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3421 +#: gap/gap_mov_dialog.c:3435 msgid "Transformfactor for upper left corner X coordinate" msgstr "" #. ttly transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3432 +#: gap/gap_mov_dialog.c:3446 msgid "y1:" msgstr "" @@ -2400,13 +2400,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3440 +#: gap/gap_mov_dialog.c:3454 msgid "Transformfactor for upper left corner Y coordinate" msgstr "" #. ttrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3451 +#: gap/gap_mov_dialog.c:3465 msgid "x2:" msgstr "" @@ -2418,13 +2418,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3459 +#: gap/gap_mov_dialog.c:3473 msgid "Transformfactor for upper right corner X coordinate" msgstr "" #. ttry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3469 +#: gap/gap_mov_dialog.c:3483 msgid "y2:" msgstr "" @@ -2436,13 +2436,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3477 +#: gap/gap_mov_dialog.c:3491 msgid "Transformfactor for upper right corner Y coordinate" msgstr "" #. tblx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3487 +#: gap/gap_mov_dialog.c:3501 msgid "x3:" msgstr "" @@ -2454,7 +2454,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3495 +#: gap/gap_mov_dialog.c:3509 msgid "Transformfactor for lower left corner X coordinate" msgstr "" @@ -2462,7 +2462,7 @@ #. table col, row #. tbry transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3505 gap/gap_mov_dialog.c:3541 +#: gap/gap_mov_dialog.c:3519 gap/gap_mov_dialog.c:3555 msgid "y3:" msgstr "" @@ -2474,13 +2474,13 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3513 +#: gap/gap_mov_dialog.c:3527 msgid "Transformfactor for lower left corner Y coordinate" msgstr "" #. tbrx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3523 +#: gap/gap_mov_dialog.c:3537 msgid "x4:" msgstr "" @@ -2492,7 +2492,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3531 +#: gap/gap_mov_dialog.c:3545 msgid "Transformfactor for lower right corner X coordinate" msgstr "" @@ -2504,34 +2504,34 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3549 +#: gap/gap_mov_dialog.c:3563 msgid "Transformfactor for lower right corner Y coordinate" msgstr "" -#: gap/gap_mov_dialog.c:3581 +#: gap/gap_mov_dialog.c:3595 msgid "Ignore selection (in all source images)" msgstr "" -#: gap/gap_mov_dialog.c:3582 +#: gap/gap_mov_dialog.c:3596 msgid "Use selection (from initial source image)" msgstr "" -#: gap/gap_mov_dialog.c:3583 +#: gap/gap_mov_dialog.c:3597 msgid "Use selections (from all source images)" msgstr "" #. the frame -#: gap/gap_mov_dialog.c:3590 +#: gap/gap_mov_dialog.c:3604 msgid "Pixel Selction Handling" msgstr "" -#: gap/gap_mov_dialog.c:3611 +#: gap/gap_mov_dialog.c:3625 msgid "How to handle selections in the source image" msgstr "" #. ttlx transformfactor #. table col, row -#: gap/gap_mov_dialog.c:3629 +#: gap/gap_mov_dialog.c:3643 #, fuzzy msgid "Selection Feather Radius:" msgstr "選擇畫格範圍" @@ -2544,7 +2544,7 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3637 +#: gap/gap_mov_dialog.c:3651 msgid "Feather radius in pixels (for smoothing selection(s))" msgstr "" @@ -2552,33 +2552,33 @@ #. table col, row #. gtk_container_add (GTK_CONTAINER (abox), table3); #. the x/y offest labels -#: gap/gap_mov_dialog.c:3731 gap/gap_name2layer_main.c:476 +#: gap/gap_mov_dialog.c:3745 gap/gap_name2layer_main.c:473 #: gap/gap_resi_dialog.c:819 msgid "X:" msgstr "X:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3740 +#: gap/gap_mov_dialog.c:3754 #, fuzzy msgid "X coordinate" msgstr "X 座標" #. Y #. table col, row -#: gap/gap_mov_dialog.c:3749 gap/gap_name2layer_main.c:487 +#: gap/gap_mov_dialog.c:3763 gap/gap_name2layer_main.c:484 #: gap/gap_resi_dialog.c:728 gap/gap_resi_dialog.c:825 msgid "Y:" msgstr "Y:" #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3758 +#: gap/gap_mov_dialog.c:3772 #, fuzzy msgid "Y coordinate" msgstr "Y 座標" #. Keyframe #. table col, row -#: gap/gap_mov_dialog.c:3767 +#: gap/gap_mov_dialog.c:3781 msgid "Keyframe:" msgstr "" @@ -2590,73 +2590,73 @@ #. digits #. constrain #. lower, upper (unconstrained) -#: gap/gap_mov_dialog.c:3775 +#: gap/gap_mov_dialog.c:3789 msgid "Fix controlpoint to keyframe number where 0 == no keyframe" msgstr "" -#: gap/gap_mov_dialog.c:3801 +#: gap/gap_mov_dialog.c:3815 msgid "Scale and Modify" msgstr "" -#: gap/gap_mov_dialog.c:3807 +#: gap/gap_mov_dialog.c:3821 msgid "Perspective" msgstr "" -#: gap/gap_mov_dialog.c:3814 +#: gap/gap_mov_dialog.c:3828 msgid "Selection Handling" msgstr "" #. startup with RED pathline color -#: gap/gap_mov_dialog.c:3931 +#: gap/gap_mov_dialog.c:3945 msgid "Pathline Color Picker" msgstr "" -#: gap/gap_mov_dialog.c:3938 +#: gap/gap_mov_dialog.c:3952 msgid "Select the color that is used to draw pathlines in the preview" msgstr "" #. toggle Show path -#: gap/gap_mov_dialog.c:3950 +#: gap/gap_mov_dialog.c:3964 #, fuzzy msgid "Path" msgstr "顯示路徑" -#: gap/gap_mov_dialog.c:3954 +#: gap/gap_mov_dialog.c:3968 msgid "" "Show path lines and enable pick/drag with left button or move with right " "button" msgstr "" #. toggle Show cursor -#: gap/gap_mov_dialog.c:3968 +#: gap/gap_mov_dialog.c:3982 msgid "Cursor" msgstr "" -#: gap/gap_mov_dialog.c:3972 +#: gap/gap_mov_dialog.c:3986 msgid "Show cursor crosslines" msgstr "" #. toggle Show Grid -#: gap/gap_mov_dialog.c:3983 +#: gap/gap_mov_dialog.c:3997 msgid "Grid" msgstr "" -#: gap/gap_mov_dialog.c:3987 +#: gap/gap_mov_dialog.c:4001 msgid "Show source layer as gridlines" msgstr "" #. toggle Instant Apply -#: gap/gap_mov_dialog.c:3997 +#: gap/gap_mov_dialog.c:4011 msgid "Instant Apply" msgstr "" -#: gap/gap_mov_dialog.c:4001 +#: gap/gap_mov_dialog.c:4015 msgid "Update the preview automatically" msgstr "" #. the Preview Frame Number #. table col, row -#: gap/gap_mov_dialog.c:4020 +#: gap/gap_mov_dialog.c:4034 #, fuzzy msgid "Frame:" msgstr "到畫格:" @@ -2671,28 +2671,28 @@ #. constrain #. lower (unconstrained) #. upper (unconstrained) -#: gap/gap_mov_dialog.c:4030 +#: gap/gap_mov_dialog.c:4044 #, fuzzy msgid "Frame to show when 'Refresh' button is pressed" msgstr "當按下「更新預覽」時顯示的畫格" -#: gap/gap_mov_dialog.c:4738 +#: gap/gap_mov_dialog.c:4757 msgid "Can't operate with current controlpoint or keyframe settings" msgstr "" -#: gap/gap_mov_dialog.c:4743 +#: gap/gap_mov_dialog.c:4762 msgid "Reset Keyframes" msgstr "" -#: gap/gap_mov_dialog.c:4748 +#: gap/gap_mov_dialog.c:4767 msgid "Move Path Controlpointcheck" msgstr "" -#: gap/gap_mov_dialog.c:4749 +#: gap/gap_mov_dialog.c:4768 msgid "Errors:" msgstr "錯誤:" -#: gap/gap_mov_dialog.c:4796 +#: gap/gap_mov_dialog.c:4815 #, c-format msgid "" "Can't operate with current controlpoint\n" @@ -3042,67 +3042,67 @@ "ERROR: invoked from a single image, but video frame is required" msgstr "" -#: gap/gap_name2layer_main.c:171 +#: gap/gap_name2layer_main.c:168 #, fuzzy msgid "/Video/Filename to Layer..." msgstr "/視像/畫格轉為圖像..." -#: gap/gap_name2layer_main.c:446 +#: gap/gap_name2layer_main.c:443 msgid "Modes to choose entire filename or just parts of the filename" msgstr "" -#: gap/gap_name2layer_main.c:455 +#: gap/gap_name2layer_main.c:452 #, fuzzy msgid "Fontname:" msgstr "旋轉:" #. pixel -#: gap/gap_name2layer_main.c:457 +#: gap/gap_name2layer_main.c:454 #, fuzzy msgid "Select Fontname)" msgstr "選擇畫格範圍" -#: gap/gap_name2layer_main.c:465 +#: gap/gap_name2layer_main.c:462 msgid "Fontsize:" msgstr "" -#: gap/gap_name2layer_main.c:466 +#: gap/gap_name2layer_main.c:463 msgid "Fontsize in pixels" msgstr "" -#: gap/gap_name2layer_main.c:477 +#: gap/gap_name2layer_main.c:474 msgid "Position X-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:488 +#: gap/gap_name2layer_main.c:485 msgid "Position Y-offset in pixels" msgstr "" -#: gap/gap_name2layer_main.c:497 +#: gap/gap_name2layer_main.c:494 msgid "Antialias:" msgstr "" -#: gap/gap_name2layer_main.c:498 +#: gap/gap_name2layer_main.c:495 msgid "Use antialias" msgstr "" -#: gap/gap_name2layer_main.c:504 +#: gap/gap_name2layer_main.c:501 #, fuzzy msgid "Create Layer:" msgstr "刪除圖層" -#: gap/gap_name2layer_main.c:505 +#: gap/gap_name2layer_main.c:502 msgid "" "ON: Create a new layer.\n" "OFF: Render on active drawable." msgstr "" -#: gap/gap_name2layer_main.c:516 +#: gap/gap_name2layer_main.c:513 #, fuzzy msgid "Render Filename to Layer" msgstr "更改圖層名稱" -#: gap/gap_name2layer_main.c:517 gap/gap_wr_opacity.c:353 +#: gap/gap_name2layer_main.c:514 gap/gap_wr_opacity.c:348 #, fuzzy msgid "Settings :" msgstr "設定" @@ -4506,26 +4506,26 @@ msgid "Rotate Follow" msgstr "" -#: gap/gap_wr_opacity.c:144 +#: gap/gap_wr_opacity.c:139 #, fuzzy msgid "/Video/Layer/Set Layer Opacity..." msgstr "/視像/刪除畫格圖層..." -#: gap/gap_wr_opacity.c:327 +#: gap/gap_wr_opacity.c:322 msgid "New opacity value where 0 is transparent and 100.0 is opaque" msgstr "" -#: gap/gap_wr_opacity.c:338 +#: gap/gap_wr_opacity.c:333 msgid "" "Modes set opacity or change the old opacity value by adding, subtracting or " "multiply by the supplied new value" msgstr "" -#: gap/gap_wr_opacity.c:350 +#: gap/gap_wr_opacity.c:345 msgid "Reset all Parameters to Default Values" msgstr "" -#: gap/gap_wr_opacity.c:352 +#: gap/gap_wr_opacity.c:347 #, fuzzy msgid "Set Layer Opacity" msgstr "來源圖層不透明度(百分比)"