diff --git a/ChangeLog b/ChangeLog index 5258c846..1bf06c52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ - added German translation, thanks Chris Leick - fixed typos in some messages, thanks Chris Leick - fix gettext startup +- all "colour" in messages changed to "color", have a proper en_GB + translation file 21/3/10 started 7.21.3 - added progress feedback to threadpool diff --git a/TODO b/TODO index 694cb5c9..af3cc379 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ + + - change all colour -> color in messages remember to update the german po file for string changes diff --git a/configure.in b/configure.in index d0dcf9df..26f65b35 100644 --- a/configure.in +++ b/configure.in @@ -10,9 +10,9 @@ m4_define([vips_micro_version], [0]) m4_define([vips_version], [vips_major_version.vips_minor_version.vips_micro_version]) -IM_MAJOR_VERSION=vips_major_version() -IM_MINOR_VERSION=vips_minor_version() -IM_MICRO_VERSION=vips_micro_version() +IM_MAJOR_VERSION=vips_major_version +IM_MINOR_VERSION=vips_minor_version +IM_MICRO_VERSION=vips_micro_version IM_VERSION=vips_version() IM_VERSION_STRING=$IM_VERSION-`date` @@ -191,12 +191,12 @@ AC_DEFINE_UNQUOTED(IM_PREFIX,"$prefix",[configure-time install prefix]) AC_DEFINE_UNQUOTED(IM_LIBDIR,"$IM_LIBDIR",[configure-time library directory]) # i18n -GETTEXT_PACKAGE=vips-$IM_MAJOR_VERSION.$IM_MINOR_VERSION +GETTEXT_PACKAGE=vips7 AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The prefix for our gettext translation domains.]) -# the 'malkovich' one is there for testing only -# ALL_LINGUAS="en_GB malkovich" +# the 'malkovich' one is there for testing only, remove for release +#ALL_LINGUAS="en_GB de malkovich" ALL_LINGUAS="en_GB de" AM_GLIB_GNU_GETTEXT diff --git a/libvips/colour/im_icc_transform.c b/libvips/colour/im_icc_transform.c index 071202c3..9bffe446 100644 --- a/libvips/colour/im_icc_transform.c +++ b/libvips/colour/im_icc_transform.c @@ -462,7 +462,7 @@ im_icc_transform( IMAGE *in, IMAGE *out, default: im_error( "im_icc_transform", - _( "unimplemented input colour space 0x%x" ), + _( "unimplemented input color space 0x%x" ), cmsGetColorSpace( icc->in_profile ) ); return( -1 ); } @@ -489,7 +489,7 @@ im_icc_transform( IMAGE *in, IMAGE *out, default: im_error( "im_icc_transform", - _( "unimplemented output colour space 0x%x" ), + _( "unimplemented output color space 0x%x" ), cmsGetColorSpace( icc->out_profile ) ); return( -1 ); } @@ -592,7 +592,7 @@ icc_import( IMAGE *in, IMAGE *out, Icc *icc ) break; default: - im_error( "im_icc_import", _( "unimplemented input colour " + im_error( "im_icc_import", _( "unimplemented input color " "space 0x%x" ), cmsGetColorSpace( icc->in_profile ) ); return( -1 ); } @@ -802,7 +802,7 @@ im_icc_export_depth( IMAGE *in, IMAGE *out, int depth, break; default: - im_error( "im_icc_export", _( "unimplemented output colour " + im_error( "im_icc_export", _( "unimplemented output color " "space 0x%x" ), cmsGetColorSpace( icc->out_profile ) ); return( -1 ); } diff --git a/libvips/format/im_png2vips.c b/libvips/format/im_png2vips.c index 134915f0..5f454785 100644 --- a/libvips/format/im_png2vips.c +++ b/libvips/format/im_png2vips.c @@ -257,7 +257,7 @@ png2vips( Read *read, int header_only ) case PNG_COLOR_TYPE_RGB_ALPHA: bands = 4; break; default: - im_error( "im_png2vips", "%s", _( "unsupported colour type" ) ); + im_error( "im_png2vips", "%s", _( "unsupported color type" ) ); return( -1 ); } diff --git a/po/POTFILES.in b/po/POTFILES.in index 685f750f..a0e00dc3 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,377 +1,381 @@ libvips/acquire/im_clamp.c -libvips/arithmetic/im_deviate.c -libvips/arithmetic/im_point_bilinear.c -libvips/arithmetic/im_linreg.c -libvips/arithmetic/arith_dispatch.c -libvips/arithmetic/im_subtract.c -libvips/arithmetic/im_stats.c -libvips/arithmetic/im_maxpos.c -libvips/arithmetic/im_maxpos_avg.c -libvips/arithmetic/im_maxpos_vec.c libvips/arithmetic/im_invert.c -libvips/arithmetic/im_sign.c -libvips/arithmetic/round.c -libvips/arithmetic/im_measure.c -libvips/arithmetic/math.c -libvips/arithmetic/im_minpos.c libvips/arithmetic/im_abs.c -libvips/arithmetic/im_recomb.c -libvips/arithmetic/im_cross_phase.c -libvips/arithmetic/im_divide.c +libvips/arithmetic/arith_dispatch.c libvips/arithmetic/im_bandmean.c -libvips/arithmetic/im_lintra.c -libvips/arithmetic/im_remainder.c +libvips/arithmetic/im_linreg.c libvips/arithmetic/power.c -libvips/arithmetic/im_add.c -libvips/arithmetic/im_avg.c +libvips/arithmetic/round.c +libvips/arithmetic/im_deviate.c +libvips/arithmetic/im_maxpos.c +libvips/arithmetic/im_subtract.c +libvips/arithmetic/im_minpos.c +libvips/arithmetic/im_point_bilinear.c +libvips/arithmetic/im_cross_phase.c +libvips/arithmetic/im_recomb.c +libvips/arithmetic/im_maxpos_avg.c +libvips/arithmetic/im_stats.c +libvips/arithmetic/math.c +libvips/arithmetic/im_sign.c libvips/arithmetic/im_multiply.c -libvips/boolean/boolean.c +libvips/arithmetic/im_divide.c +libvips/arithmetic/im_avg.c +libvips/arithmetic/im_lintra.c +libvips/arithmetic/im_maxpos_vec.c +libvips/arithmetic/im_add.c +libvips/arithmetic/im_remainder.c +libvips/arithmetic/im_measure.c libvips/boolean/bool_dispatch.c +libvips/boolean/boolean.c libvips/cimg/cimg_dispatch.c -libvips/colour/im_rad2float.c -libvips/colour/im_LCh2UCS.c -libvips/colour/im_icc_transform.c -libvips/colour/disp.c -libvips/colour/im_dE_fromLab.c -libvips/colour/im_Yxy2XYZ.c -libvips/colour/im_LabQ2disp.c -libvips/colour/im_Lab2LabS.c -libvips/colour/im_LabQ2Lab.c -libvips/colour/im_UCS2LCh.c -libvips/colour/im_LabS2Lab.c -libvips/colour/im_dECMC_fromLab.c -libvips/colour/im_LabQ2LabS.c -libvips/colour/im_Lab2XYZ.c -libvips/colour/im_disp2XYZ.c libvips/colour/im_XYZ2disp.c +libvips/colour/im_LabQ2LabS.c +libvips/colour/im_dECMC_fromLab.c +libvips/colour/colour_dispatch.c +libvips/colour/im_LCh2UCS.c +libvips/colour/im_Lab2LabQ.c +libvips/colour/im_Lab2LabS.c +libvips/colour/im_XYZ2Yxy.c +libvips/colour/im_disp2XYZ.c +libvips/colour/im_UCS2LCh.c +libvips/colour/im_LabQ2Lab.c +libvips/colour/disp.c +libvips/colour/im_LCh2Lab.c libvips/colour/colour.c +libvips/colour/im_rad2float.c +libvips/colour/im_icc_transform.c +libvips/colour/derived.c libvips/colour/im_float2rad.c libvips/colour/im_Lab2LCh.c -libvips/colour/colour_dispatch.c -libvips/colour/derived.c -libvips/colour/im_LabS2LabQ.c +libvips/colour/im_LabS2Lab.c libvips/colour/im_dE00_fromLab.c -libvips/colour/im_lab_morph.c -libvips/colour/im_XYZ2Yxy.c -libvips/colour/im_Lab2LabQ.c -libvips/colour/im_LCh2Lab.c libvips/colour/im_XYZ2Lab.c -libvips/conversion/im_insert.c -libvips/conversion/im_mask2vips.c -libvips/conversion/im_gaussnoise.c -libvips/conversion/im_flipver.c -libvips/conversion/im_falsecolour.c -libvips/conversion/im_vips2mask.c -libvips/conversion/im_clip2fmt.c -libvips/conversion/im_ri2c.c -libvips/conversion/im_system.c -libvips/conversion/im_text.c -libvips/conversion/im_zoom.c -libvips/conversion/conver_dispatch.c -libvips/conversion/im_copy_file.c -libvips/conversion/im_c2real.c -libvips/conversion/im_grid.c -libvips/conversion/im_c2imag.c -libvips/conversion/im_scaleps.c -libvips/conversion/im_fliphor.c -libvips/conversion/im_scale.c -libvips/conversion/im_black.c +libvips/colour/im_Yxy2XYZ.c +libvips/colour/im_lab_morph.c +libvips/colour/im_dE_fromLab.c +libvips/colour/im_Lab2XYZ.c +libvips/colour/im_LabQ2disp.c +libvips/colour/im_LabS2LabQ.c libvips/conversion/im_tbjoin.c -libvips/conversion/im_replicate.c -libvips/conversion/im_embed.c -libvips/conversion/im_lrjoin.c +libvips/conversion/im_zoom.c +libvips/conversion/im_system.c libvips/conversion/im_rot180.c -libvips/conversion/im_extract.c -libvips/conversion/im_wrap.c -libvips/conversion/im_c2rect.c -libvips/conversion/im_copy.c -libvips/conversion/im_rot90.c -libvips/conversion/im_c2amph.c -libvips/conversion/im_msb.c -libvips/conversion/im_system_image.c +libvips/conversion/im_gaussnoise.c +libvips/conversion/im_black.c +libvips/conversion/im_clip2fmt.c +libvips/conversion/im_lrjoin.c +libvips/conversion/im_flipver.c +libvips/conversion/im_vips2mask.c libvips/conversion/im_subsample.c libvips/conversion/im_rot270.c +libvips/conversion/im_grid.c +libvips/conversion/im_msb.c +libvips/conversion/im_copy_file.c +libvips/conversion/im_extract.c +libvips/conversion/im_ri2c.c +libvips/conversion/im_scale.c libvips/conversion/im_gbandjoin.c -libvips/convolution/im_contrast_surface.c -libvips/convolution/im_gradcor.c -libvips/convolution/im_compass.c -libvips/convolution/im_convsep.c +libvips/conversion/im_text.c +libvips/conversion/conver_dispatch.c +libvips/conversion/im_c2rect.c +libvips/conversion/im_c2real.c +libvips/conversion/im_scaleps.c +libvips/conversion/im_copy.c +libvips/conversion/im_wrap.c +libvips/conversion/im_insert.c +libvips/conversion/im_mask2vips.c +libvips/conversion/im_fliphor.c +libvips/conversion/im_c2imag.c +libvips/conversion/im_embed.c +libvips/conversion/im_system_image.c +libvips/conversion/im_c2amph.c +libvips/conversion/im_falsecolour.c +libvips/conversion/im_rot90.c +libvips/conversion/im_replicate.c libvips/convolution/im_conv.c libvips/convolution/im_fastcor.c -libvips/convolution/convol_dispatch.c -libvips/convolution/im_conv_f.c -libvips/convolution/im_addgnoise.c +libvips/convolution/im_contrast_surface.c +libvips/convolution/im_compass.c +libvips/convolution/im_convsep.c libvips/convolution/im_spcor.c +libvips/convolution/im_gradcor.c libvips/convolution/im_convsep_f.c +libvips/convolution/im_conv_f.c +libvips/convolution/convol_dispatch.c +libvips/convolution/im_addgnoise.c libvips/convolution/im_sharpen.c -libvips/deprecated/im_fav4.c +libvips/deprecated/im_printlines.c +libvips/deprecated/im_litecor.c +libvips/deprecated/im_gadd.c +libvips/deprecated/rename.c +libvips/deprecated/im_cmulnorm.c +libvips/deprecated/im_resize_linear.c +libvips/deprecated/im_thresh.c +libvips/deprecated/im_print.c libvips/deprecated/im_setbox.c libvips/deprecated/im_convsub.c -libvips/deprecated/im_cmulnorm.c -libvips/deprecated/im_thresh.c -libvips/deprecated/deprecated_dispatch.c -libvips/deprecated/im_resize_linear.c -libvips/deprecated/im_gadd.c -libvips/deprecated/im_gfadd.c -libvips/deprecated/im_printlines.c -libvips/deprecated/im_bernd.c -libvips/deprecated/im_slice.c -libvips/deprecated/im_litecor.c -libvips/deprecated/rename.c libvips/deprecated/im_gaddim.c -libvips/deprecated/im_debugim.c -libvips/deprecated/im_print.c +libvips/deprecated/im_slice.c +libvips/deprecated/im_gfadd.c +libvips/deprecated/deprecated_dispatch.c +libvips/deprecated/im_fav4.c libvips/deprecated/im_line.c +libvips/deprecated/im_bernd.c +libvips/deprecated/im_debugim.c libvips/dummy.c -libvips/format/im_tile_cache.c -libvips/format/im_ppm2vips.c -libvips/format/format.c libvips/format/im_vips2tiff.c -libvips/format/im_vips2csv.c -libvips/format/im_vips2ppm.c -libvips/format/im_png2vips.c libvips/format/format_dispatch.c -libvips/format/im_analyze2vips.c -libvips/format/im_magick2vips.c -libvips/format/im_vips2raw.c -libvips/format/im_tiff2vips.c -libvips/format/im_exr2vips.c -libvips/format/matlab.c -libvips/format/im_jpeg2vips.c +libvips/format/im_vips2jpeg.c libvips/format/im_csv2vips.c -libvips/format/im_vips2png.c libvips/format/radiance.c libvips/format/im_raw2vips.c -libvips/format/im_vips2jpeg.c -libvips/freq_filt/im_freq_mask.c +libvips/format/format.c +libvips/format/im_vips2png.c +libvips/format/im_vips2csv.c +libvips/format/im_png2vips.c +libvips/format/im_exr2vips.c +libvips/format/im_magick2vips.c +libvips/format/im_vips2ppm.c +libvips/format/im_tiff2vips.c +libvips/format/im_ppm2vips.c +libvips/format/im_vips2raw.c +libvips/format/im_tile_cache.c +libvips/format/im_jpeg2vips.c +libvips/format/im_analyze2vips.c +libvips/format/matlab.c libvips/freq_filt/im_phasecor_fft.c -libvips/freq_filt/fft_sp.c -libvips/freq_filt/fmaskcir.c -libvips/freq_filt/im_fractsurf.c libvips/freq_filt/im_freqflt.c +libvips/freq_filt/im_fractsurf.c +libvips/freq_filt/im_freq_mask.c +libvips/freq_filt/freq_dispatch.c +libvips/freq_filt/im_disp_ps.c +libvips/freq_filt/im_fwfft.c +libvips/freq_filt/im_invfftr.c +libvips/freq_filt/fmaskcir.c libvips/freq_filt/fmask4th.c libvips/freq_filt/im_invfft.c -libvips/freq_filt/freq_dispatch.c +libvips/freq_filt/fft_sp.c libvips/freq_filt/im_rotquad.c -libvips/freq_filt/im_invfftr.c -libvips/freq_filt/im_fwfft.c -libvips/freq_filt/im_disp_ps.c -libvips/histograms_lut/im_gammacorrect.c -libvips/histograms_lut/im_hist.c -libvips/histograms_lut/im_project.c -libvips/histograms_lut/im_stdif.c -libvips/histograms_lut/im_mpercent.c +libvips/histograms_lut/im_histeq.c +libvips/histograms_lut/im_buildlut.c libvips/histograms_lut/im_histnD.c libvips/histograms_lut/im_histspec.c -libvips/histograms_lut/im_identity.c -libvips/histograms_lut/im_histindexed.c -libvips/histograms_lut/hist_dispatch.c -libvips/histograms_lut/im_hsp.c -libvips/histograms_lut/im_histgr.c -libvips/histograms_lut/im_buildlut.c -libvips/histograms_lut/tone.c -libvips/histograms_lut/im_histeq.c -libvips/histograms_lut/im_histplot.c -libvips/histograms_lut/im_lhisteq.c -libvips/histograms_lut/im_invertlut.c libvips/histograms_lut/im_heq.c +libvips/histograms_lut/im_hist.c +libvips/histograms_lut/im_stdif.c +libvips/histograms_lut/im_invertlut.c +libvips/histograms_lut/im_histplot.c +libvips/histograms_lut/im_project.c +libvips/histograms_lut/im_gammacorrect.c +libvips/histograms_lut/im_hsp.c +libvips/histograms_lut/im_mpercent.c +libvips/histograms_lut/im_histgr.c +libvips/histograms_lut/hist_dispatch.c +libvips/histograms_lut/im_histindexed.c +libvips/histograms_lut/tone.c +libvips/histograms_lut/im_lhisteq.c +libvips/histograms_lut/im_identity.c libvips/histograms_lut/im_maplut.c -libvips/inplace/smudge_area.c +libvips/inplace/line_draw.c +libvips/inplace/im_circle.c +libvips/inplace/im_paintrect.c libvips/inplace/flood.c +libvips/inplace/im_plotmask.c libvips/inplace/im_insertplace.c libvips/inplace/plot_point.c -libvips/inplace/line_draw.c -libvips/inplace/im_plotmask.c -libvips/inplace/im_paintrect.c +libvips/inplace/smudge_area.c libvips/inplace/inplace_dispatch.c -libvips/inplace/im_circle.c -libvips/iofuncs/check.c -libvips/iofuncs/sink.c -libvips/iofuncs/rect.c -libvips/iofuncs/semaphore.c -libvips/iofuncs/memory.c -libvips/iofuncs/region.c -libvips/iofuncs/im_setbuf.c -libvips/iofuncs/callback.c libvips/iofuncs/im_wrapmany.c -libvips/iofuncs/im_guess_prefix.c -libvips/iofuncs/im_generate.c -libvips/iofuncs/init.c -libvips/iofuncs/sinkscreen.c -libvips/iofuncs/im_mapfile.c -libvips/iofuncs/package.c -libvips/iofuncs/debug.c libvips/iofuncs/im_init_world.c +libvips/iofuncs/sinkdisc.c +libvips/iofuncs/im_prepare.c +libvips/iofuncs/im_open.c +libvips/iofuncs/im_histlin.c +libvips/iofuncs/im_cp_desc.c +libvips/iofuncs/time.c +libvips/iofuncs/im_mapfile.c +libvips/iofuncs/im_writeline.c +libvips/iofuncs/buffer.c +libvips/iofuncs/im_setbuf.c +libvips/iofuncs/semaphore.c +libvips/iofuncs/sinkscreen.c +libvips/iofuncs/dispatch_types.c +libvips/iofuncs/callback.c +libvips/iofuncs/window.c +libvips/iofuncs/sinkmemory.c +libvips/iofuncs/im_open_vips.c +libvips/iofuncs/header.c +libvips/iofuncs/region.c +libvips/iofuncs/check.c libvips/iofuncs/im_partial.c libvips/iofuncs/meta.c -libvips/iofuncs/im_setupout.c -libvips/iofuncs/base64.c -libvips/iofuncs/time.c -libvips/iofuncs/im_histlin.c -libvips/iofuncs/object.c -libvips/iofuncs/im_image.c -libvips/iofuncs/im_cp_desc.c -libvips/iofuncs/buf.c -libvips/iofuncs/util.c -libvips/iofuncs/im_prepare.c -libvips/iofuncs/im_binfile.c -libvips/iofuncs/header.c -libvips/iofuncs/sinkmemory.c -libvips/iofuncs/window.c -libvips/iofuncs/sinkdisc.c -libvips/iofuncs/im_demand_hint.c -libvips/iofuncs/buffer.c -libvips/iofuncs/im_open.c +libvips/iofuncs/sink.c libvips/iofuncs/error.c -libvips/iofuncs/dispatch_types.c -libvips/iofuncs/threadpool.c -libvips/iofuncs/im_writeline.c -libvips/iofuncs/im_open_vips.c +libvips/iofuncs/im_demand_hint.c libvips/iofuncs/im_unmapfile.c +libvips/iofuncs/im_binfile.c +libvips/iofuncs/util.c +libvips/iofuncs/buf.c +libvips/iofuncs/debug.c +libvips/iofuncs/base64.c +libvips/iofuncs/im_setupout.c +libvips/iofuncs/package.c +libvips/iofuncs/rect.c +libvips/iofuncs/init.c +libvips/iofuncs/object.c +libvips/iofuncs/threadpool.c +libvips/iofuncs/im_image.c libvips/iofuncs/im_close.c +libvips/iofuncs/memory.c +libvips/iofuncs/im_generate.c +libvips/iofuncs/im_guess_prefix.c +libvips/mask/mask_dispatch.c +libvips/mask/rotmask.c +libvips/mask/im_logmasks.c libvips/mask/im_matcat.c +libvips/mask/matalloc.c +libvips/mask/im_gaussmasks.c libvips/mask/rw_mask.c -libvips/mask/im_matinv.c libvips/mask/im_mattrn.c libvips/mask/im_matmul.c -libvips/mask/im_logmasks.c -libvips/mask/im_gaussmasks.c -libvips/mask/rotmask.c -libvips/mask/matalloc.c -libvips/mask/mask_dispatch.c -libvips/morphology/im_profile.c -libvips/morphology/im_label_regions.c -libvips/morphology/morph_dispatch.c -libvips/morphology/im_zerox.c -libvips/morphology/im_erode.c +libvips/mask/im_matinv.c libvips/morphology/im_cntlines.c -libvips/morphology/im_rank.c +libvips/morphology/im_profile.c libvips/morphology/im_dilate.c +libvips/morphology/morph_dispatch.c libvips/morphology/im_rank_image.c -libvips/mosaicing/mosaicing_dispatch.c -libvips/mosaicing/im_lrmerge.c -libvips/mosaicing/im_remosaic.c -libvips/mosaicing/im_tbmosaic.c -libvips/mosaicing/im_chkpair.c -libvips/mosaicing/im_tbcalcon.c -libvips/mosaicing/global_balance.c -libvips/mosaicing/im_tbmerge.c -libvips/mosaicing/im_maxpos_subpel.c -libvips/mosaicing/im_improve.c -libvips/mosaicing/im_avgdxdy.c -libvips/mosaicing/im_align_bands.c -libvips/mosaicing/im_lrcalcon.c -libvips/mosaicing/im_initialize.c -libvips/mosaicing/match.c +libvips/morphology/im_erode.c +libvips/morphology/im_zerox.c +libvips/morphology/im_label_regions.c +libvips/morphology/im_rank.c libvips/mosaicing/mosaic1.c libvips/mosaicing/im_clinear.c +libvips/mosaicing/match.c +libvips/mosaicing/mosaicing_dispatch.c +libvips/mosaicing/im_improve.c +libvips/mosaicing/im_tbmosaic.c +libvips/mosaicing/im_tbmerge.c +libvips/mosaicing/global_balance.c +libvips/mosaicing/im_align_bands.c +libvips/mosaicing/im_lrmerge.c +libvips/mosaicing/im_initialize.c +libvips/mosaicing/im_avgdxdy.c +libvips/mosaicing/im_maxpos_subpel.c libvips/mosaicing/im_lrmosaic.c -libvips/other/im_simcontr.c -libvips/other/glds_funcs.c -libvips/other/cooc_funcs.c -libvips/other/im_grey.c +libvips/mosaicing/im_lrcalcon.c +libvips/mosaicing/im_chkpair.c +libvips/mosaicing/im_remosaic.c +libvips/mosaicing/im_tbcalcon.c libvips/other/other_dispatch.c libvips/other/im_benchmark.c -libvips/other/im_meanstd.c -libvips/other/im_zone.c libvips/other/im_sines.c -libvips/other/im_eye.c -libvips/other/im_spatres.c +libvips/other/im_simcontr.c libvips/other/im_make_xy.c libvips/other/im_dif_std.c -libvips/relational/im_ifthenelse.c +libvips/other/cooc_funcs.c +libvips/other/im_zone.c +libvips/other/im_spatres.c +libvips/other/im_eye.c +libvips/other/glds_funcs.c +libvips/other/im_meanstd.c +libvips/other/im_grey.c libvips/relational/relational_dispatch.c +libvips/relational/im_ifthenelse.c libvips/relational/relational.c libvips/relational/im_blend.c -libvips/resample/im_affine.c libvips/resample/im_stretch3.c -libvips/resample/transform.c libvips/resample/im_shrink.c libvips/resample/resample_dispatch.c -libvips/resample/interpolate.c +libvips/resample/im_affine.c libvips/resample/im_rightshift_size.c +libvips/resample/transform.c +libvips/resample/interpolate.c libvips/video/video_dispatch.c libvips/video/im_video_test.c libvips/video/im_video_v4l1.c tools/iofuncs/vips.c -tools/iofuncs/edvips.c tools/iofuncs/vipsthumbnail.c tools/iofuncs/header.c +tools/iofuncs/edvips.c tools/mosaicing/find_mosaic.c tools/mosaicing/mergeup.c -tools/other/simcontr.c tools/other/squares.c -tools/other/sines.c tools/other/glds_features.c -tools/other/glds.c +tools/other/simcontr.c tools/other/spatres.c tools/other/cooc.c +tools/other/sines.c tools/other/cooc_features.c +tools/other/glds.c libvipsCC/VDisplay.cc libvipsCC/VError.cc libvipsCC/VImage.cc libvipsCC/vipsc++.cc libvipsCC/VMask.cc libvips/dummy2.cc -libvipsCC/include/vips/VDisplay.h libvipsCC/include/vips/VImage.h libvipsCC/include/vips/vipscpp.h +libvipsCC/include/vips/VDisplay.h libvipsCC/include/vips/VError.h -libvipsCC/include/vips/VMask.h libvipsCC/include/vips/vipsc++.h +libvipsCC/include/vips/VMask.h libvips/cimg/CImg.h libvips/format/dbh.h -libvips/include/vips/type.h -libvips/include/vips/struct.h -libvips/include/vips/deprecated.h -libvips/include/vips/image.h libvips/include/vips/mosaicing.h -libvips/include/vips/freq_filt.h -libvips/include/vips/buf.h -libvips/include/vips/threadpool.h -libvips/include/vips/header.h -libvips/include/vips/inlines.h -libvips/include/vips/generate.h -libvips/include/vips/cimg_funcs.h -libvips/include/vips/object.h -libvips/include/vips/other.h -libvips/include/vips/util.h -libvips/include/vips/inplace.h -libvips/include/vips/version.h -libvips/include/vips/private.h -libvips/include/vips/boolean.h -libvips/include/vips/conversion.h -libvips/include/vips/almostdeprecated.h -libvips/include/vips/resample.h -libvips/include/vips/dispatch.h -libvips/include/vips/rect.h libvips/include/vips/semaphore.h -libvips/include/vips/disp.h -libvips/include/vips/colour.h -libvips/include/vips/intl.h -libvips/include/vips/region.h -libvips/include/vips/morphology.h -libvips/include/vips/format.h -libvips/include/vips/internal.h -libvips/include/vips/interpolate.h -libvips/include/vips/check.h -libvips/include/vips/memory.h -libvips/include/vips/meta.h -libvips/include/vips/transform.h -libvips/include/vips/error.h -libvips/include/vips/convolution.h -libvips/include/vips/callback.h -libvips/include/vips/mask.h +libvips/include/vips/freq_filt.h +libvips/include/vips/cimg_funcs.h libvips/include/vips/vips.h -libvips/include/vips/debug.h -libvips/include/vips/histograms_lut.h -libvips/include/vips/thread.h +libvips/include/vips/boolean.h +libvips/include/vips/memory.h +libvips/include/vips/buf.h +libvips/include/vips/dispatch.h +libvips/include/vips/conversion.h +libvips/include/vips/inplace.h libvips/include/vips/relational.h -libvips/include/vips/video.h +libvips/include/vips/mask.h +libvips/include/vips/rect.h +libvips/include/vips/generate.h libvips/include/vips/arithmetic.h +libvips/include/vips/util.h +libvips/include/vips/almostdeprecated.h +libvips/include/vips/meta.h +libvips/include/vips/colour.h +libvips/include/vips/threadpool.h +libvips/include/vips/morphology.h +libvips/include/vips/error.h +libvips/include/vips/transform.h +libvips/include/vips/region.h +libvips/include/vips/header.h +libvips/include/vips/image.h +libvips/include/vips/intl.h +libvips/include/vips/video.h +libvips/include/vips/callback.h +libvips/include/vips/thread.h +libvips/include/vips/convolution.h +libvips/include/vips/debug.h +libvips/include/vips/interpolate.h +libvips/include/vips/private.h +libvips/include/vips/check.h +libvips/include/vips/struct.h +libvips/include/vips/format.h +libvips/include/vips/object.h +libvips/include/vips/deprecated.h +libvips/include/vips/inlines.h +libvips/include/vips/histograms_lut.h +libvips/include/vips/other.h +libvips/include/vips/resample.h +libvips/include/vips/internal.h +libvips/include/vips/disp.h +libvips/include/vips/type.h libvips/iofuncs/base64.h +libvips/mosaicing/global_balance.h libvips/mosaicing/mosaic.h libvips/mosaicing/merge.h -libvips/mosaicing/global_balance.h libvips/resample/templates.h libvips/video/im_video_v4l1.h +libvips/cimg/cimg.cpp +libvips/resample/nohalo.cpp +libvips/resample/snohalo.cpp +libvips/resample/lbb.cpp +libvips/resample/bicubic.cpp diff --git a/po/README b/po/README index 960345b0..c791b520 100644 --- a/po/README +++ b/po/README @@ -24,12 +24,15 @@ cd vips-7.x.x find */* -name "*.c" > po/POTFILES.in find */* -name "*.cc" >> po/POTFILES.in find */* -name "*.h" >> po/POTFILES.in +find */* -name "*.cxx" >> po/POTFILES.in +find */* -name "*.cpp" >> po/POTFILES.in - regenerate the list of files to search for strings + regenerate the list of files to search for strings ... don't forget to + remove autogenerated files (eg. in swig) from the list intltool-update --pot - make a new vips-7.x.pot translation template from the sources + make a new vips7.pot translation template from the sources :%s/msgstr ""/msgstr "Malkovich"/ :%s/msgstr\[0\] ""/msgstr[0] "Malkovich"/ @@ -52,7 +55,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" - edits to make vips.pot into test.po + edits to make vips7.pot into test.po msgfmt -cv -o /dev/null test.po diff --git a/po/de.po b/po/de.po index b6921a97..932288b3 100644 --- a/po/de.po +++ b/po/de.po @@ -354,12 +354,12 @@ msgstr "RGB-Eingabeprofil benötigt ein Eingabebild mit drei Bändern" #: libvips/colour/im_icc_transform.c:474 libvips/colour/im_icc_transform.c:604 #, c-format -msgid "unimplemented input colour space 0x%x" +msgid "unimplemented input color space 0x%x" msgstr "nicht implementierter Eingabefarbraum 0x%x" #: libvips/colour/im_icc_transform.c:501 libvips/colour/im_icc_transform.c:814 #, c-format -msgid "unimplemented output colour space 0x%x" +msgid "unimplemented output color space 0x%x" msgstr "nicht implementierter Ausgabefarbraum 0x%x" #: libvips/colour/im_icc_transform.c:517 libvips/colour/im_icc_transform.c:620 @@ -1210,7 +1210,7 @@ msgid "error reading XML: %s" msgstr "Fehler beim Lesen von XML: %s" #: libvips/format/im_png2vips.c:258 -msgid "unsupported colour type" +msgid "unsupported color type" msgstr "nicht unterstützter Farbtyp" #: libvips/format/im_png2vips.c:386 diff --git a/po/en_GB.po b/po/en_GB.po index 3cd65c39..6d70dd8f 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -1,757 +1,743 @@ -# en_GB translations for vips -# just swap color for colour +# UK English translation of vips. +# Copyright (C) 1990-2010 Imperial College, London and others. +# This file is distributed under the same license as the vips package. +# John Cupitt +# See also http://www.gnu-darwin.org/www001/src/ports/graphics/vips/work/ +# vips-7.12.4/doc/pdf/vipsmanual.pdf # msgid "" msgstr "" -"Project-Id-Version: vips 7.21.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-05-14 16:15+0100\n" -"PO-Revision-Date: Thu Nov 26 12:08:20 GMT 2009\n" -"Last-Translator: john \n" -"Language-Team: \n" +"Project-Id-Version: libvips-doc 7.22.0\n" +"Report-Msgid-Bugs-To: Jay Berkenbilt \n" +"POT-Creation-Date: 2010-05-26 12:11+0100\n" +"PO-Revision-Date: 2010-05-26 12:11+0100\n" +"Last-Translator: John Cupitt \n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: libvips/acquire/im_clamp.c:70 +#: ../libvips/acquire/im_clamp.c:70 msgid "bad input format" msgstr "" -#: libvips/acquire/im_clamp.c:75 +#: ../libvips/acquire/im_clamp.c:75 msgid "bad black format" msgstr "" -#: libvips/arithmetic/im_point_bilinear.c:78 -msgid "coords outside image" +#: ../libvips/arithmetic/im_abs.c:261 +msgid "unknown input type" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:302 +#: ../libvips/arithmetic/arith_dispatch.c:302 msgid "absolute value" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:321 +#: ../libvips/arithmetic/arith_dispatch.c:321 msgid "add two images" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:346 +#: ../libvips/arithmetic/arith_dispatch.c:346 msgid "average value of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:435 +#: ../libvips/arithmetic/arith_dispatch.c:435 msgid "standard deviation of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:454 +#: ../libvips/arithmetic/arith_dispatch.c:454 msgid "10^pel of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:473 +#: ../libvips/arithmetic/arith_dispatch.c:473 msgid "e^pel of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:502 +#: ../libvips/arithmetic/arith_dispatch.c:502 msgid "x^pel of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:531 +#: ../libvips/arithmetic/arith_dispatch.c:531 msgid "[x,y,z]^pel of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:550 +#: ../libvips/arithmetic/arith_dispatch.c:550 msgid "divide two images" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:569 +#: ../libvips/arithmetic/arith_dispatch.c:569 msgid "photographic negative" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:600 +#: ../libvips/arithmetic/arith_dispatch.c:600 msgid "calculate a*in + b = outfile" msgstr "" -#: libvips/arithmetic/arith_dispatch.c:626 +#: ../libvips/arithmetic/arith_dispatch.c:626 msgid "vectors not equal length" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:637 +#: ../libvips/arithmetic/arith_dispatch.c:637 msgid "calculate a*in + b -> out, a and b vectors" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:656 +#: ../libvips/arithmetic/arith_dispatch.c:656 msgid "log10 of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:675 +#: ../libvips/arithmetic/arith_dispatch.c:675 msgid "ln of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:694 +#: ../libvips/arithmetic/arith_dispatch.c:694 msgid "tan of image (angles in degrees)" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:713 +#: ../libvips/arithmetic/arith_dispatch.c:713 msgid "atan of image (result in degrees)" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:732 +#: ../libvips/arithmetic/arith_dispatch.c:732 msgid "cos of image (angles in degrees)" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:751 +#: ../libvips/arithmetic/arith_dispatch.c:751 msgid "acos of image (result in degrees)" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:770 -msgid "round to smallest integal value not less than" +#: ../libvips/arithmetic/arith_dispatch.c:770 +msgid "round to smallest integer value not less than" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:789 -msgid "round to largest integal value not greater than" +#: ../libvips/arithmetic/arith_dispatch.c:789 +msgid "round to largest integer value not greater than" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:808 -msgid "round to nearest integal value" +#: ../libvips/arithmetic/arith_dispatch.c:808 +msgid "round to nearest integer value" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:827 +#: ../libvips/arithmetic/arith_dispatch.c:827 msgid "sin of image (angles in degrees)" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:846 +#: ../libvips/arithmetic/arith_dispatch.c:846 msgid "average image bands" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:865 +#: ../libvips/arithmetic/arith_dispatch.c:865 msgid "unit vector in direction of value" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:884 +#: ../libvips/arithmetic/arith_dispatch.c:884 msgid "asin of image (result in degrees)" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:909 +#: ../libvips/arithmetic/arith_dispatch.c:909 msgid "maximum value of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:944 +#: ../libvips/arithmetic/arith_dispatch.c:944 msgid "position of maximum value of image" msgstr "" -#: libvips/arithmetic/arith_dispatch.c:972 +#: ../libvips/arithmetic/arith_dispatch.c:972 msgid "position of maximum value of image, averaging in case of draw" msgstr "" -#: libvips/arithmetic/arith_dispatch.c:1016 +#: ../libvips/arithmetic/arith_dispatch.c:1016 msgid "position and value of n maxima of image" msgstr "" -#: libvips/arithmetic/arith_dispatch.c:1050 +#: ../libvips/arithmetic/arith_dispatch.c:1050 msgid "position and value of n minima of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1098 +#: ../libvips/arithmetic/arith_dispatch.c:1098 msgid "measure averages of a grid of patches" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1123 +#: ../libvips/arithmetic/arith_dispatch.c:1123 msgid "minimum value of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1151 +#: ../libvips/arithmetic/arith_dispatch.c:1151 msgid "position of minimum value of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1170 +#: ../libvips/arithmetic/arith_dispatch.c:1170 msgid "remainder after integer division" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1199 +#: ../libvips/arithmetic/arith_dispatch.c:1199 msgid "remainder after integer division by a constant" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1228 +#: ../libvips/arithmetic/arith_dispatch.c:1228 msgid "remainder after integer division by a vector of constants" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1248 +#: ../libvips/arithmetic/arith_dispatch.c:1248 msgid "multiply two images" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1269 +#: ../libvips/arithmetic/arith_dispatch.c:1269 msgid "pel^x of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1290 +#: ../libvips/arithmetic/arith_dispatch.c:1290 msgid "pel^[x,y,z] of image" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1321 +#: ../libvips/arithmetic/arith_dispatch.c:1321 msgid "many image statistics in one pass" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1340 +#: ../libvips/arithmetic/arith_dispatch.c:1340 msgid "subtract two images" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1388 +#: ../libvips/arithmetic/arith_dispatch.c:1388 msgid "pixelwise linear regression" msgstr "" #. Name -#: libvips/arithmetic/arith_dispatch.c:1407 +#: ../libvips/arithmetic/arith_dispatch.c:1407 msgid "phase of cross power spectrum of two complex images" msgstr "" -#: libvips/arithmetic/im_maxpos_vec.c:125 -#: libvips/arithmetic/im_maxpos_vec.c:190 -msgid "scalar images only" +#: ../libvips/arithmetic/im_point_bilinear.c:78 +msgid "coords outside image" msgstr "" -#: libvips/arithmetic/im_maxpos_vec.c:130 -#: libvips/arithmetic/im_maxpos_vec.c:195 -msgid "single band images only" -msgstr "" - -#: libvips/arithmetic/im_maxpos_vec.c:135 -#: libvips/arithmetic/im_maxpos_vec.c:200 -#: libvips/resample/im_rightshift_size.c:130 -msgid "uncoded images only" -msgstr "" - -#: libvips/arithmetic/im_maxpos_vec.c:140 -#: libvips/arithmetic/im_maxpos_vec.c:205 -msgid "invalid argument" -msgstr "" - -#: libvips/arithmetic/im_measure.c:95 -#, c-format -msgid "patch %d is out of range" -msgstr "" - -#: libvips/arithmetic/im_measure.c:136 -#, c-format -msgid "patch %d, band %d: avg = %g, sdev = %g" -msgstr "" - -#: libvips/arithmetic/im_abs.c:261 -msgid "unknown input type" -msgstr "" - -#: libvips/arithmetic/im_recomb.c:127 +#: ../libvips/arithmetic/im_recomb.c:127 msgid "bands in must equal matrix width" msgstr "" -#: libvips/arithmetic/im_add.c:232 +#: ../libvips/arithmetic/im_maxpos_vec.c:125 +#: ../libvips/arithmetic/im_maxpos_vec.c:190 +msgid "scalar images only" +msgstr "" + +#: ../libvips/arithmetic/im_maxpos_vec.c:130 +#: ../libvips/arithmetic/im_maxpos_vec.c:195 +msgid "single band images only" +msgstr "" + +#: ../libvips/arithmetic/im_maxpos_vec.c:135 +#: ../libvips/arithmetic/im_maxpos_vec.c:200 +#: ../libvips/resample/im_rightshift_size.c:130 +msgid "uncoded images only" +msgstr "" + +#: ../libvips/arithmetic/im_maxpos_vec.c:140 +#: ../libvips/arithmetic/im_maxpos_vec.c:205 +msgid "invalid argument" +msgstr "" + +#: ../libvips/arithmetic/im_add.c:232 #, c-format msgid "not one band or %d bands" msgstr "" -#: libvips/arithmetic/im_add.c:236 libvips/histograms_lut/im_identity.c:84 -#: libvips/histograms_lut/im_identity.c:147 +#: ../libvips/arithmetic/im_add.c:236 +#: ../libvips/histograms_lut/im_identity.c:84 +#: ../libvips/histograms_lut/im_identity.c:147 msgid "bad bands" msgstr "" -#: libvips/colour/im_rad2float.c:190 +#: ../libvips/arithmetic/im_measure.c:95 +#, c-format +msgid "patch %d is out of range" +msgstr "" + +#: ../libvips/arithmetic/im_measure.c:136 +#, c-format +msgid "patch %d, band %d: avg = %g, sdev = %g" +msgstr "" + +#: ../libvips/colour/im_XYZ2disp.c:143 +msgid "3-band uncoded float only" +msgstr "" + +#: ../libvips/colour/im_disp2XYZ.c:90 +msgid "input not 3-band uncoded char" +msgstr "" + +#: ../libvips/colour/disp.c:412 +msgid "out of range [0,255]" +msgstr "" + +#: ../libvips/colour/disp.c:438 +msgid "bad display type" +msgstr "" + +#: ../libvips/colour/disp.c:552 +msgid "display unknown" +msgstr "" + +#: ../libvips/colour/im_rad2float.c:190 msgid "not a RAD image" msgstr "" -#: libvips/colour/im_icc_transform.c:69 +#: ../libvips/colour/im_icc_transform.c:69 msgid "lcms library not linked to this VIPS" msgstr "" -#: libvips/colour/im_icc_transform.c:79 libvips/colour/im_icc_transform.c:88 -#: libvips/colour/im_icc_transform.c:98 libvips/colour/im_icc_transform.c:107 +#: ../libvips/colour/im_icc_transform.c:79 +#: ../libvips/colour/im_icc_transform.c:88 +#: ../libvips/colour/im_icc_transform.c:98 +#: ../libvips/colour/im_icc_transform.c:107 msgid "lmcs library not linked to this VIPS" msgstr "" -#: libvips/colour/im_icc_transform.c:263 libvips/colour/im_icc_transform.c:273 +#: ../libvips/colour/im_icc_transform.c:263 +#: ../libvips/colour/im_icc_transform.c:273 #, c-format msgid "unable to open profile \"%s\"" msgstr "" -#: libvips/colour/im_icc_transform.c:284 +#: ../libvips/colour/im_icc_transform.c:284 msgid "unable to create profiles" msgstr "" -#: libvips/colour/im_icc_transform.c:303 +#: ../libvips/colour/im_icc_transform.c:303 msgid "unable to read profile" msgstr "" -#: libvips/colour/im_icc_transform.c:427 libvips/colour/im_icc_transform.c:436 -#: libvips/colour/im_icc_transform.c:775 +#: ../libvips/colour/im_icc_transform.c:427 +#: ../libvips/colour/im_icc_transform.c:436 +#: ../libvips/colour/im_icc_transform.c:775 #, c-format msgid "" "intent %d (%s) not supported by profile \"%s\"; falling back to default " "intent (usually PERCEPTUAL)" msgstr "" -#: libvips/colour/im_icc_transform.c:446 +#: ../libvips/colour/im_icc_transform.c:446 msgid "CMYK input profile needs a 4 band input image" msgstr "" -#: libvips/colour/im_icc_transform.c:456 +#: ../libvips/colour/im_icc_transform.c:456 msgid "RGB input profile needs a 3 band input image" msgstr "" -#: libvips/colour/im_icc_transform.c:465 libvips/colour/im_icc_transform.c:595 +#: ../libvips/colour/im_icc_transform.c:465 +#: ../libvips/colour/im_icc_transform.c:595 #, c-format -msgid "unimplemented input colour space 0x%x" -msgstr "" +msgid "unimplemented input color space 0x%x" +msgstr "unimplemented input colour space 0x%x" -#: libvips/colour/im_icc_transform.c:492 libvips/colour/im_icc_transform.c:805 +#: ../libvips/colour/im_icc_transform.c:492 +#: ../libvips/colour/im_icc_transform.c:805 #, c-format -msgid "unimplemented output colour space 0x%x" -msgstr "" +msgid "unimplemented output color space 0x%x" +msgstr "unimplemented output colour space 0x%x" -#: libvips/colour/im_icc_transform.c:508 libvips/colour/im_icc_transform.c:611 +#: ../libvips/colour/im_icc_transform.c:508 +#: ../libvips/colour/im_icc_transform.c:611 msgid "uchar or ushort input only" msgstr "" -#: libvips/colour/im_icc_transform.c:560 +#: ../libvips/colour/im_icc_transform.c:560 #, c-format msgid "" "intent %d (%s) not supported by profile; falling back to default intent " "(usually PERCEPTUAL)" msgstr "" -#: libvips/colour/im_icc_transform.c:577 +#: ../libvips/colour/im_icc_transform.c:577 msgid "CMYK profile needs a 4 band input image" msgstr "" -#: libvips/colour/im_icc_transform.c:587 +#: ../libvips/colour/im_icc_transform.c:587 msgid "RGB profile needs a 3 band input image" msgstr "" -#: libvips/colour/im_icc_transform.c:678 +#: ../libvips/colour/im_icc_transform.c:678 msgid "no embedded profile" msgstr "" -#: libvips/colour/im_icc_transform.c:764 +#: ../libvips/colour/im_icc_transform.c:764 msgid "unsupported bit depth" msgstr "" -#: libvips/colour/im_icc_transform.c:853 +#: ../libvips/colour/im_icc_transform.c:853 msgid "unable to get media white point" msgstr "" -#: libvips/colour/disp.c:412 -msgid "out of range [0,255]" -msgstr "" - -#: libvips/colour/disp.c:438 -msgid "bad display type" -msgstr "" - -#: libvips/colour/disp.c:552 -msgid "display unknown" -msgstr "" - -#: libvips/colour/im_disp2XYZ.c:90 -msgid "input not 3-band uncoded char" -msgstr "" - -#: libvips/colour/im_XYZ2disp.c:143 -msgid "3-band uncoded float only" -msgstr "" - -#: libvips/colour/im_lab_morph.c:79 +#: ../libvips/colour/im_lab_morph.c:79 msgid "bad greyscale mask size" msgstr "" -#: libvips/colour/im_lab_morph.c:90 +#: ../libvips/colour/im_lab_morph.c:90 #, c-format msgid "bad greyscale mask value, row %d" msgstr "" -#: libvips/conversion/im_insert.c:271 libvips/conversion/im_insert.c:362 -msgid "xy out of range" -msgstr "" - -#: libvips/conversion/im_mask2vips.c:72 -msgid "bad input mask" -msgstr "" - -#: libvips/conversion/im_gaussnoise.c:128 libvips/conversion/im_black.c:86 -msgid "bad parameter" -msgstr "" - -#: libvips/conversion/im_vips2mask.c:116 -msgid "one band, nx1, or 1xn images only" -msgstr "" - -#: libvips/conversion/im_clip2fmt.c:119 -#, c-format -msgid "%d underflows and %d overflows detected" -msgstr "" - -#: libvips/conversion/im_clip2fmt.c:444 -msgid "fmt out of range" -msgstr "" - -#: libvips/conversion/im_text.c:136 -msgid "no text to render" -msgstr "" - -#: libvips/conversion/im_text.c:223 -msgid "invalid markup in text" -msgstr "" - -#: libvips/conversion/im_text.c:256 -msgid "pangoft2 support disabled" -msgstr "" - -#: libvips/conversion/im_zoom.c:335 +#: ../libvips/conversion/im_zoom.c:335 msgid "zoom factors should be >= 0" msgstr "" #. Make sure we won't get integer overflow. #. -#: libvips/conversion/im_zoom.c:342 +#: ../libvips/conversion/im_zoom.c:342 msgid "zoom factors too large" msgstr "" -#: libvips/conversion/conver_dispatch.c:923 -#: libvips/deprecated/deprecated_dispatch.c:871 -#: libvips/inplace/inplace_dispatch.c:146 -msgid "vectors not same length" +#: ../libvips/conversion/im_gaussnoise.c:128 +#: ../libvips/conversion/im_black.c:86 +msgid "bad parameter" msgstr "" -#: libvips/conversion/im_grid.c:168 libvips/conversion/im_replicate.c:151 -#: libvips/convolution/im_contrast_surface.c:144 -#: libvips/format/im_tile_cache.c:398 libvips/iofuncs/sinkscreen.c:1057 -#: libvips/iofuncs/im_image.c:73 libvips/iofuncs/im_binfile.c:105 -#: libvips/morphology/im_rank.c:365 +#: ../libvips/conversion/im_clip2fmt.c:119 +#, c-format +msgid "%d underflows and %d overflows detected" +msgstr "" + +#: ../libvips/conversion/im_clip2fmt.c:444 +msgid "fmt out of range" +msgstr "" + +#: ../libvips/conversion/im_vips2mask.c:116 +msgid "one band, nx1, or 1xn images only" +msgstr "" + +#: ../libvips/conversion/im_subsample.c:206 +msgid "factors should both be >= 1" +msgstr "" + +#: ../libvips/conversion/im_subsample.c:225 +#: ../libvips/resample/im_shrink.c:267 +msgid "image has shrunk to nothing" +msgstr "" + +#: ../libvips/conversion/im_grid.c:168 +#: ../libvips/conversion/im_replicate.c:151 +#: ../libvips/convolution/im_contrast_surface.c:144 +#: ../libvips/format/im_tile_cache.c:398 ../libvips/iofuncs/sinkscreen.c:1057 +#: ../libvips/iofuncs/im_binfile.c:105 ../libvips/iofuncs/im_image.c:73 +#: ../libvips/morphology/im_rank.c:365 msgid "bad parameters" msgstr "" -#: libvips/conversion/im_grid.c:173 +#: ../libvips/conversion/im_grid.c:173 msgid "bad grid geometry" msgstr "" -#: libvips/conversion/im_embed.c:332 libvips/conversion/im_embed.c:460 -#: libvips/iofuncs/im_generate.c:363 libvips/iofuncs/im_setupout.c:95 -msgid "bad dimensions" +#: ../libvips/conversion/im_msb.c:138 ../libvips/conversion/im_msb.c:217 +msgid "unknown coding" msgstr "" -#: libvips/conversion/im_embed.c:456 -msgid "unknown type" +#: ../libvips/conversion/im_msb.c:173 ../libvips/mask/rw_mask.c:156 +#: ../libvips/mask/rw_mask.c:213 ../libvips/mask/rw_mask.c:449 +#: ../libvips/resample/im_rightshift_size.c:114 +msgid "bad arguments" msgstr "" -#: libvips/conversion/im_extract.c:187 +#: ../libvips/conversion/im_msb.c:187 ../libvips/conversion/im_msb.c:204 +msgid "image does not have that many bands" +msgstr "" + +#: ../libvips/conversion/im_extract.c:187 msgid "band selection out of range" msgstr "" -#: libvips/conversion/im_extract.c:195 +#: ../libvips/conversion/im_extract.c:195 msgid "bad extract area" msgstr "" -#: libvips/conversion/im_copy.c:125 +#: ../libvips/conversion/im_gbandjoin.c:187 +#: ../libvips/morphology/im_rank_image.c:278 +msgid "zero input images!" +msgstr "" + +#: ../libvips/conversion/im_text.c:136 +msgid "no text to render" +msgstr "" + +#: ../libvips/conversion/im_text.c:223 +msgid "invalid markup in text" +msgstr "" + +#: ../libvips/conversion/im_text.c:256 +msgid "pangoft2 support disabled" +msgstr "" + +#: ../libvips/conversion/conver_dispatch.c:923 +#: ../libvips/deprecated/deprecated_dispatch.c:871 +#: ../libvips/inplace/inplace_dispatch.c:146 +msgid "vectors not same length" +msgstr "" + +#: ../libvips/conversion/im_copy.c:125 msgid "coding must be NONE, LABQ or RAD" msgstr "" -#: libvips/conversion/im_copy.c:129 +#: ../libvips/conversion/im_copy.c:129 #, c-format msgid "bandfmt must be in range [0,%d]" msgstr "" -#: libvips/conversion/im_copy.c:149 +#: ../libvips/conversion/im_copy.c:149 msgid "sizeof( pixel ) has changed" msgstr "" -#: libvips/conversion/im_copy.c:360 libvips/deprecated/im_resize_linear.c:184 +#: ../libvips/conversion/im_copy.c:360 +#: ../libvips/deprecated/im_resize_linear.c:184 msgid "unsupported image type" msgstr "" -#: libvips/conversion/im_msb.c:138 libvips/conversion/im_msb.c:217 -msgid "unknown coding" +#: ../libvips/conversion/im_insert.c:271 ../libvips/conversion/im_insert.c:362 +msgid "xy out of range" msgstr "" -#: libvips/conversion/im_msb.c:173 libvips/mask/rw_mask.c:156 -#: libvips/mask/rw_mask.c:213 libvips/mask/rw_mask.c:449 -#: libvips/resample/im_rightshift_size.c:114 -msgid "bad arguments" +#: ../libvips/conversion/im_mask2vips.c:72 +msgid "bad input mask" msgstr "" -#: libvips/conversion/im_msb.c:187 libvips/conversion/im_msb.c:204 -msgid "image does not have that many bands" +#: ../libvips/conversion/im_embed.c:332 ../libvips/conversion/im_embed.c:460 +#: ../libvips/iofuncs/im_setupout.c:95 ../libvips/iofuncs/im_generate.c:363 +msgid "bad dimensions" msgstr "" -#: libvips/conversion/im_subsample.c:206 -msgid "factors should both be >= 1" +#: ../libvips/conversion/im_embed.c:456 +msgid "unknown type" msgstr "" -#: libvips/conversion/im_subsample.c:225 libvips/resample/im_shrink.c:267 -msgid "image has shrunk to nothing" -msgstr "" - -#: libvips/conversion/im_gbandjoin.c:187 -#: libvips/morphology/im_rank_image.c:278 -msgid "zero input images!" -msgstr "" - -#: libvips/convolution/im_contrast_surface.c:151 -msgid "parameters would result in zero size output image" -msgstr "" - -#: libvips/convolution/im_convsep.c:90 libvips/convolution/im_conv.c:139 +#: ../libvips/convolution/im_conv.c:139 ../libvips/convolution/im_convsep.c:90 #, c-format msgid "%d overflows and %d underflows detected" msgstr "" -#: libvips/convolution/im_convsep.c:381 libvips/convolution/im_convsep_f.c:285 -msgid "expect 1xN or Nx1 input mask" -msgstr "" - -#: libvips/convolution/im_convsep.c:399 libvips/convolution/im_conv.c:437 -#: libvips/convolution/im_conv_f.c:336 libvips/convolution/im_convsep_f.c:306 -#: libvips/morphology/im_erode.c:276 libvips/morphology/im_dilate.c:280 +#: ../libvips/convolution/im_conv.c:437 +#: ../libvips/convolution/im_convsep.c:399 +#: ../libvips/convolution/im_convsep_f.c:306 +#: ../libvips/convolution/im_conv_f.c:336 +#: ../libvips/morphology/im_dilate.c:280 ../libvips/morphology/im_erode.c:276 msgid "image too small for mask" msgstr "" -#: libvips/convolution/im_fastcor.c:138 libvips/convolution/im_spcor.c:251 +#: ../libvips/convolution/im_fastcor.c:138 +#: ../libvips/convolution/im_spcor.c:251 msgid "ref not smaller than or equal to in" msgstr "" -#: libvips/convolution/im_sharpen.c:329 libvips/histograms_lut/im_stdif.c:200 +#: ../libvips/convolution/im_contrast_surface.c:151 +msgid "parameters would result in zero size output image" +msgstr "" + +#: ../libvips/convolution/im_convsep.c:381 +#: ../libvips/convolution/im_convsep_f.c:285 +msgid "expect 1xN or Nx1 input mask" +msgstr "" + +#: ../libvips/convolution/im_sharpen.c:329 +#: ../libvips/histograms_lut/im_stdif.c:200 msgid "parameters out of range" msgstr "" -#: libvips/deprecated/im_convsub.c:82 -msgid "calloc failed (1)" -msgstr "" - -#: libvips/deprecated/im_convsub.c:135 -msgid "calloc failed (2)" -msgstr "" - -#: libvips/deprecated/im_convsub.c:193 -msgid "xskip and yskip must be >= 1" -msgstr "" - -#: libvips/deprecated/im_convsub.c:202 -msgid "nput should be unsigned char uncoded" -msgstr "" - -#: libvips/deprecated/im_convsub.c:232 -msgid "too small output sizes" -msgstr "" - -#: libvips/deprecated/im_convsub.c:242 libvips/deprecated/im_convsub.c:296 -msgid "unable to calloc(1)" -msgstr "" - -#: libvips/deprecated/im_convsub.c:261 -msgid "unable to calloc(2)" -msgstr "" - -#: libvips/deprecated/im_convsub.c:289 -msgid "impossible state" -msgstr "" - -#: libvips/deprecated/im_convsub.c:304 -msgid "im_create_int_luts failed" -msgstr "" - -#: libvips/deprecated/im_thresh.c:85 libvips/deprecated/im_slice.c:96 -msgid "input should be uncoded" -msgstr "" - -#: libvips/deprecated/im_thresh.c:127 libvips/deprecated/im_slice.c:151 -msgid "Unknown input format" -msgstr "" - -#. Name -#: libvips/deprecated/deprecated_dispatch.c:164 -msgid "multiply two complex images, normalising output" -msgstr "" - -#. Name -#: libvips/deprecated/deprecated_dispatch.c:200 -msgid "average of 4 images" -msgstr "" - -#. Name -#: libvips/deprecated/deprecated_dispatch.c:234 -msgid "calculate a*in1 + b*in2 + c = outfile" -msgstr "" - -#. Name -#: libvips/deprecated/deprecated_dispatch.c:266 -msgid "calculate max(white)*factor*(in/white), if clip == 1" -msgstr "" - -#: libvips/deprecated/im_resize_linear.c:125 libvips/resample/im_shrink.c:246 -msgid "non-complex input only" -msgstr "" - -#: libvips/deprecated/im_resize_linear.c:129 -msgid "put should be uncoded" -msgstr "" - -#: libvips/deprecated/im_gadd.c:96 libvips/deprecated/im_gadd.c:112 -msgid "Unable to accept image1" -msgstr "" - -#: libvips/deprecated/im_printlines.c:81 libvips/deprecated/im_debugim.c:71 +#: ../libvips/deprecated/im_printlines.c:81 +#: ../libvips/deprecated/im_debugim.c:71 msgid "input must be uncoded" msgstr "" -#: libvips/deprecated/im_printlines.c:85 +#: ../libvips/deprecated/im_printlines.c:85 msgid "unsuitable image type" msgstr "" -#: libvips/deprecated/im_printlines.c:144 libvips/deprecated/im_debugim.c:133 +#: ../libvips/deprecated/im_printlines.c:144 +#: ../libvips/deprecated/im_debugim.c:133 msgid "unknown input format" msgstr "" -#: libvips/deprecated/im_bernd.c:72 libvips/format/im_vips2jpeg.c:969 -msgid "error writing output" +#: ../libvips/deprecated/im_gadd.c:96 ../libvips/deprecated/im_gadd.c:112 +msgid "Unable to accept image1" msgstr "" -#: libvips/deprecated/im_slice.c:91 -msgid "im_iocheck failed" -msgstr "" - -#: libvips/deprecated/im_slice.c:103 -msgid "im_cp_desc failed" -msgstr "" - -#: libvips/deprecated/im_slice.c:109 -msgid "im_setupout failed" -msgstr "" - -#: libvips/deprecated/rename.c:376 +#: ../libvips/deprecated/rename.c:376 #, c-format msgid "bad architecture: %d" msgstr "" -#: libvips/deprecated/im_line.c:73 libvips/inplace/line_draw.c:116 +#: ../libvips/deprecated/im_resize_linear.c:125 +#: ../libvips/resample/im_shrink.c:246 +msgid "non-complex input only" +msgstr "" + +#: ../libvips/deprecated/im_resize_linear.c:129 +msgid "put should be uncoded" +msgstr "" + +#: ../libvips/deprecated/im_thresh.c:85 ../libvips/deprecated/im_slice.c:96 +msgid "input should be uncoded" +msgstr "" + +#: ../libvips/deprecated/im_thresh.c:127 ../libvips/deprecated/im_slice.c:151 +msgid "Unknown input format" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:82 +msgid "calloc failed (1)" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:135 +msgid "calloc failed (2)" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:193 +msgid "xskip and yskip must be >= 1" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:202 +msgid "nput should be unsigned char uncoded" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:232 +msgid "too small output sizes" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:242 +#: ../libvips/deprecated/im_convsub.c:296 +msgid "unable to calloc(1)" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:261 +msgid "unable to calloc(2)" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:289 +msgid "impossible state" +msgstr "" + +#: ../libvips/deprecated/im_convsub.c:304 +msgid "im_create_int_luts failed" +msgstr "" + +#: ../libvips/deprecated/im_slice.c:91 +msgid "im_iocheck failed" +msgstr "" + +#: ../libvips/deprecated/im_slice.c:103 +msgid "im_cp_desc failed" +msgstr "" + +#: ../libvips/deprecated/im_slice.c:109 +msgid "im_setupout failed" +msgstr "" + +#. Name +#: ../libvips/deprecated/deprecated_dispatch.c:164 +msgid "multiply two complex images, normalising output" +msgstr "" + +#. Name +#: ../libvips/deprecated/deprecated_dispatch.c:200 +msgid "average of 4 images" +msgstr "" + +#. Name +#: ../libvips/deprecated/deprecated_dispatch.c:234 +msgid "calculate a*in1 + b*in2 + c = outfile" +msgstr "" + +#. Name +#: ../libvips/deprecated/deprecated_dispatch.c:266 +msgid "calculate max(white)*factor*(in/white), if clip == 1" +msgstr "" + +#: ../libvips/deprecated/im_line.c:73 ../libvips/inplace/line_draw.c:116 msgid "invalid line cooordinates" msgstr "" -#: libvips/deprecated/im_line.c:76 +#: ../libvips/deprecated/im_line.c:76 msgid "line intensity between 0 and 255" msgstr "" -#: libvips/deprecated/im_line.c:80 +#: ../libvips/deprecated/im_line.c:80 msgid "image should have one band only" msgstr "" -#: libvips/format/im_ppm2vips.c:105 -msgid "bad int" +#: ../libvips/deprecated/im_bernd.c:72 ../libvips/format/im_vips2jpeg.c:969 +msgid "error writing output" msgstr "" -#: libvips/format/im_ppm2vips.c:117 -msgid "bad float" -msgstr "" - -#: libvips/format/im_ppm2vips.c:166 -msgid "bad magic number" -msgstr "" - -#: libvips/format/im_ppm2vips.c:215 -msgid "not whitespace before start of binary data" -msgstr "" - -#: libvips/format/im_ppm2vips.c:535 -msgid "PPM/PBM/PNM/PFM" -msgstr "" - -#: libvips/format/format.c:373 -msgid "VIPS" -msgstr "" - -#: libvips/format/format.c:471 libvips/mosaicing/im_remosaic.c:80 -#, c-format -msgid "file \"%s\" not found" -msgstr "" - -#: libvips/format/format.c:479 -#, c-format -msgid "file \"%s\" not a known format" -msgstr "" - -#: libvips/format/format.c:520 -#, c-format -msgid "\"%s\" is not a supported image format." -msgstr "" - -#: libvips/format/im_vips2tiff.c:160 libvips/format/im_tiff2vips.c:161 +#: ../libvips/format/im_vips2tiff.c:160 ../libvips/format/im_tiff2vips.c:161 msgid "TIFF support disabled" msgstr "" -#: libvips/format/im_vips2tiff.c:279 libvips/mask/rw_mask.c:559 +#: ../libvips/format/im_vips2tiff.c:279 ../libvips/mask/rw_mask.c:559 #, c-format msgid "unable to open \"%s\" for output" msgstr "" -#: libvips/format/im_vips2tiff.c:295 libvips/format/im_tiff2vips.c:1390 +#: ../libvips/format/im_vips2tiff.c:295 ../libvips/format/im_tiff2vips.c:1390 #, c-format msgid "unable to open \"%s\" for input" msgstr "" #. Out of space! #. -#: libvips/format/im_vips2tiff.c:701 +#: ../libvips/format/im_vips2tiff.c:701 msgid "layer buffer exhausted -- try making TIFF output tiles smaller" msgstr "" -#: libvips/format/im_vips2tiff.c:932 +#: ../libvips/format/im_vips2tiff.c:932 msgid "TIFF write tile failed" msgstr "" -#: libvips/format/im_vips2tiff.c:1008 +#: ../libvips/format/im_vips2tiff.c:1008 msgid "internal error #9876345" msgstr "" -#: libvips/format/im_vips2tiff.c:1246 libvips/format/im_vips2tiff.c:1257 +#: ../libvips/format/im_vips2tiff.c:1246 ../libvips/format/im_vips2tiff.c:1257 msgid "bad predictor parameter" msgstr "" -#: libvips/format/im_vips2tiff.c:1268 +#: ../libvips/format/im_vips2tiff.c:1268 msgid "bad JPEG quality parameter" msgstr "" -#: libvips/format/im_vips2tiff.c:1274 +#: ../libvips/format/im_vips2tiff.c:1274 #, c-format msgid "" "unknown compression mode \"%s\"\n" @@ -759,1947 +745,2018 @@ msgid "" "or \"jpeg\"" msgstr "" -#: libvips/format/im_vips2tiff.c:1289 +#: ../libvips/format/im_vips2tiff.c:1289 msgid "bad tile sizes" msgstr "" -#: libvips/format/im_vips2tiff.c:1296 +#: ../libvips/format/im_vips2tiff.c:1296 #, c-format msgid "bad tile size %dx%d" msgstr "" -#: libvips/format/im_vips2tiff.c:1304 +#: ../libvips/format/im_vips2tiff.c:1304 msgid "tile size not a multiple of 16" msgstr "" -#: libvips/format/im_vips2tiff.c:1313 +#: ../libvips/format/im_vips2tiff.c:1313 #, c-format msgid "" "unknown layout mode \"%s\"\n" "should be one of \"tile\" or \"strip\"" msgstr "" -#: libvips/format/im_vips2tiff.c:1325 +#: ../libvips/format/im_vips2tiff.c:1325 #, c-format msgid "" "unknown multi-res mode \"%s\"\n" "should be one of \"flat\" or \"pyramid\"" msgstr "" -#: libvips/format/im_vips2tiff.c:1337 +#: ../libvips/format/im_vips2tiff.c:1337 #, c-format msgid "" "unknown format \"%s\"\n" "should be one of \"onebit\" or \"manybit\"" msgstr "" -#: libvips/format/im_vips2tiff.c:1359 +#: ../libvips/format/im_vips2tiff.c:1359 #, c-format msgid "" "unknown resolution unit \"%s\"\n" "should be one of \"res_cm\" or \"res_inch\"" msgstr "" -#: libvips/format/im_vips2tiff.c:1369 +#: ../libvips/format/im_vips2tiff.c:1369 msgid "bad resolution values" msgstr "" -#: libvips/format/im_vips2tiff.c:1386 libvips/format/im_vips2jpeg.c:730 +#: ../libvips/format/im_vips2tiff.c:1386 ../libvips/format/im_vips2jpeg.c:730 #, c-format msgid "unknown extra options \"%s\"" msgstr "" -#: libvips/format/im_vips2tiff.c:1390 +#: ../libvips/format/im_vips2tiff.c:1390 msgid "can't have strip pyramid -- enabling tiling" msgstr "" -#: libvips/format/im_vips2tiff.c:1401 +#: ../libvips/format/im_vips2tiff.c:1401 msgid "can only pyramid LABQ and non-complex images" msgstr "" -#: libvips/format/im_vips2tiff.c:1417 +#: ../libvips/format/im_vips2tiff.c:1417 msgid "can't have 1-bit JPEG -- disabling JPEG" msgstr "" -#: libvips/format/im_vips2tiff.c:1702 +#: ../libvips/format/im_vips2tiff.c:1702 msgid "unsigned 8-bit int, 16-bit int, and 32-bit float only" msgstr "" -#: libvips/format/im_vips2tiff.c:1709 +#: ../libvips/format/im_vips2tiff.c:1709 msgid "1 to 5 bands only" msgstr "" -#: libvips/format/im_vips2csv.c:166 libvips/format/matlab.c:107 -#: libvips/format/im_csv2vips.c:363 libvips/mosaicing/global_balance.c:1186 -#: libvips/mosaicing/global_balance.c:1521 +#: ../libvips/format/im_vips2jpeg.c:80 ../libvips/format/im_vips2jpeg.c:89 +#: ../libvips/format/im_vips2jpeg.c:98 ../libvips/format/im_jpeg2vips.c:77 +msgid "JPEG support disabled" +msgstr "" + +#: ../libvips/format/im_vips2jpeg.c:164 ../libvips/format/im_jpeg2vips.c:143 +#, c-format +msgid "%s" +msgstr "" + +#: ../libvips/format/im_vips2jpeg.c:243 ../libvips/format/im_vips2png.c:143 +msgid "unable to convert to saveable format" +msgstr "" + +#: ../libvips/format/im_vips2jpeg.c:342 +msgid "error setting JPEG resolution" +msgstr "" + +#: ../libvips/format/im_vips2jpeg.c:385 +msgid "error saving EXIF" +msgstr "" + +#: ../libvips/format/im_vips2jpeg.c:576 +msgid "qfac should be in 0-100" +msgstr "" + +#: ../libvips/format/im_csv2vips.c:139 +#, c-format +msgid "error parsing number, line %d, column %d" +msgstr "" + +#: ../libvips/format/im_csv2vips.c:192 +msgid "end of file while skipping start" +msgstr "" + +#: ../libvips/format/im_csv2vips.c:201 ../libvips/iofuncs/util.c:1160 +#: ../libvips/iofuncs/util.c:1166 +msgid "unable to seek" +msgstr "" + +#: ../libvips/format/im_csv2vips.c:212 +msgid "empty line" +msgstr "" + +#: ../libvips/format/im_csv2vips.c:246 +msgid "unexpected end of file" +msgstr "" + +#: ../libvips/format/im_csv2vips.c:251 +msgid "unexpected end of line" +msgstr "" + +#: ../libvips/format/im_csv2vips.c:363 ../libvips/format/im_vips2csv.c:166 +#: ../libvips/format/matlab.c:107 ../libvips/mosaicing/global_balance.c:1186 +#: ../libvips/mosaicing/global_balance.c:1521 #, c-format msgid "unable to open \"%s\"" msgstr "" -#: libvips/format/im_vips2ppm.c:133 libvips/format/im_vips2ppm.c:145 -msgid "write error ... disc full?" +#: ../libvips/format/im_csv2vips.c:410 +msgid "CSV" msgstr "" -#: libvips/format/im_vips2ppm.c:280 -msgid "bad mode string, should be \"binary\" or \"ascii\"" +#: ../libvips/format/radiance.c:885 +msgid "error reading radiance header" msgstr "" -#: libvips/format/im_vips2ppm.c:298 -msgid "binary >8 bit images must be float" +#: ../libvips/format/radiance.c:966 ../libvips/format/im_tiff2vips.c:1302 +msgid "read error" msgstr "" -#: libvips/format/im_png2vips.c:64 libvips/format/im_vips2png.c:65 +#: ../libvips/format/radiance.c:1214 +msgid "Radiance" +msgstr "" + +#: ../libvips/format/format.c:373 +msgid "VIPS" +msgstr "" + +#: ../libvips/format/format.c:471 ../libvips/mosaicing/im_remosaic.c:80 +#, c-format +msgid "file \"%s\" not found" +msgstr "" + +#: ../libvips/format/format.c:479 +#, c-format +msgid "file \"%s\" not a known format" +msgstr "" + +#: ../libvips/format/format.c:520 +#, c-format +msgid "\"%s\" is not a supported image format." +msgstr "" + +#: ../libvips/format/im_vips2png.c:65 ../libvips/format/im_png2vips.c:64 msgid "PNG support disabled" msgstr "" -#: libvips/format/im_png2vips.c:90 libvips/format/im_vips2png.c:90 +#: ../libvips/format/im_vips2png.c:90 ../libvips/format/im_png2vips.c:90 #, c-format msgid "PNG error: \"%s\"" msgstr "" -#: libvips/format/im_png2vips.c:96 libvips/format/im_vips2png.c:96 +#: ../libvips/format/im_vips2png.c:96 ../libvips/format/im_png2vips.c:96 #, c-format msgid "PNG warning: \"%s\"" msgstr "" -#: libvips/format/im_png2vips.c:260 -msgid "unsupported colour type" +#: ../libvips/format/im_vips2png.c:225 +msgid "compress should be in [0,9]" msgstr "" -#: libvips/format/im_png2vips.c:400 +#: ../libvips/format/im_vips2png.c:365 +#, c-format +msgid "unable to write \"%s\"" +msgstr "" + +#: ../libvips/format/im_png2vips.c:260 +msgid "unsupported color type" +msgstr "unsupported colour type" + +#: ../libvips/format/im_png2vips.c:400 msgid "PNG" msgstr "" -#: libvips/format/im_analyze2vips.c:317 -msgid "header file size incorrect" +#: ../libvips/format/im_exr2vips.c:73 +msgid "OpenEXR support disabled" msgstr "" -#: libvips/format/im_analyze2vips.c:377 +#: ../libvips/format/im_exr2vips.c:115 #, c-format -msgid "%d-dimensional images not supported" +msgid "EXR error: %s" msgstr "" -#: libvips/format/im_analyze2vips.c:430 -#, c-format -msgid "datatype %d not supported" +#: ../libvips/format/im_exr2vips.c:497 +msgid "OpenEXR" msgstr "" -#: libvips/format/im_analyze2vips.c:625 -msgid "Analyze 6.0" -msgstr "" - -#: libvips/format/im_magick2vips.c:84 +#: ../libvips/format/im_magick2vips.c:84 msgid "libMagick support disabled" msgstr "" -#: libvips/format/im_magick2vips.c:235 +#: ../libvips/format/im_magick2vips.c:235 #, c-format msgid "unsupported image type %d" msgstr "" -#: libvips/format/im_magick2vips.c:300 +#: ../libvips/format/im_magick2vips.c:300 #, c-format msgid "unsupported bit depth %d" msgstr "" -#: libvips/format/im_magick2vips.c:332 +#: ../libvips/format/im_magick2vips.c:332 #, c-format msgid "unsupported colorspace %d" msgstr "" -#: libvips/format/im_magick2vips.c:644 +#: ../libvips/format/im_magick2vips.c:644 msgid "unable to read pixels" msgstr "" -#: libvips/format/im_magick2vips.c:695 +#: ../libvips/format/im_magick2vips.c:695 #, c-format msgid "" "unable to read file \"%s\"\n" "libMagick error: %s %s" msgstr "" -#: libvips/format/im_magick2vips.c:721 +#: ../libvips/format/im_magick2vips.c:721 #, c-format msgid "" "unable to ping file \"%s\"\n" "libMagick error: %s %s" msgstr "" -#: libvips/format/im_magick2vips.c:732 +#: ../libvips/format/im_magick2vips.c:732 msgid "bad image size" msgstr "" -#: libvips/format/im_magick2vips.c:768 +#: ../libvips/format/im_magick2vips.c:768 msgid "libMagick-supported" msgstr "" -#: libvips/format/im_tiff2vips.c:274 libvips/format/im_tiff2vips.c:297 -#: libvips/format/im_tiff2vips.c:316 +#: ../libvips/format/im_vips2ppm.c:133 ../libvips/format/im_vips2ppm.c:145 +msgid "write error ... disc full?" +msgstr "" + +#: ../libvips/format/im_vips2ppm.c:280 +msgid "bad mode string, should be \"binary\" or \"ascii\"" +msgstr "" + +#: ../libvips/format/im_vips2ppm.c:298 +msgid "binary >8 bit images must be float" +msgstr "" + +#: ../libvips/format/im_tiff2vips.c:274 ../libvips/format/im_tiff2vips.c:297 +#: ../libvips/format/im_tiff2vips.c:316 #, c-format msgid "required field %d missing" msgstr "" -#: libvips/format/im_tiff2vips.c:278 +#: ../libvips/format/im_tiff2vips.c:278 #, c-format msgid "required field %d=%d, not %d" msgstr "" -#: libvips/format/im_tiff2vips.c:642 +#: ../libvips/format/im_tiff2vips.c:642 msgid "bad colormap" msgstr "" -#: libvips/format/im_tiff2vips.c:696 libvips/format/im_tiff2vips.c:744 +#: ../libvips/format/im_tiff2vips.c:696 ../libvips/format/im_tiff2vips.c:744 msgid "3 or 4 bands RGB TIFF only" msgstr "" -#: libvips/format/im_tiff2vips.c:832 +#: ../libvips/format/im_tiff2vips.c:832 msgid "4 or 5 bands CMYK TIFF only" msgstr "" -#: libvips/format/im_tiff2vips.c:882 +#: ../libvips/format/im_tiff2vips.c:882 msgid "unknown resolution unit" msgstr "" -#: libvips/format/im_tiff2vips.c:887 +#: ../libvips/format/im_tiff2vips.c:887 #, c-format msgid "" "no resolution information for TIFF image \"%s\" -- defaulting to 1 pixel per " "mm" msgstr "" -#: libvips/format/im_tiff2vips.c:954 +#: ../libvips/format/im_tiff2vips.c:954 #, c-format msgid "unsupported sample format %d for lab image" msgstr "" -#: libvips/format/im_tiff2vips.c:964 +#: ../libvips/format/im_tiff2vips.c:964 #, c-format msgid "unsupported depth %d for LAB image" msgstr "" -#: libvips/format/im_tiff2vips.c:1003 +#: ../libvips/format/im_tiff2vips.c:1003 #, c-format msgid "unsupported sample format %d for greyscale image" msgstr "" -#: libvips/format/im_tiff2vips.c:1012 +#: ../libvips/format/im_tiff2vips.c:1012 #, c-format msgid "unsupported depth %d for greyscale image" msgstr "" -#: libvips/format/im_tiff2vips.c:1060 +#: ../libvips/format/im_tiff2vips.c:1060 #, c-format msgid "unsupported sample format %d for rgb image" msgstr "" -#: libvips/format/im_tiff2vips.c:1069 +#: ../libvips/format/im_tiff2vips.c:1069 #, c-format msgid "unsupported depth %d for RGB image" msgstr "" -#: libvips/format/im_tiff2vips.c:1083 +#: ../libvips/format/im_tiff2vips.c:1083 #, c-format msgid "unknown photometric interpretation %d" msgstr "" -#: libvips/format/im_tiff2vips.c:1302 libvips/format/radiance.c:966 -msgid "read error" -msgstr "" - -#: libvips/format/im_tiff2vips.c:1368 +#: ../libvips/format/im_tiff2vips.c:1368 #, c-format msgid "bad page number %d" msgstr "" -#: libvips/format/im_tiff2vips.c:1467 libvips/format/im_tiff2vips.c:1499 +#: ../libvips/format/im_tiff2vips.c:1467 ../libvips/format/im_tiff2vips.c:1499 #, c-format msgid "TIFF file does not contain page %d" msgstr "" -#: libvips/format/im_tiff2vips.c:1574 +#: ../libvips/format/im_tiff2vips.c:1574 msgid "TIFF" msgstr "" -#: libvips/format/im_exr2vips.c:73 -msgid "OpenEXR support disabled" +#: ../libvips/format/im_ppm2vips.c:105 +msgid "bad int" msgstr "" -#: libvips/format/im_exr2vips.c:115 -#, c-format -msgid "EXR error: %s" +#: ../libvips/format/im_ppm2vips.c:117 +msgid "bad float" msgstr "" -#: libvips/format/im_exr2vips.c:497 -msgid "OpenEXR" +#: ../libvips/format/im_ppm2vips.c:166 +msgid "bad magic number" msgstr "" -#: libvips/format/matlab.c:115 -#, c-format -msgid "no matrix variables in \"%s\"" +#: ../libvips/format/im_ppm2vips.c:215 +msgid "not whitespace before start of binary data" msgstr "" -#: libvips/format/matlab.c:174 -#, c-format -msgid "unsupported rank %d\n" +#: ../libvips/format/im_ppm2vips.c:535 +msgid "PPM/PBM/PNM/PFM" msgstr "" -#: libvips/format/matlab.c:187 -#, c-format -msgid "unsupported class type %d\n" -msgstr "" - -#: libvips/format/matlab.c:235 -msgid "Mat_VarReadDataAll failed" -msgstr "" - -#: libvips/format/matlab.c:340 -msgid "Matlab" -msgstr "" - -#: libvips/format/im_jpeg2vips.c:77 libvips/format/im_vips2jpeg.c:80 -#: libvips/format/im_vips2jpeg.c:89 libvips/format/im_vips2jpeg.c:98 -msgid "JPEG support disabled" -msgstr "" - -#: libvips/format/im_jpeg2vips.c:143 libvips/format/im_vips2jpeg.c:164 -#, c-format -msgid "%s" -msgstr "" - -#: libvips/format/im_jpeg2vips.c:346 +#: ../libvips/format/im_jpeg2vips.c:346 msgid "error reading resolution" msgstr "" -#: libvips/format/im_jpeg2vips.c:366 +#: ../libvips/format/im_jpeg2vips.c:366 msgid "bad resolution unit" msgstr "" -#: libvips/format/im_jpeg2vips.c:648 +#: ../libvips/format/im_jpeg2vips.c:648 #, c-format msgid "bad shrink factor %d" msgstr "" -#: libvips/format/im_jpeg2vips.c:702 +#: ../libvips/format/im_jpeg2vips.c:702 #, c-format msgid "read gave %ld warnings" msgstr "" -#: libvips/format/im_jpeg2vips.c:801 +#: ../libvips/format/im_jpeg2vips.c:801 msgid "JPEG" msgstr "" -#: libvips/format/im_csv2vips.c:139 +#: ../libvips/format/im_analyze2vips.c:317 +msgid "header file size incorrect" +msgstr "" + +#: ../libvips/format/im_analyze2vips.c:377 #, c-format -msgid "error parsing number, line %d, column %d" +msgid "%d-dimensional images not supported" msgstr "" -#: libvips/format/im_csv2vips.c:192 -msgid "end of file while skipping start" -msgstr "" - -#: libvips/format/im_csv2vips.c:201 libvips/iofuncs/util.c:1160 -#: libvips/iofuncs/util.c:1166 -msgid "unable to seek" -msgstr "" - -#: libvips/format/im_csv2vips.c:212 -msgid "empty line" -msgstr "" - -#: libvips/format/im_csv2vips.c:246 -msgid "unexpected end of file" -msgstr "" - -#: libvips/format/im_csv2vips.c:251 -msgid "unexpected end of line" -msgstr "" - -#: libvips/format/im_csv2vips.c:410 -msgid "CSV" -msgstr "" - -#: libvips/format/im_vips2png.c:143 libvips/format/im_vips2jpeg.c:243 -msgid "unable to convert to saveable format" -msgstr "" - -#: libvips/format/im_vips2png.c:225 -msgid "compress should be in [0,9]" -msgstr "" - -#: libvips/format/im_vips2png.c:365 +#: ../libvips/format/im_analyze2vips.c:430 #, c-format -msgid "unable to write \"%s\"" +msgid "datatype %d not supported" msgstr "" -#: libvips/format/radiance.c:885 -msgid "error reading radiance header" +#: ../libvips/format/im_analyze2vips.c:625 +msgid "Analyze 6.0" msgstr "" -#: libvips/format/radiance.c:1214 -msgid "Radiance" +#: ../libvips/format/matlab.c:115 +#, c-format +msgid "no matrix variables in \"%s\"" msgstr "" -#: libvips/format/im_vips2jpeg.c:342 -msgid "error setting JPEG resolution" +#: ../libvips/format/matlab.c:174 +#, c-format +msgid "unsupported rank %d\n" msgstr "" -#: libvips/format/im_vips2jpeg.c:385 -msgid "error saving EXIF" +#: ../libvips/format/matlab.c:187 +#, c-format +msgid "unsupported class type %d\n" msgstr "" -#: libvips/format/im_vips2jpeg.c:576 -msgid "qfac should be in 0-100" +#: ../libvips/format/matlab.c:235 +msgid "Mat_VarReadDataAll failed" msgstr "" -#: libvips/freq_filt/im_freq_mask.c:112 +#: ../libvips/format/matlab.c:340 +msgid "Matlab" +msgstr "" + +#: ../libvips/freq_filt/im_fractsurf.c:76 +msgid "dimension should be in (2,3)" +msgstr "" + +#: ../libvips/freq_filt/im_freq_mask.c:112 msgid "mask sizes power of 2 only" msgstr "" -#: libvips/freq_filt/im_freq_mask.c:159 +#: ../libvips/freq_filt/im_freq_mask.c:159 msgid "unimplemented mask type" msgstr "" -#: libvips/freq_filt/fmaskcir.c:162 libvips/freq_filt/fmaskcir.c:307 -#: libvips/freq_filt/fmaskcir.c:398 libvips/freq_filt/fmaskcir.c:480 -#: libvips/freq_filt/fmaskcir.c:560 libvips/mask/im_matmul.c:68 -msgid "bad sizes" -msgstr "" - -#: libvips/freq_filt/fmaskcir.c:176 libvips/freq_filt/fmaskcir.c:232 -#: libvips/freq_filt/fmaskcir.c:246 libvips/freq_filt/fmaskcir.c:321 -#: libvips/freq_filt/fmaskcir.c:325 libvips/freq_filt/fmaskcir.c:412 -#: libvips/freq_filt/fmaskcir.c:416 libvips/freq_filt/fmaskcir.c:574 -#: libvips/freq_filt/fmaskcir.c:578 libvips/freq_filt/fmask4th.c:124 -#: libvips/freq_filt/fmask4th.c:133 libvips/freq_filt/fmask4th.c:167 -#: libvips/freq_filt/fmask4th.c:176 libvips/freq_filt/fmask4th.c:209 -#: libvips/freq_filt/fmask4th.c:218 libvips/freq_filt/fmask4th.c:256 -#: libvips/freq_filt/fmask4th.c:265 libvips/freq_filt/fmask4th.c:296 -#: libvips/freq_filt/fmask4th.c:305 libvips/freq_filt/fmask4th.c:337 -#: libvips/freq_filt/fmask4th.c:346 libvips/freq_filt/fmask4th.c:377 -#: libvips/freq_filt/fmask4th.c:391 libvips/freq_filt/fmask4th.c:427 -#: libvips/freq_filt/fmask4th.c:441 libvips/freq_filt/fmask4th.c:477 -#: libvips/freq_filt/fmask4th.c:491 libvips/freq_filt/fmask4th.c:531 -#: libvips/freq_filt/fmask4th.c:545 libvips/freq_filt/fmask4th.c:582 -#: libvips/freq_filt/fmask4th.c:596 libvips/freq_filt/fmask4th.c:633 -#: libvips/freq_filt/fmask4th.c:647 libvips/freq_filt/fmask4th.c:701 -msgid "bad args" -msgstr "" - -#: libvips/freq_filt/fmaskcir.c:494 -msgid "bad args (f)" -msgstr "" - -#: libvips/freq_filt/fmaskcir.c:498 -msgid "bad args (ac)" -msgstr "" - -#: libvips/freq_filt/fmaskcir.c:659 libvips/freq_filt/fmask4th.c:795 -msgid "unimplemented mask" -msgstr "" - -#: libvips/freq_filt/im_fractsurf.c:76 -msgid "dimension shuld be in (2,3)" -msgstr "" - -#: libvips/freq_filt/im_invfft.c:90 libvips/freq_filt/im_invfft.c:140 -#: libvips/freq_filt/im_invfftr.c:86 libvips/freq_filt/im_invfftr.c:168 -#: libvips/freq_filt/im_fwfft.c:111 libvips/freq_filt/im_fwfft.c:215 -#: libvips/freq_filt/im_fwfft.c:305 libvips/freq_filt/im_fwfft.c:418 +#: ../libvips/freq_filt/im_fwfft.c:111 ../libvips/freq_filt/im_fwfft.c:215 +#: ../libvips/freq_filt/im_fwfft.c:305 ../libvips/freq_filt/im_fwfft.c:418 +#: ../libvips/freq_filt/im_invfftr.c:86 ../libvips/freq_filt/im_invfftr.c:168 +#: ../libvips/freq_filt/im_invfft.c:90 ../libvips/freq_filt/im_invfft.c:140 msgid "one band uncoded only" msgstr "" -#: libvips/freq_filt/im_invfft.c:103 libvips/freq_filt/im_invfft.c:155 -#: libvips/freq_filt/im_invfftr.c:122 libvips/freq_filt/im_invfftr.c:206 -#: libvips/freq_filt/im_fwfft.c:122 libvips/freq_filt/im_fwfft.c:226 -#: libvips/freq_filt/im_fwfft.c:319 libvips/freq_filt/im_fwfft.c:432 +#: ../libvips/freq_filt/im_fwfft.c:122 ../libvips/freq_filt/im_fwfft.c:226 +#: ../libvips/freq_filt/im_fwfft.c:319 ../libvips/freq_filt/im_fwfft.c:432 +#: ../libvips/freq_filt/im_invfftr.c:122 ../libvips/freq_filt/im_invfftr.c:206 +#: ../libvips/freq_filt/im_invfft.c:103 ../libvips/freq_filt/im_invfft.c:155 msgid "unable to create transform plan" msgstr "" -#: libvips/freq_filt/im_invfft.c:199 libvips/freq_filt/im_invfftr.c:250 -msgid "one band complex uncoded only" -msgstr "" - -#: libvips/freq_filt/im_invfft.c:204 libvips/freq_filt/im_invfftr.c:255 -#: libvips/freq_filt/im_fwfft.c:514 -msgid "sides must be power of 2" -msgstr "" - -#: libvips/freq_filt/im_invfft.c:225 libvips/freq_filt/im_invfftr.c:276 -#: libvips/freq_filt/im_fwfft.c:535 -msgid "fft_sp failed" -msgstr "" - -#: libvips/freq_filt/im_fwfft.c:509 +#: ../libvips/freq_filt/im_fwfft.c:509 msgid "one band non-complex uncoded only" msgstr "" -#: libvips/histograms_lut/im_stdif.c:190 -#: libvips/histograms_lut/im_lhisteq.c:163 -msgid "window too large" +#: ../libvips/freq_filt/im_fwfft.c:514 ../libvips/freq_filt/im_invfftr.c:255 +#: ../libvips/freq_filt/im_invfft.c:204 +msgid "sides must be power of 2" msgstr "" -#: libvips/histograms_lut/im_stdif.c:195 -#: libvips/histograms_lut/im_lhisteq.c:168 -msgid "window too small" +#: ../libvips/freq_filt/im_fwfft.c:535 ../libvips/freq_filt/im_invfftr.c:276 +#: ../libvips/freq_filt/im_invfft.c:225 +msgid "fft_sp failed" msgstr "" -#: libvips/histograms_lut/im_histnD.c:231 +#: ../libvips/freq_filt/im_invfftr.c:250 ../libvips/freq_filt/im_invfft.c:199 +msgid "one band complex uncoded only" +msgstr "" + +#: ../libvips/freq_filt/fmaskcir.c:162 ../libvips/freq_filt/fmaskcir.c:307 +#: ../libvips/freq_filt/fmaskcir.c:398 ../libvips/freq_filt/fmaskcir.c:480 +#: ../libvips/freq_filt/fmaskcir.c:560 ../libvips/mask/im_matmul.c:68 +msgid "bad sizes" +msgstr "" + +#: ../libvips/freq_filt/fmaskcir.c:176 ../libvips/freq_filt/fmaskcir.c:232 +#: ../libvips/freq_filt/fmaskcir.c:246 ../libvips/freq_filt/fmaskcir.c:321 +#: ../libvips/freq_filt/fmaskcir.c:325 ../libvips/freq_filt/fmaskcir.c:412 +#: ../libvips/freq_filt/fmaskcir.c:416 ../libvips/freq_filt/fmaskcir.c:574 +#: ../libvips/freq_filt/fmaskcir.c:578 ../libvips/freq_filt/fmask4th.c:124 +#: ../libvips/freq_filt/fmask4th.c:133 ../libvips/freq_filt/fmask4th.c:167 +#: ../libvips/freq_filt/fmask4th.c:176 ../libvips/freq_filt/fmask4th.c:209 +#: ../libvips/freq_filt/fmask4th.c:218 ../libvips/freq_filt/fmask4th.c:256 +#: ../libvips/freq_filt/fmask4th.c:265 ../libvips/freq_filt/fmask4th.c:296 +#: ../libvips/freq_filt/fmask4th.c:305 ../libvips/freq_filt/fmask4th.c:337 +#: ../libvips/freq_filt/fmask4th.c:346 ../libvips/freq_filt/fmask4th.c:377 +#: ../libvips/freq_filt/fmask4th.c:391 ../libvips/freq_filt/fmask4th.c:427 +#: ../libvips/freq_filt/fmask4th.c:441 ../libvips/freq_filt/fmask4th.c:477 +#: ../libvips/freq_filt/fmask4th.c:491 ../libvips/freq_filt/fmask4th.c:531 +#: ../libvips/freq_filt/fmask4th.c:545 ../libvips/freq_filt/fmask4th.c:582 +#: ../libvips/freq_filt/fmask4th.c:596 ../libvips/freq_filt/fmask4th.c:633 +#: ../libvips/freq_filt/fmask4th.c:647 ../libvips/freq_filt/fmask4th.c:701 +msgid "bad args" +msgstr "" + +#: ../libvips/freq_filt/fmaskcir.c:494 +msgid "bad args (f)" +msgstr "" + +#: ../libvips/freq_filt/fmaskcir.c:498 +msgid "bad args (ac)" +msgstr "" + +#: ../libvips/freq_filt/fmaskcir.c:659 ../libvips/freq_filt/fmask4th.c:795 +msgid "unimplemented mask" +msgstr "" + +#: ../libvips/histograms_lut/im_buildlut.c:124 +msgid "x value not an int" +msgstr "" + +#: ../libvips/histograms_lut/im_buildlut.c:137 +msgid "x range too small" +msgstr "" + +#: ../libvips/histograms_lut/im_buildlut.c:282 +msgid "bad input matrix size" +msgstr "" + +#: ../libvips/histograms_lut/im_histnD.c:231 #, c-format msgid " bins out of range [1,%d]" msgstr "" -#: libvips/histograms_lut/im_identity.c:143 libvips/other/im_grey.c:103 -#: libvips/other/im_make_xy.c:94 -msgid "bad size" +#: ../libvips/histograms_lut/im_stdif.c:190 +#: ../libvips/histograms_lut/im_lhisteq.c:163 +msgid "window too large" msgstr "" -#: libvips/histograms_lut/im_buildlut.c:124 -msgid "x value not an int" +#: ../libvips/histograms_lut/im_stdif.c:195 +#: ../libvips/histograms_lut/im_lhisteq.c:168 +msgid "window too small" msgstr "" -#: libvips/histograms_lut/im_buildlut.c:137 -msgid "x range too small" -msgstr "" - -#: libvips/histograms_lut/im_buildlut.c:282 -msgid "bad input matrix size" -msgstr "" - -#: libvips/histograms_lut/tone.c:198 -msgid "bad in_max, out_max parameters" -msgstr "" - -#: libvips/histograms_lut/tone.c:203 -msgid "bad Lb, Lw parameters" -msgstr "" - -#: libvips/histograms_lut/tone.c:208 -msgid "Ps not in range [0.0,1.0]" -msgstr "" - -#: libvips/histograms_lut/tone.c:213 -msgid "Pm not in range [0.0,1.0]" -msgstr "" - -#: libvips/histograms_lut/tone.c:218 -msgid "Ph not in range [0.0,1.0]" -msgstr "" - -#: libvips/histograms_lut/tone.c:223 -msgid "S not in range [-30,+30]" -msgstr "" - -#: libvips/histograms_lut/tone.c:228 -msgid "M not in range [-30,+30]" -msgstr "" - -#: libvips/histograms_lut/tone.c:233 -msgid "H not in range [-30,+30]" -msgstr "" - -#: libvips/histograms_lut/im_invertlut.c:136 +#: ../libvips/histograms_lut/im_invertlut.c:136 msgid "element out of range [0,1]" msgstr "" -#: libvips/histograms_lut/im_invertlut.c:291 +#: ../libvips/histograms_lut/im_invertlut.c:291 msgid "bad input matrix" msgstr "" -#: libvips/histograms_lut/im_invertlut.c:296 +#: ../libvips/histograms_lut/im_invertlut.c:296 msgid "bad lut_size" msgstr "" -#: libvips/histograms_lut/im_maplut.c:101 +#: ../libvips/histograms_lut/tone.c:198 +msgid "bad in_max, out_max parameters" +msgstr "" + +#: ../libvips/histograms_lut/tone.c:203 +msgid "bad Lb, Lw parameters" +msgstr "" + +#: ../libvips/histograms_lut/tone.c:208 +msgid "Ps not in range [0.0,1.0]" +msgstr "" + +#: ../libvips/histograms_lut/tone.c:213 +msgid "Pm not in range [0.0,1.0]" +msgstr "" + +#: ../libvips/histograms_lut/tone.c:218 +msgid "Ph not in range [0.0,1.0]" +msgstr "" + +#: ../libvips/histograms_lut/tone.c:223 +msgid "S not in range [-30,+30]" +msgstr "" + +#: ../libvips/histograms_lut/tone.c:228 +msgid "M not in range [-30,+30]" +msgstr "" + +#: ../libvips/histograms_lut/tone.c:233 +msgid "H not in range [-30,+30]" +msgstr "" + +#: ../libvips/histograms_lut/im_identity.c:143 +#: ../libvips/other/im_make_xy.c:94 ../libvips/other/im_grey.c:103 +msgid "bad size" +msgstr "" + +#: ../libvips/histograms_lut/im_maplut.c:101 #, c-format msgid "%d overflows detected" msgstr "" -#: libvips/inplace/smudge_area.c:188 libvips/inplace/smudge_area.c:313 -msgid "unknown band format" -msgstr "" - -#: libvips/inplace/plot_point.c:81 -msgid "invalid cooordinates" -msgstr "" - -#: libvips/inplace/line_draw.c:417 +#: ../libvips/inplace/line_draw.c:417 msgid "mask image not 1 band 8 bit uncoded" msgstr "" -#: libvips/inplace/line_draw.c:423 +#: ../libvips/inplace/line_draw.c:423 msgid "ink image does not match in image" msgstr "" -#: libvips/inplace/line_draw.c:427 +#: ../libvips/inplace/line_draw.c:427 msgid "ink image not 1x1 pixels" msgstr "" -#: libvips/inplace/im_plotmask.c:233 libvips/mosaicing/im_lrmerge.c:224 -#: libvips/mosaicing/im_lrmerge.c:273 libvips/mosaicing/im_lrmerge.c:614 -#: libvips/mosaicing/im_tbmerge.c:164 libvips/mosaicing/im_tbmerge.c:218 -#: libvips/mosaicing/im_tbmerge.c:536 -msgid "internal error" -msgstr "" - -#: libvips/inplace/inplace_dispatch.c:216 -#: libvips/inplace/inplace_dispatch.c:261 -msgid "bad vector length" -msgstr "" - -#: libvips/inplace/im_circle.c:81 +#: ../libvips/inplace/im_circle.c:81 msgid "able to write input image" msgstr "" -#: libvips/inplace/im_circle.c:86 +#: ../libvips/inplace/im_circle.c:86 msgid "intensity between 0 and 255" msgstr "" -#: libvips/inplace/im_circle.c:93 -msgid "The circle doesnot fit in image" +#: ../libvips/inplace/im_circle.c:93 +msgid "The circle does not fit in image" msgstr "" -#: libvips/iofuncs/check.c:191 libvips/iofuncs/check.c:412 -#: libvips/iofuncs/check.c:428 -msgid "no image data" +#: ../libvips/inplace/im_plotmask.c:233 ../libvips/mosaicing/im_tbmerge.c:164 +#: ../libvips/mosaicing/im_tbmerge.c:218 ../libvips/mosaicing/im_tbmerge.c:536 +#: ../libvips/mosaicing/im_lrmerge.c:224 ../libvips/mosaicing/im_lrmerge.c:273 +#: ../libvips/mosaicing/im_lrmerge.c:614 +msgid "internal error" msgstr "" -#: libvips/iofuncs/check.c:238 libvips/iofuncs/check.c:447 -#, c-format -msgid "auto-rewind for %s failed" +#: ../libvips/inplace/plot_point.c:81 +msgid "invalid cooordinates" msgstr "" -#: libvips/iofuncs/check.c:247 libvips/iofuncs/check.c:455 -msgid "image not readable" +#: ../libvips/inplace/smudge_area.c:188 ../libvips/inplace/smudge_area.c:313 +msgid "unknown band format" msgstr "" -#: libvips/iofuncs/check.c:281 libvips/iofuncs/check.c:297 -#: libvips/iofuncs/check.c:491 libvips/iofuncs/check.c:502 -msgid "image already written" +#: ../libvips/inplace/inplace_dispatch.c:216 +#: ../libvips/inplace/inplace_dispatch.c:261 +msgid "bad vector length" msgstr "" -#: libvips/iofuncs/check.c:311 libvips/iofuncs/check.c:515 -msgid "image not writeable" -msgstr "" - -#: libvips/iofuncs/check.c:355 -msgid "unable to rewind file" -msgstr "" - -#: libvips/iofuncs/check.c:379 -msgid "bad file type" -msgstr "" - -#: libvips/iofuncs/check.c:477 -msgid "null image descriptor" -msgstr "" - -#: libvips/iofuncs/check.c:557 -msgid "image must be uncoded" -msgstr "" - -#: libvips/iofuncs/check.c:585 -msgid "unknown image coding" -msgstr "" - -#: libvips/iofuncs/check.c:611 -msgid "Radiance coding only" -msgstr "" - -#: libvips/iofuncs/check.c:637 -msgid "LABQ coding only" -msgstr "" - -#: libvips/iofuncs/check.c:661 -msgid "image must one band" -msgstr "" - -#: libvips/iofuncs/check.c:686 -#, c-format -msgid "image must %d bands" -msgstr "" - -#: libvips/iofuncs/check.c:710 -msgid "image must one or three bands" -msgstr "" - -#: libvips/iofuncs/check.c:738 -msgid "images must have the same number of bands, or one must be single-band" -msgstr "" - -#: libvips/iofuncs/check.c:763 -msgid "image must be non-complex" -msgstr "" - -#: libvips/iofuncs/check.c:787 -msgid "image must be complex" -msgstr "" - -#: libvips/iofuncs/check.c:813 -#, c-format -msgid "image must be %s" -msgstr "" - -#: libvips/iofuncs/check.c:837 -msgid "image must be integer" -msgstr "" - -#: libvips/iofuncs/check.c:861 -msgid "image must be unsigned integer" -msgstr "" - -#: libvips/iofuncs/check.c:889 -msgid "image must be 8- or 16-bit integer, signed or unsigned" -msgstr "" - -#: libvips/iofuncs/check.c:916 -msgid "image must be 8- or 16-bit unsigned integer" -msgstr "" - -#: libvips/iofuncs/check.c:942 -msgid "image must be 8- or 16-bit unsigned integer, or float" -msgstr "" - -#: libvips/iofuncs/check.c:970 -msgid "image must be unsigned int or float" -msgstr "" - -#: libvips/iofuncs/check.c:995 -msgid "images must match in size" -msgstr "" - -#: libvips/iofuncs/check.c:1021 -msgid "images must have the same number of bands" -msgstr "" - -#: libvips/iofuncs/check.c:1075 -msgid "images must have the same band format" -msgstr "" - -#: libvips/iofuncs/check.c:1101 -msgid "images must have the same coding" -msgstr "" - -#: libvips/iofuncs/check.c:1126 -#, c-format -msgid "vector must have 1 or %d elements" -msgstr "" - -#: libvips/iofuncs/check.c:1151 -msgid "histograms must have width or height 1" -msgstr "" - -#: libvips/iofuncs/check.c:1156 -msgid "histograms must have not have more than 65536 elements" -msgstr "" - -#: libvips/iofuncs/check.c:1184 libvips/iofuncs/check.c:1211 -msgid "nonsense mask parameters" -msgstr "" - -#: libvips/iofuncs/sink.c:116 -#, c-format -msgid "stop function failed for image \"%s\"" -msgstr "" - -#: libvips/iofuncs/sink.c:151 -#, c-format -msgid "start function failed for image \"%s\"" -msgstr "" - -#: libvips/iofuncs/sink.c:184 -msgid "per-thread state for sink" -msgstr "" - -#: libvips/iofuncs/memory.c:223 libvips/iofuncs/memory.c:226 -#, c-format -msgid "out of memory --- size == %dMB" -msgstr "" - -#: libvips/iofuncs/region.c:209 -#, c-format -msgid "start function failed for image %s" -msgstr "" - -#: libvips/iofuncs/region.c:454 libvips/iofuncs/region.c:522 -#: libvips/iofuncs/region.c:666 libvips/iofuncs/im_prepare.c:318 -msgid "valid clipped to nothing" -msgstr "" - -#: libvips/iofuncs/region.c:568 -msgid "bad image type" -msgstr "" - -#: libvips/iofuncs/region.c:614 libvips/iofuncs/im_prepare.c:275 -msgid "inappropriate region type" -msgstr "" - -#: libvips/iofuncs/region.c:647 libvips/iofuncs/im_prepare.c:300 -msgid "dest too small" -msgstr "" - -#: libvips/iofuncs/region.c:734 -msgid "bad position" -msgstr "" - -#: libvips/iofuncs/im_wrapmany.c:180 +#: ../libvips/iofuncs/im_wrapmany.c:180 msgid "too many input images" msgstr "" -#: libvips/iofuncs/im_wrapmany.c:198 +#: ../libvips/iofuncs/im_wrapmany.c:198 msgid "descriptors differ in size" msgstr "" -#: libvips/iofuncs/im_generate.c:357 -msgid "im_demand_hint() not set" -msgstr "" - -#: libvips/iofuncs/im_generate.c:380 libvips/iofuncs/im_generate.c:404 -msgid "func already attached" -msgstr "" - -#. Not a known output style. -#. -#: libvips/iofuncs/im_generate.c:437 libvips/iofuncs/im_writeline.c:113 -#, c-format -msgid "unable to output to a %s image" -msgstr "" - -#: libvips/iofuncs/sinkscreen.c:186 -msgid "per-thread state for render" -msgstr "" - -#: libvips/iofuncs/sinkscreen.c:537 libvips/iofuncs/sinkdisc.c:247 -#: libvips/iofuncs/threadpool.c:598 -msgid "unable to create thread" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:142 libvips/iofuncs/im_mapfile.c:298 -msgid "unable to CreateFileMapping" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:150 libvips/iofuncs/im_mapfile.c:310 -msgid "unable to MapViewOfFile" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:179 -msgid "unable to mmap" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:180 -#, c-format -msgid "" -"map failed (%s), running very low on system resources, expect a crash soon" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:197 libvips/iofuncs/im_mapfile.c:304 -msgid "unable to UnmapViewOfFile" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:203 -msgid "unable to munmap file" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:225 -msgid "file is less than 64 bytes" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:230 libvips/iofuncs/im_mapfile.c:264 -msgid "unable to get file status" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:236 -msgid "not a regular file" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:270 -msgid "unable to read data" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:330 -#, c-format -msgid "unable to mmap: \"%s\" - %s" -msgstr "" - -#: libvips/iofuncs/im_mapfile.c:340 -#, c-format -msgid "unable to mmap \"%s\" to same address" -msgstr "" - -#: libvips/iofuncs/package.c:591 -#, c-format -msgid "unable to close plugin \"%s\"" -msgstr "" - -#: libvips/iofuncs/package.c:616 -msgid "plugins not supported on this platform" -msgstr "" - -#: libvips/iofuncs/package.c:639 -#, c-format -msgid "unable to open plugin \"%s\"" -msgstr "" - -#: libvips/iofuncs/package.c:653 -#, c-format -msgid "unable to find symbol \"package_table\" in plugin \"%s\"" -msgstr "" - -#: libvips/iofuncs/package.c:666 -#, c-format -msgid "corrupted package table in plugin \"%s\"" -msgstr "" - -#: libvips/iofuncs/package.c:786 libvips/iofuncs/package.c:813 -#: libvips/iofuncs/package.c:841 -#, c-format -msgid "\"%s\" not found" -msgstr "" - -#: libvips/iofuncs/package.c:951 -msgid "too few arguments" -msgstr "" - -#: libvips/iofuncs/package.c:972 -msgid "too many arguments" -msgstr "" - -#: libvips/iofuncs/package.c:1202 -msgid "flag not 0,1,2" -msgstr "" - -#: libvips/iofuncs/debug.c:145 -msgid "" -msgstr "" - -#: libvips/iofuncs/debug.c:151 -msgid "" -msgstr "" - -#: libvips/iofuncs/debug.c:157 -msgid "" -msgstr "" - -#: libvips/iofuncs/debug.c:163 -msgid "" -msgstr "" - -#: libvips/iofuncs/debug.c:169 -msgid "" -msgstr "" - -#: libvips/iofuncs/debug.c:175 -msgid "" -msgstr "" - -#: libvips/iofuncs/im_init_world.c:280 +#: ../libvips/iofuncs/im_init_world.c:277 msgid "evaluate with N concurrent threads" msgstr "" -#: libvips/iofuncs/im_init_world.c:282 +#: ../libvips/iofuncs/im_init_world.c:279 msgid "set tile width to N (DEBUG)" msgstr "" -#: libvips/iofuncs/im_init_world.c:284 +#: ../libvips/iofuncs/im_init_world.c:281 msgid "set tile height to N (DEBUG)" msgstr "" -#: libvips/iofuncs/im_init_world.c:287 +#: ../libvips/iofuncs/im_init_world.c:284 msgid "set thinstrip height to N (DEBUG)" msgstr "" -#: libvips/iofuncs/im_init_world.c:290 +#: ../libvips/iofuncs/im_init_world.c:287 msgid "set fatstrip height to N (DEBUG)" msgstr "" -#: libvips/iofuncs/im_init_world.c:292 +#: ../libvips/iofuncs/im_init_world.c:289 msgid "show progress feedback" msgstr "" -#: libvips/iofuncs/im_init_world.c:315 +#: ../libvips/iofuncs/im_init_world.c:312 msgid "VIPS Options" msgstr "" -#: libvips/iofuncs/im_init_world.c:315 +#: ../libvips/iofuncs/im_init_world.c:312 msgid "Show VIPS options" msgstr "" -#: libvips/iofuncs/meta.c:427 -#, c-format -msgid "field \"%s\" not found" +#: ../libvips/iofuncs/sinkdisc.c:133 +msgid "per-thread state for sinkdisc" msgstr "" -#: libvips/iofuncs/meta.c:485 -#, c-format -msgid "field \"%s\" is of type %s, not %s" +#: ../libvips/iofuncs/sinkdisc.c:247 ../libvips/iofuncs/sinkscreen.c:537 +#: ../libvips/iofuncs/threadpool.c:602 +msgid "unable to create thread" msgstr "" -#: libvips/iofuncs/im_setupout.c:129 -msgid "called twice!" -msgstr "" - -#: libvips/iofuncs/im_setupout.c:147 -#, c-format -msgid "unable to write to \"%s\"" -msgstr "" - -#: libvips/iofuncs/im_setupout.c:160 -msgid "bad image descriptor" -msgstr "" - -#: libvips/iofuncs/base64.c:171 -msgid "too little data" -msgstr "" - -#. We shouldn't really be used for large amounts of data. -#. -#: libvips/iofuncs/base64.c:177 libvips/iofuncs/base64.c:242 -msgid "too much data" -msgstr "" - -#: libvips/iofuncs/object.c:640 -#, c-format -msgid "required construct param %s to %s not set" -msgstr "" - -#: libvips/iofuncs/object.c:719 -msgid "VIPS base class" -msgstr "" - -#: libvips/iofuncs/object.c:735 -msgid "Nickname" -msgstr "" - -#: libvips/iofuncs/object.c:736 -msgid "Class nickname" -msgstr "" - -#: libvips/iofuncs/object.c:746 -msgid "Description" -msgstr "" - -#: libvips/iofuncs/object.c:747 -msgid "Class description" -msgstr "" - -#: libvips/iofuncs/object.c:841 -#, c-format -msgid "no unset required arguments for %s" -msgstr "" - -#: libvips/iofuncs/object.c:890 -msgid "not , or ) after parameter" -msgstr "" - -#: libvips/iofuncs/object.c:897 -msgid "extra tokens after ')'" -msgstr "" - -#: libvips/iofuncs/object.c:935 -msgid "bad object arguments" -msgstr "" - -#: libvips/iofuncs/im_cp_desc.c:174 libvips/iofuncs/im_demand_hint.c:259 -msgid "too many images" -msgstr "" - -#: libvips/iofuncs/util.c:303 -msgid "unable to build class" -msgstr "" - -#: libvips/iofuncs/util.c:341 -#, c-format -msgid "base class \"%s\" not found" -msgstr "" - -#: libvips/iofuncs/util.c:348 -#, c-format -msgid "class \"%s\" not found" -msgstr "" - -#: libvips/iofuncs/util.c:744 -msgid "NULL image descriptor" -msgstr "" - -#: libvips/iofuncs/util.c:789 -msgid "unable to get file stats" -msgstr "" - -#: libvips/iofuncs/util.c:806 libvips/iofuncs/sinkdisc.c:275 +#: ../libvips/iofuncs/sinkdisc.c:275 ../libvips/iofuncs/util.c:806 msgid "write failed" msgstr "" -#. Seems crazy! -#. -#: libvips/iofuncs/util.c:833 -#, c-format -msgid "\"%s\" too long" -msgstr "" - -#: libvips/iofuncs/util.c:850 -msgid "out of memory" -msgstr "" - -#: libvips/iofuncs/util.c:876 -#, c-format -msgid "error reading from file \"%s\"" -msgstr "" - -#: libvips/iofuncs/util.c:941 -#, c-format -msgid "unable to open file \"%s\" for reading" -msgstr "" - -#: libvips/iofuncs/util.c:957 -#, c-format -msgid "unable to open file \"%s\" for writing" -msgstr "" - -#: libvips/iofuncs/util.c:1194 libvips/iofuncs/util.c:1201 -msgid "unable to truncate" -msgstr "" - -#: libvips/iofuncs/util.c:1221 -#, c-format -msgid "writing error (%zd out of %zd blocks written) ... disc full?" -msgstr "" - -#: libvips/iofuncs/util.c:1372 -msgid "unexpected end of string" -msgstr "" - -#: libvips/iofuncs/util.c:1385 -msgid "opening brace" -msgstr "" - -#: libvips/iofuncs/util.c:1386 -msgid "closing brace" -msgstr "" - -#: libvips/iofuncs/util.c:1387 -msgid "string" -msgstr "" - -#: libvips/iofuncs/util.c:1407 -#, c-format -msgid "expected %s, saw %s" -msgstr "" - -#: libvips/iofuncs/util.c:1558 -#, c-format -msgid "unable to make temporary file %s" -msgstr "" - -#: libvips/iofuncs/util.c:1621 -#, c-format -msgid "unsupported band format: %d" -msgstr "" - -#: libvips/iofuncs/im_prepare.c:102 +#: ../libvips/iofuncs/im_prepare.c:102 #, c-format msgid "killed for image \"%s\"" msgstr "" -#: libvips/iofuncs/im_prepare.c:185 libvips/iofuncs/im_prepare.c:368 +#: ../libvips/iofuncs/im_prepare.c:185 ../libvips/iofuncs/im_prepare.c:368 #, c-format msgid "unable to input from a %s image" msgstr "" -#: libvips/iofuncs/im_prepare.c:207 +#: ../libvips/iofuncs/im_prepare.c:207 msgid "incomplete header" msgstr "" -#: libvips/iofuncs/im_binfile.c:136 -#, c-format -msgid "unable to open %s: file has been truncated" +#: ../libvips/iofuncs/im_prepare.c:275 ../libvips/iofuncs/region.c:614 +msgid "inappropriate region type" msgstr "" -#: libvips/iofuncs/im_binfile.c:146 -#, c-format -msgid "%s is longer than expected" +#: ../libvips/iofuncs/im_prepare.c:300 ../libvips/iofuncs/region.c:647 +msgid "dest too small" msgstr "" -#: libvips/iofuncs/header.c:152 -#, c-format -msgid "no such int field \"%s\"" +#: ../libvips/iofuncs/im_prepare.c:318 ../libvips/iofuncs/region.c:454 +#: ../libvips/iofuncs/region.c:522 ../libvips/iofuncs/region.c:666 +msgid "valid clipped to nothing" msgstr "" -#: libvips/iofuncs/header.c:188 -#, c-format -msgid "no such double field \"%s\"" -msgstr "" - -#: libvips/iofuncs/header.c:224 -#, c-format -msgid "no such string field \"%s\"" -msgstr "" - -#: libvips/iofuncs/window.c:240 libvips/iofuncs/im_open_vips.c:1154 -#, c-format -msgid "unable to read data for \"%s\", %s" -msgstr "" - -#: libvips/iofuncs/window.c:241 libvips/iofuncs/im_open_vips.c:959 -#: libvips/iofuncs/im_open_vips.c:1155 -msgid "file has been truncated" -msgstr "" - -#: libvips/iofuncs/sinkdisc.c:133 -msgid "per-thread state for sinkdisc" -msgstr "" - -#: libvips/iofuncs/im_open.c:316 +#: ../libvips/iofuncs/im_open.c:316 #, c-format msgid "%s %s: %d%% complete" msgstr "" #. Spaces at end help to erase the %complete message we overwrite. #. -#: libvips/iofuncs/im_open.c:334 +#: ../libvips/iofuncs/im_open.c:334 #, c-format msgid "%s %s: done in %ds \n" msgstr "" -#: libvips/iofuncs/im_open.c:421 +#: ../libvips/iofuncs/im_open.c:421 msgid "NULL filename or mode" msgstr "" -#: libvips/iofuncs/im_open.c:470 +#: ../libvips/iofuncs/im_open.c:470 #, c-format msgid "unsupported filetype \"%s\"" msgstr "" -#: libvips/iofuncs/im_open.c:486 +#: ../libvips/iofuncs/im_open.c:486 #, c-format msgid "bad mode \"%s\"" msgstr "" -#: libvips/iofuncs/error.c:205 -msgid "windows error" +#: ../libvips/iofuncs/im_cp_desc.c:174 ../libvips/iofuncs/im_demand_hint.c:259 +msgid "too many images" msgstr "" -#: libvips/iofuncs/error.c:214 -msgid "unix error" +#: ../libvips/iofuncs/im_mapfile.c:142 ../libvips/iofuncs/im_mapfile.c:298 +msgid "unable to CreateFileMapping" msgstr "" -#: libvips/iofuncs/error.c:278 libvips/iofuncs/error.c:279 -#: libvips/iofuncs/error.c:328 libvips/iofuncs/error.c:329 +#: ../libvips/iofuncs/im_mapfile.c:150 ../libvips/iofuncs/im_mapfile.c:310 +msgid "unable to MapViewOfFile" +msgstr "" + +#: ../libvips/iofuncs/im_mapfile.c:179 +msgid "unable to mmap" +msgstr "" + +#: ../libvips/iofuncs/im_mapfile.c:180 #, c-format -msgid "%s: " +msgid "" +"map failed (%s), running very low on system resources, expect a crash soon" msgstr "" -#: libvips/iofuncs/error.c:278 -msgid "vips diagnostic" +#: ../libvips/iofuncs/im_mapfile.c:197 ../libvips/iofuncs/im_mapfile.c:304 +msgid "unable to UnmapViewOfFile" msgstr "" -#: libvips/iofuncs/error.c:328 -msgid "vips warning" +#: ../libvips/iofuncs/im_mapfile.c:203 +msgid "unable to munmap file" msgstr "" -#: libvips/iofuncs/dispatch_types.c:72 +#: ../libvips/iofuncs/im_mapfile.c:225 +msgid "file is less than 64 bytes" +msgstr "" + +#: ../libvips/iofuncs/im_mapfile.c:230 ../libvips/iofuncs/im_mapfile.c:264 +msgid "unable to get file status" +msgstr "" + +#: ../libvips/iofuncs/im_mapfile.c:236 +msgid "not a regular file" +msgstr "" + +#: ../libvips/iofuncs/im_mapfile.c:270 +msgid "unable to read data" +msgstr "" + +#: ../libvips/iofuncs/im_mapfile.c:330 +#, c-format +msgid "unable to mmap: \"%s\" - %s" +msgstr "" + +#: ../libvips/iofuncs/im_mapfile.c:340 +#, c-format +msgid "unable to mmap \"%s\" to same address" +msgstr "" + +#. Not a known output style. +#. +#: ../libvips/iofuncs/im_writeline.c:113 ../libvips/iofuncs/im_generate.c:437 +#, c-format +msgid "unable to output to a %s image" +msgstr "" + +#: ../libvips/iofuncs/sinkscreen.c:186 +msgid "per-thread state for render" +msgstr "" + +#: ../libvips/iofuncs/dispatch_types.c:72 #, c-format msgid "unknown display type \"%s\"" msgstr "" -#: libvips/iofuncs/dispatch_types.c:74 +#: ../libvips/iofuncs/dispatch_types.c:74 msgid "display should be one of:\n" msgstr "" -#: libvips/iofuncs/dispatch_types.c:456 +#: ../libvips/iofuncs/dispatch_types.c:456 #, c-format msgid "bad double \"%s\"" msgstr "" -#: libvips/iofuncs/dispatch_types.c:542 +#: ../libvips/iofuncs/dispatch_types.c:542 #, c-format msgid "bad integer \"%s\"" msgstr "" -#: libvips/iofuncs/dispatch_types.c:602 +#: ../libvips/iofuncs/dispatch_types.c:602 msgid "bad format" msgstr "" -#: libvips/iofuncs/threadpool.c:214 +#: ../libvips/iofuncs/window.c:240 ../libvips/iofuncs/im_open_vips.c:1154 #, c-format -msgid "threads clipped to %d" +msgid "unable to read data for \"%s\", %s" msgstr "" -#: libvips/iofuncs/threadpool.c:277 -msgid "per-thread state for vipsthreadpool" +#: ../libvips/iofuncs/window.c:241 ../libvips/iofuncs/im_open_vips.c:959 +#: ../libvips/iofuncs/im_open_vips.c:1155 +msgid "file has been truncated" msgstr "" -#: libvips/iofuncs/im_open_vips.c:362 +#: ../libvips/iofuncs/im_open_vips.c:362 #, c-format msgid "unable to open \"%s\", %s" msgstr "" -#: libvips/iofuncs/im_open_vips.c:490 +#: ../libvips/iofuncs/im_open_vips.c:490 #, c-format msgid "\"%s\" is not a VIPS image" msgstr "" -#: libvips/iofuncs/im_open_vips.c:550 +#: ../libvips/iofuncs/im_open_vips.c:550 msgid "unable to read history" msgstr "" -#: libvips/iofuncs/im_open_vips.c:583 +#: ../libvips/iofuncs/im_open_vips.c:583 msgid "more than a 10 megabytes of XML? sufferin' succotash!" msgstr "" -#: libvips/iofuncs/im_open_vips.c:631 +#: ../libvips/iofuncs/im_open_vips.c:631 msgid "incorrect namespace in XML" msgstr "" -#: libvips/iofuncs/im_open_vips.c:755 +#: ../libvips/iofuncs/im_open_vips.c:755 msgid "error transforming from save format" msgstr "" -#: libvips/iofuncs/im_open_vips.c:863 +#: ../libvips/iofuncs/im_open_vips.c:863 #, c-format msgid "unable to set property \"%s\" to value \"%s\"." msgstr "" -#: libvips/iofuncs/im_open_vips.c:911 +#: ../libvips/iofuncs/im_open_vips.c:911 msgid "error transforming to save format" msgstr "" -#: libvips/iofuncs/im_open_vips.c:1073 libvips/iofuncs/im_open_vips.c:1082 -#: libvips/iofuncs/im_open_vips.c:1105 +#: ../libvips/iofuncs/im_open_vips.c:1073 +#: ../libvips/iofuncs/im_open_vips.c:1082 +#: ../libvips/iofuncs/im_open_vips.c:1105 msgid "xml save error" msgstr "" -#: libvips/iofuncs/im_open_vips.c:1141 +#: ../libvips/iofuncs/im_open_vips.c:1141 #, c-format msgid "unable to read header for \"%s\", %s" msgstr "" -#: libvips/iofuncs/im_open_vips.c:1166 +#: ../libvips/iofuncs/im_open_vips.c:1166 #, c-format msgid "error reading XML: %s" msgstr "" -#: libvips/iofuncs/im_open_vips.c:1217 +#: ../libvips/iofuncs/im_open_vips.c:1217 msgid "open for read-write for native format images only" msgstr "" -#: libvips/iofuncs/im_close.c:202 +#: ../libvips/iofuncs/header.c:152 +#, c-format +msgid "no such int field \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/header.c:188 +#, c-format +msgid "no such double field \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/header.c:224 +#, c-format +msgid "no such string field \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/region.c:209 +#, c-format +msgid "start function failed for image %s" +msgstr "" + +#: ../libvips/iofuncs/region.c:568 +msgid "bad image type" +msgstr "" + +#: ../libvips/iofuncs/region.c:734 +msgid "bad position" +msgstr "" + +#: ../libvips/iofuncs/check.c:191 ../libvips/iofuncs/check.c:412 +#: ../libvips/iofuncs/check.c:428 +msgid "no image data" +msgstr "" + +#: ../libvips/iofuncs/check.c:238 ../libvips/iofuncs/check.c:447 +#, c-format +msgid "auto-rewind for %s failed" +msgstr "" + +#: ../libvips/iofuncs/check.c:247 ../libvips/iofuncs/check.c:455 +msgid "image not readable" +msgstr "" + +#: ../libvips/iofuncs/check.c:281 ../libvips/iofuncs/check.c:297 +#: ../libvips/iofuncs/check.c:491 ../libvips/iofuncs/check.c:502 +msgid "image already written" +msgstr "" + +#: ../libvips/iofuncs/check.c:311 ../libvips/iofuncs/check.c:515 +msgid "image not writeable" +msgstr "" + +#: ../libvips/iofuncs/check.c:355 +msgid "unable to rewind file" +msgstr "" + +#: ../libvips/iofuncs/check.c:379 +msgid "bad file type" +msgstr "" + +#: ../libvips/iofuncs/check.c:477 +msgid "null image descriptor" +msgstr "" + +#: ../libvips/iofuncs/check.c:557 +msgid "image must be uncoded" +msgstr "" + +#: ../libvips/iofuncs/check.c:585 +msgid "unknown image coding" +msgstr "" + +#: ../libvips/iofuncs/check.c:611 +msgid "Radiance coding only" +msgstr "" + +#: ../libvips/iofuncs/check.c:637 +msgid "LABQ coding only" +msgstr "" + +#: ../libvips/iofuncs/check.c:661 +msgid "image must one band" +msgstr "" + +#: ../libvips/iofuncs/check.c:686 +#, c-format +msgid "image must %d bands" +msgstr "" + +#: ../libvips/iofuncs/check.c:710 +msgid "image must one or three bands" +msgstr "" + +#: ../libvips/iofuncs/check.c:738 +msgid "images must have the same number of bands, or one must be single-band" +msgstr "" + +#: ../libvips/iofuncs/check.c:763 +msgid "image must be non-complex" +msgstr "" + +#: ../libvips/iofuncs/check.c:787 +msgid "image must be complex" +msgstr "" + +#: ../libvips/iofuncs/check.c:813 +#, c-format +msgid "image must be %s" +msgstr "" + +#: ../libvips/iofuncs/check.c:837 +msgid "image must be integer" +msgstr "" + +#: ../libvips/iofuncs/check.c:861 +msgid "image must be unsigned integer" +msgstr "" + +#: ../libvips/iofuncs/check.c:889 +msgid "image must be 8- or 16-bit integer, signed or unsigned" +msgstr "" + +#: ../libvips/iofuncs/check.c:916 +msgid "image must be 8- or 16-bit unsigned integer" +msgstr "" + +#: ../libvips/iofuncs/check.c:942 +msgid "image must be 8- or 16-bit unsigned integer, or float" +msgstr "" + +#: ../libvips/iofuncs/check.c:970 +msgid "image must be unsigned int or float" +msgstr "" + +#: ../libvips/iofuncs/check.c:995 +msgid "images must match in size" +msgstr "" + +#: ../libvips/iofuncs/check.c:1021 +msgid "images must have the same number of bands" +msgstr "" + +#: ../libvips/iofuncs/check.c:1075 +msgid "images must have the same band format" +msgstr "" + +#: ../libvips/iofuncs/check.c:1101 +msgid "images must have the same coding" +msgstr "" + +#: ../libvips/iofuncs/check.c:1126 +#, c-format +msgid "vector must have 1 or %d elements" +msgstr "" + +#: ../libvips/iofuncs/check.c:1151 +msgid "histograms must have width or height 1" +msgstr "" + +#: ../libvips/iofuncs/check.c:1156 +msgid "histograms must have not have more than 65536 elements" +msgstr "" + +#: ../libvips/iofuncs/check.c:1184 ../libvips/iofuncs/check.c:1211 +msgid "nonsense mask parameters" +msgstr "" + +#: ../libvips/iofuncs/meta.c:427 +#, c-format +msgid "field \"%s\" not found" +msgstr "" + +#: ../libvips/iofuncs/meta.c:485 +#, c-format +msgid "field \"%s\" is of type %s, not %s" +msgstr "" + +#: ../libvips/iofuncs/sink.c:116 +#, c-format +msgid "stop function failed for image \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/sink.c:151 +#, c-format +msgid "start function failed for image \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/sink.c:184 +msgid "per-thread state for sink" +msgstr "" + +#: ../libvips/iofuncs/error.c:205 +msgid "windows error" +msgstr "" + +#: ../libvips/iofuncs/error.c:214 +msgid "unix error" +msgstr "" + +#: ../libvips/iofuncs/error.c:278 ../libvips/iofuncs/error.c:279 +#: ../libvips/iofuncs/error.c:328 ../libvips/iofuncs/error.c:329 +#, c-format +msgid "%s: " +msgstr "" + +#: ../libvips/iofuncs/error.c:278 +msgid "vips diagnostic" +msgstr "" + +#: ../libvips/iofuncs/error.c:328 +msgid "vips warning" +msgstr "" + +#: ../libvips/iofuncs/im_binfile.c:136 +#, c-format +msgid "unable to open %s: file has been truncated" +msgstr "" + +#: ../libvips/iofuncs/im_binfile.c:146 +#, c-format +msgid "%s is longer than expected" +msgstr "" + +#: ../libvips/iofuncs/util.c:303 +msgid "unable to build class" +msgstr "" + +#: ../libvips/iofuncs/util.c:341 +#, c-format +msgid "base class \"%s\" not found" +msgstr "" + +#: ../libvips/iofuncs/util.c:348 +#, c-format +msgid "class \"%s\" not found" +msgstr "" + +#: ../libvips/iofuncs/util.c:744 +msgid "NULL image descriptor" +msgstr "" + +#: ../libvips/iofuncs/util.c:789 +msgid "unable to get file stats" +msgstr "" + +#. Seems crazy! +#. +#: ../libvips/iofuncs/util.c:833 +#, c-format +msgid "\"%s\" too long" +msgstr "" + +#: ../libvips/iofuncs/util.c:850 +msgid "out of memory" +msgstr "" + +#: ../libvips/iofuncs/util.c:876 +#, c-format +msgid "error reading from file \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/util.c:941 +#, c-format +msgid "unable to open file \"%s\" for reading" +msgstr "" + +#: ../libvips/iofuncs/util.c:957 +#, c-format +msgid "unable to open file \"%s\" for writing" +msgstr "" + +#: ../libvips/iofuncs/util.c:1194 ../libvips/iofuncs/util.c:1201 +msgid "unable to truncate" +msgstr "" + +#: ../libvips/iofuncs/util.c:1221 +#, c-format +msgid "writing error (%zd out of %zd blocks written) ... disc full?" +msgstr "" + +#: ../libvips/iofuncs/util.c:1372 +msgid "unexpected end of string" +msgstr "" + +#: ../libvips/iofuncs/util.c:1385 +msgid "opening brace" +msgstr "" + +#: ../libvips/iofuncs/util.c:1386 +msgid "closing brace" +msgstr "" + +#: ../libvips/iofuncs/util.c:1387 +msgid "string" +msgstr "" + +#: ../libvips/iofuncs/util.c:1407 +#, c-format +msgid "expected %s, saw %s" +msgstr "" + +#: ../libvips/iofuncs/util.c:1558 +#, c-format +msgid "unable to make temporary file %s" +msgstr "" + +#: ../libvips/iofuncs/util.c:1621 +#, c-format +msgid "unsupported band format: %d" +msgstr "" + +#: ../libvips/iofuncs/debug.c:145 +msgid "" +msgstr "" + +#: ../libvips/iofuncs/debug.c:151 +msgid "" +msgstr "" + +#: ../libvips/iofuncs/debug.c:157 +msgid "" +msgstr "" + +#: ../libvips/iofuncs/debug.c:163 +msgid "" +msgstr "" + +#: ../libvips/iofuncs/debug.c:169 +msgid "" +msgstr "" + +#: ../libvips/iofuncs/debug.c:175 +msgid "" +msgstr "" + +#: ../libvips/iofuncs/base64.c:171 +msgid "too little data" +msgstr "" + +#. We shouldn't really be used for large amounts of data. +#. +#: ../libvips/iofuncs/base64.c:177 ../libvips/iofuncs/base64.c:242 +msgid "too much data" +msgstr "" + +#: ../libvips/iofuncs/im_setupout.c:129 +msgid "called twice!" +msgstr "" + +#: ../libvips/iofuncs/im_setupout.c:147 +#, c-format +msgid "unable to write to \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/im_setupout.c:160 +msgid "bad image descriptor" +msgstr "" + +#: ../libvips/iofuncs/package.c:591 +#, c-format +msgid "unable to close plugin \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/package.c:616 +msgid "plugins not supported on this platform" +msgstr "" + +#: ../libvips/iofuncs/package.c:639 +#, c-format +msgid "unable to open plugin \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/package.c:653 +#, c-format +msgid "unable to find symbol \"package_table\" in plugin \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/package.c:666 +#, c-format +msgid "corrupted package table in plugin \"%s\"" +msgstr "" + +#: ../libvips/iofuncs/package.c:786 ../libvips/iofuncs/package.c:813 +#: ../libvips/iofuncs/package.c:841 +#, c-format +msgid "\"%s\" not found" +msgstr "" + +#: ../libvips/iofuncs/package.c:951 +msgid "too few arguments" +msgstr "" + +#: ../libvips/iofuncs/package.c:972 +msgid "too many arguments" +msgstr "" + +#: ../libvips/iofuncs/package.c:1202 +msgid "flag not 0,1,2" +msgstr "" + +#: ../libvips/iofuncs/object.c:640 +#, c-format +msgid "required construct param %s to %s not set" +msgstr "" + +#: ../libvips/iofuncs/object.c:719 +msgid "VIPS base class" +msgstr "" + +#: ../libvips/iofuncs/object.c:735 +msgid "Nickname" +msgstr "" + +#: ../libvips/iofuncs/object.c:736 +msgid "Class nickname" +msgstr "" + +#: ../libvips/iofuncs/object.c:746 +msgid "Description" +msgstr "" + +#: ../libvips/iofuncs/object.c:747 +msgid "Class description" +msgstr "" + +#: ../libvips/iofuncs/object.c:841 +#, c-format +msgid "no unset required arguments for %s" +msgstr "" + +#: ../libvips/iofuncs/object.c:890 +msgid "not , or ) after parameter" +msgstr "" + +#: ../libvips/iofuncs/object.c:897 +msgid "extra tokens after ')'" +msgstr "" + +#: ../libvips/iofuncs/object.c:935 +msgid "bad object arguments" +msgstr "" + +#: ../libvips/iofuncs/threadpool.c:218 +#, c-format +msgid "threads clipped to %d" +msgstr "" + +#: ../libvips/iofuncs/threadpool.c:281 +msgid "per-thread state for vipsthreadpool" +msgstr "" + +#: ../libvips/iofuncs/im_close.c:202 #, c-format msgid "unable to close fd for %s" msgstr "" -#: libvips/mask/im_matcat.c:65 +#: ../libvips/iofuncs/memory.c:223 ../libvips/iofuncs/memory.c:226 +#, c-format +msgid "out of memory --- size == %dMB" +msgstr "" + +#: ../libvips/iofuncs/im_generate.c:357 +msgid "im_demand_hint() not set" +msgstr "" + +#: ../libvips/iofuncs/im_generate.c:380 ../libvips/iofuncs/im_generate.c:404 +msgid "func already attached" +msgstr "" + +#: ../libvips/mask/rotmask.c:121 +msgid "size not odd" +msgstr "" + +#: ../libvips/mask/rotmask.c:226 ../libvips/mask/rotmask.c:258 +msgid "mask should be square of even size" +msgstr "" + +#: ../libvips/mask/im_logmasks.c:134 ../libvips/mask/im_gaussmasks.c:104 +msgid "mask too large" +msgstr "" + +#: ../libvips/mask/im_matcat.c:65 msgid "matrices must be same width" msgstr "" -#: libvips/mask/im_matcat.c:75 libvips/mask/im_mattrn.c:66 +#: ../libvips/mask/im_matcat.c:75 ../libvips/mask/im_mattrn.c:66 msgid "unable to allocate output matrix" msgstr "" -#: libvips/mask/rw_mask.c:269 +#: ../libvips/mask/rw_mask.c:269 #, c-format msgid "Unable to open \"%s\" for input" msgstr "" -#: libvips/mask/rw_mask.c:283 +#: ../libvips/mask/rw_mask.c:283 msgid "unexpected EOF" msgstr "" -#: libvips/mask/rw_mask.c:322 +#: ../libvips/mask/rw_mask.c:322 msgid "error reading matrix header" msgstr "" -#: libvips/mask/rw_mask.c:327 +#: ../libvips/mask/rw_mask.c:327 msgid "scale should be non-zero" msgstr "" -#: libvips/mask/rw_mask.c:406 +#: ../libvips/mask/rw_mask.c:406 msgid "scale and offset should be int" msgstr "" -#: libvips/mask/rw_mask.c:414 +#: ../libvips/mask/rw_mask.c:414 #, c-format -msgid "cofficient at position (%d, %d) is not int" +msgid "ceofficient at position (%d, %d) is not int" msgstr "" -#: libvips/mask/rw_mask.c:576 +#: ../libvips/mask/rw_mask.c:576 msgid "write error, disc full?" msgstr "" -#: libvips/mask/rw_mask.c:634 libvips/mask/rw_mask.c:685 +#: ../libvips/mask/rw_mask.c:634 ../libvips/mask/rw_mask.c:685 msgid "filename not set" msgstr "" -#: libvips/mask/im_matmul.c:75 +#: ../libvips/mask/im_matmul.c:75 msgid "unable to allocate output mask" msgstr "" -#: libvips/mask/im_logmasks.c:134 libvips/mask/im_gaussmasks.c:104 -msgid "mask too large" -msgstr "" - -#: libvips/mask/rotmask.c:121 -msgid "size not odd" -msgstr "" - -#: libvips/mask/rotmask.c:226 libvips/mask/rotmask.c:258 -msgid "mask should be square of even size" -msgstr "" - -#: libvips/morphology/im_profile.c:71 libvips/morphology/im_erode.c:262 -#: libvips/morphology/im_cntlines.c:78 +#: ../libvips/morphology/im_cntlines.c:78 +#: ../libvips/morphology/im_profile.c:71 ../libvips/morphology/im_erode.c:262 msgid "1-band uchar uncoded only" msgstr "" -#: libvips/morphology/im_profile.c:75 +#: ../libvips/morphology/im_cntlines.c:83 +msgid "flag should be 0 (horizontal) or 1 (vertical)" +msgstr "" + +#: ../libvips/morphology/im_profile.c:75 msgid "dir not 0 or 1" msgstr "" -#: libvips/morphology/im_zerox.c:138 -msgid "flag not -1 ot 1" -msgstr "" - -#: libvips/morphology/im_zerox.c:145 -msgid "non-complex uncoded only" -msgstr "" - -#: libvips/morphology/im_zerox.c:149 -msgid "image too narrow" -msgstr "" - -#: libvips/morphology/im_erode.c:198 libvips/morphology/im_dilate.c:198 +#: ../libvips/morphology/im_dilate.c:198 ../libvips/morphology/im_erode.c:198 #, c-format msgid "bad mask element (%d should be 0, 128 or 255)" msgstr "" -#: libvips/morphology/im_erode.c:252 libvips/morphology/im_dilate.c:256 +#: ../libvips/morphology/im_dilate.c:256 ../libvips/morphology/im_erode.c:252 msgid "mask size not odd" msgstr "" -#: libvips/morphology/im_cntlines.c:83 -msgid "flag should be 0 (horizontal) )or 1 (vertical)" -msgstr "" - -#: libvips/morphology/im_rank.c:360 -msgid "input non-complex uncoded only" -msgstr "" - -#: libvips/morphology/im_rank.c:390 -msgid "image too small for window" -msgstr "" - -#: libvips/morphology/im_dilate.c:266 +#: ../libvips/morphology/im_dilate.c:266 msgid "uchar uncoded only" msgstr "" -#: libvips/morphology/im_rank_image.c:283 +#: ../libvips/morphology/im_rank_image.c:283 #, c-format msgid "index should be in range 0 - %d" msgstr "" -#: libvips/morphology/im_rank_image.c:295 +#: ../libvips/morphology/im_rank_image.c:295 msgid "uncoded non-complex only" msgstr "" -#: libvips/morphology/im_rank_image.c:301 +#: ../libvips/morphology/im_rank_image.c:301 msgid "input images differ in format" msgstr "" -#: libvips/morphology/im_rank_image.c:307 +#: ../libvips/morphology/im_rank_image.c:307 msgid "input images differ in size" msgstr "" -#: libvips/morphology/im_rank_image.c:312 +#: ../libvips/morphology/im_rank_image.c:312 msgid "input images differ in number of bands" msgstr "" -#: libvips/mosaicing/im_lrmerge.c:713 -msgid "mwidth must be -1 or >= 0" +#: ../libvips/morphology/im_zerox.c:138 +msgid "flag not -1 or 1" msgstr "" -#: libvips/mosaicing/im_lrmerge.c:742 -msgid "no overlap" +#: ../libvips/morphology/im_zerox.c:145 +msgid "non-complex uncoded only" msgstr "" -#: libvips/mosaicing/im_lrmerge.c:812 libvips/mosaicing/im_tbmerge.c:634 -#: libvips/resample/im_affine.c:442 libvips/resample/im_shrink.c:318 -msgid "unknown coding type" +#: ../libvips/morphology/im_zerox.c:149 +msgid "image too narrow" msgstr "" -#: libvips/mosaicing/im_lrmerge.c:829 libvips/mosaicing/im_tbmerge.c:652 -msgid "too much overlap" +#: ../libvips/morphology/im_rank.c:360 +msgid "input non-complex uncoded only" msgstr "" -#: libvips/mosaicing/im_lrmerge.c:1060 libvips/mosaicing/im_tbmosaic.c:102 -#: libvips/mosaicing/im_tbmerge.c:674 libvips/mosaicing/im_lrmosaic.c:125 +#: ../libvips/morphology/im_rank.c:390 +msgid "image too small for window" +msgstr "" + +#: ../libvips/mosaicing/im_clinear.c:146 +msgid "im_invmat failed" +msgstr "" + +#: ../libvips/mosaicing/im_tbmosaic.c:102 +#: ../libvips/mosaicing/im_tbmerge.c:674 +#: ../libvips/mosaicing/im_lrmerge.c:1060 +#: ../libvips/mosaicing/im_lrmosaic.c:125 msgid "input images incompatible" msgstr "" -#: libvips/mosaicing/im_lrmerge.c:1065 libvips/mosaicing/im_tbmerge.c:679 -msgid "inputs not uncoded or IM_CODING_LABQ" -msgstr "" - -#: libvips/mosaicing/im_remosaic.c:108 -#, c-format -msgid "substitute image \"%s\" is not the same size as \"%s\"" -msgstr "" - -#: libvips/mosaicing/im_tbmosaic.c:110 libvips/mosaicing/im_lrmosaic.c:133 +#: ../libvips/mosaicing/im_tbmosaic.c:110 +#: ../libvips/mosaicing/im_lrmosaic.c:133 msgid "bad area parameters" msgstr "" -#: libvips/mosaicing/im_tbmosaic.c:130 libvips/mosaicing/im_lrmosaic.c:153 +#: ../libvips/mosaicing/im_tbmosaic.c:130 +#: ../libvips/mosaicing/im_lrmosaic.c:153 msgid "overlap too small for search" msgstr "" -#: libvips/mosaicing/im_tbmosaic.c:193 libvips/mosaicing/im_lrmosaic.c:216 +#: ../libvips/mosaicing/im_tbmosaic.c:193 +#: ../libvips/mosaicing/im_lrmosaic.c:216 msgid "unknown Coding type" msgstr "" -#: libvips/mosaicing/im_chkpair.c:208 -msgid "inputs incompatible" +#: ../libvips/mosaicing/im_tbmerge.c:634 ../libvips/mosaicing/im_lrmerge.c:812 +#: ../libvips/resample/im_shrink.c:318 ../libvips/resample/im_affine.c:442 +msgid "unknown coding type" msgstr "" -#: libvips/mosaicing/im_chkpair.c:212 libvips/mosaicing/im_tbcalcon.c:106 -msgid "help!" +#: ../libvips/mosaicing/im_tbmerge.c:652 ../libvips/mosaicing/im_lrmerge.c:829 +msgid "too much overlap" msgstr "" -#: libvips/mosaicing/im_tbcalcon.c:120 -msgid "overlap too small" +#: ../libvips/mosaicing/im_tbmerge.c:679 +#: ../libvips/mosaicing/im_lrmerge.c:1065 +msgid "inputs not uncoded or IM_CODING_LABQ" msgstr "" -#: libvips/mosaicing/global_balance.c:147 +#: ../libvips/mosaicing/global_balance.c:147 msgid "no matching '>'" msgstr "" -#: libvips/mosaicing/global_balance.c:156 +#: ../libvips/mosaicing/global_balance.c:156 msgid "too many items" msgstr "" -#: libvips/mosaicing/global_balance.c:452 +#: ../libvips/mosaicing/global_balance.c:452 msgid "circularity detected" msgstr "" -#: libvips/mosaicing/global_balance.c:486 -#: libvips/mosaicing/global_balance.c:542 +#: ../libvips/mosaicing/global_balance.c:486 +#: ../libvips/mosaicing/global_balance.c:542 #, c-format msgid "image \"%s\" used twice as output" msgstr "" -#: libvips/mosaicing/global_balance.c:591 +#: ../libvips/mosaicing/global_balance.c:591 msgid "bad number of args in join line" msgstr "" -#: libvips/mosaicing/global_balance.c:633 +#: ../libvips/mosaicing/global_balance.c:633 msgid "bad number of args in join1 line" msgstr "" -#: libvips/mosaicing/global_balance.c:669 +#: ../libvips/mosaicing/global_balance.c:669 msgid "bad number of args in copy line" msgstr "" -#: libvips/mosaicing/global_balance.c:727 +#: ../libvips/mosaicing/global_balance.c:727 msgid "" "mosaic root not found in desc file\n" "is this really a mosaiced image?" msgstr "" -#: libvips/mosaicing/global_balance.c:738 +#: ../libvips/mosaicing/global_balance.c:738 msgid "more than one root" msgstr "" -#: libvips/mosaicing/global_balance.c:1058 +#: ../libvips/mosaicing/global_balance.c:1058 msgid "empty overlap!" msgstr "" -#: libvips/mosaicing/im_avgdxdy.c:68 +#: ../libvips/mosaicing/im_lrmerge.c:713 +msgid "mwidth must be -1 or >= 0" +msgstr "" + +#: ../libvips/mosaicing/im_lrmerge.c:742 +msgid "no overlap" +msgstr "" + +#: ../libvips/mosaicing/im_avgdxdy.c:68 msgid "no points to average" msgstr "" -#: libvips/mosaicing/im_lrcalcon.c:207 +#: ../libvips/mosaicing/im_lrmosaic.c:330 +msgid "bad balancetype parameter" +msgstr "" + +#: ../libvips/mosaicing/im_lrmosaic.c:347 +msgid "uncoded uchar only for balancing" +msgstr "" + +#: ../libvips/mosaicing/im_lrcalcon.c:207 msgid "overlap too small for your search size" msgstr "" -#: libvips/mosaicing/im_lrcalcon.c:246 +#: ../libvips/mosaicing/im_lrcalcon.c:246 #, c-format msgid "found %d tie-points, need at least %d" msgstr "" -#: libvips/mosaicing/im_lrcalcon.c:291 +#: ../libvips/mosaicing/im_lrcalcon.c:291 msgid "not 1-band uchar image" msgstr "" -#: libvips/mosaicing/im_clinear.c:146 -msgid "im_invmat failed" +#: ../libvips/mosaicing/im_chkpair.c:208 +msgid "inputs incompatible" msgstr "" -#: libvips/mosaicing/im_lrmosaic.c:330 -msgid "bad balancetype parameter" +#: ../libvips/mosaicing/im_chkpair.c:212 +#: ../libvips/mosaicing/im_tbcalcon.c:106 +msgid "help!" msgstr "" -#: libvips/mosaicing/im_lrmosaic.c:347 -msgid "uncoded uchar only for balancing" +#: ../libvips/mosaicing/im_remosaic.c:108 +#, c-format +msgid "substitute image \"%s\" is not the same size as \"%s\"" msgstr "" -#: libvips/other/im_simcontr.c:83 libvips/other/glds_funcs.c:117 -#: libvips/other/cooc_funcs.c:118 libvips/other/cooc_funcs.c:195 -#: libvips/other/im_sines.c:92 libvips/other/im_spatres.c:100 -#: libvips/other/im_dif_std.c:79 -msgid "calloc failed" +#: ../libvips/mosaicing/im_tbcalcon.c:120 +msgid "overlap too small" msgstr "" -#: libvips/other/glds_funcs.c:97 -msgid "Wrong input" -msgstr "" - -#: libvips/other/glds_funcs.c:101 libvips/other/cooc_funcs.c:104 -#: libvips/other/cooc_funcs.c:182 libvips/other/im_meanstd.c:79 -#: libvips/other/im_meanstd.c:115 libvips/other/im_dif_std.c:73 -msgid "wrong args" -msgstr "" - -#: libvips/other/glds_funcs.c:161 libvips/other/cooc_funcs.c:263 -#: libvips/other/cooc_funcs.c:289 libvips/other/cooc_funcs.c:362 -#: libvips/other/cooc_funcs.c:446 -msgid "unable to accept input" -msgstr "" - -#: libvips/other/glds_funcs.c:187 libvips/other/glds_funcs.c:214 -#: libvips/other/glds_funcs.c:244 libvips/other/im_spatres.c:82 -msgid "wrong input" -msgstr "" - -#: libvips/other/cooc_funcs.c:100 libvips/other/cooc_funcs.c:178 -#: libvips/other/im_dif_std.c:70 -msgid "Unable to accept input" -msgstr "" - -#: libvips/other/cooc_funcs.c:150 libvips/other/cooc_funcs.c:225 -msgid "unable to im_writeline" -msgstr "" - -#: libvips/other/cooc_funcs.c:245 -msgid "wrong flag!" -msgstr "" - -#: libvips/other/cooc_funcs.c:369 -msgid "unable to calloc" -msgstr "" - -#: libvips/other/cooc_funcs.c:422 -msgid "zero std" -msgstr "" - -#: libvips/other/im_zone.c:83 -msgid "size must be even and positive" -msgstr "" - -#: libvips/other/im_sines.c:79 +#: ../libvips/other/im_sines.c:79 msgid "wrong sizes" msgstr "" -#: libvips/other/im_eye.c:78 -msgid "factor should be in [1,0)" +#: ../libvips/other/im_sines.c:92 ../libvips/other/im_simcontr.c:83 +#: ../libvips/other/im_dif_std.c:79 ../libvips/other/cooc_funcs.c:118 +#: ../libvips/other/cooc_funcs.c:195 ../libvips/other/im_spatres.c:100 +#: ../libvips/other/glds_funcs.c:117 +msgid "calloc failed" msgstr "" -#: libvips/other/im_spatres.c:72 libvips/other/im_spatres.c:76 +#: ../libvips/other/im_dif_std.c:70 ../libvips/other/cooc_funcs.c:100 +#: ../libvips/other/cooc_funcs.c:178 +msgid "Unable to accept input" +msgstr "" + +#: ../libvips/other/im_dif_std.c:73 ../libvips/other/cooc_funcs.c:104 +#: ../libvips/other/cooc_funcs.c:182 ../libvips/other/glds_funcs.c:101 +#: ../libvips/other/im_meanstd.c:79 ../libvips/other/im_meanstd.c:115 +msgid "wrong args" +msgstr "" + +#: ../libvips/other/cooc_funcs.c:150 ../libvips/other/cooc_funcs.c:225 +msgid "unable to im_writeline" +msgstr "" + +#: ../libvips/other/cooc_funcs.c:245 +msgid "wrong flag!" +msgstr "" + +#: ../libvips/other/cooc_funcs.c:263 ../libvips/other/cooc_funcs.c:289 +#: ../libvips/other/cooc_funcs.c:362 ../libvips/other/cooc_funcs.c:446 +#: ../libvips/other/glds_funcs.c:161 +msgid "unable to accept input" +msgstr "" + +#: ../libvips/other/cooc_funcs.c:369 +msgid "unable to calloc" +msgstr "" + +#: ../libvips/other/cooc_funcs.c:422 +msgid "zero std" +msgstr "" + +#: ../libvips/other/im_zone.c:83 +msgid "size must be even and positive" +msgstr "" + +#: ../libvips/other/im_spatres.c:72 ../libvips/other/im_spatres.c:76 #, c-format msgid "Invalid step %d" msgstr "" -#: libvips/resample/im_affine.c:383 -msgid "output coordinates out of range" +#: ../libvips/other/im_spatres.c:82 ../libvips/other/glds_funcs.c:187 +#: ../libvips/other/glds_funcs.c:214 ../libvips/other/glds_funcs.c:244 +msgid "wrong input" msgstr "" -#: libvips/resample/im_stretch3.c:272 +#: ../libvips/other/im_eye.c:78 +msgid "factor should be in [1,0)" +msgstr "" + +#: ../libvips/other/glds_funcs.c:97 +msgid "Wrong input" +msgstr "" + +#: ../libvips/resample/im_stretch3.c:272 msgid "not uncoded unsigned short" msgstr "" -#: libvips/resample/im_stretch3.c:277 +#: ../libvips/resample/im_stretch3.c:277 msgid "displacements out of range [0,1)" msgstr "" -#: libvips/resample/im_shrink.c:231 +#: ../libvips/resample/im_shrink.c:231 msgid "unsupported input format" msgstr "" -#: libvips/resample/im_shrink.c:251 +#: ../libvips/resample/im_shrink.c:251 msgid "shrink factors should both be >1" msgstr "" -#: libvips/resample/interpolate.c:245 -msgid "Nearest-neighbour interpolation" +#: ../libvips/resample/im_affine.c:383 +msgid "output coordinates out of range" msgstr "" -#: libvips/resample/interpolate.c:427 -msgid "Bilinear interpolation" -msgstr "" - -#: libvips/resample/im_rightshift_size.c:118 +#: ../libvips/resample/im_rightshift_size.c:118 msgid "shift by zero: falling back to im_copy" msgstr "" -#: libvips/resample/im_rightshift_size.c:122 +#: ../libvips/resample/im_rightshift_size.c:122 msgid "would result in zero size output image" msgstr "" -#: libvips/resample/im_rightshift_size.c:126 +#: ../libvips/resample/im_rightshift_size.c:126 msgid "integer type images only" msgstr "" -#: libvips/resample/im_rightshift_size.c:135 +#: ../libvips/resample/im_rightshift_size.c:135 msgid "unsigned input means that output must be unsigned int, short or char" msgstr "" -#: libvips/resample/im_rightshift_size.c:141 +#: ../libvips/resample/im_rightshift_size.c:141 msgid "signed input means that output must be signed int, short or char" msgstr "" -#: libvips/video/im_video_test.c:45 +#: ../libvips/resample/interpolate.c:252 +msgid "Nearest-neighbour interpolation" +msgstr "" + +#: ../libvips/resample/interpolate.c:435 +msgid "Bilinear interpolation" +msgstr "" + +#: ../libvips/video/im_video_test.c:45 msgid "error requested" msgstr "" -#: libvips/video/im_video_v4l1.c:246 +#: ../libvips/video/im_video_v4l1.c:246 msgid "no file descriptor" msgstr "" -#: libvips/video/im_video_v4l1.c:251 +#: ../libvips/video/im_video_v4l1.c:251 #, c-format msgid "ioctl(0x%x) failed: %s" msgstr "" -#: libvips/video/im_video_v4l1.c:300 +#: ../libvips/video/im_video_v4l1.c:300 #, c-format msgid "cannot open video device \"%s\"" msgstr "" -#: libvips/video/im_video_v4l1.c:308 +#: ../libvips/video/im_video_v4l1.c:308 msgid "cannot get video capability" msgstr "" -#: libvips/video/im_video_v4l1.c:317 +#: ../libvips/video/im_video_v4l1.c:317 msgid "card cannot capture to memory" msgstr "" -#: libvips/video/im_video_v4l1.c:463 +#: ../libvips/video/im_video_v4l1.c:463 msgid "unable to map memory" msgstr "" -#: libvips/video/im_video_v4l1.c:475 +#: ../libvips/video/im_video_v4l1.c:475 #, c-format msgid "channel not between 0 and %d" msgstr "" -#: libvips/video/im_video_v4l1.c:675 +#: ../libvips/video/im_video_v4l1.c:675 msgid "compiled without im_video_v4l1 support" msgstr "" -#: tools/iofuncs/vips.c:93 +#: ../tools/iofuncs/vips.c:93 msgid "list operations in PACKAGE (or \"all\", \"packages\", \"classes\")" msgstr "" -#: tools/iofuncs/vips.c:97 +#: ../tools/iofuncs/vips.c:97 msgid "show usage message for OPERATION" msgstr "" -#: tools/iofuncs/vips.c:100 +#: ../tools/iofuncs/vips.c:100 msgid "load PLUGIN" msgstr "" -#: tools/iofuncs/vips.c:103 +#: ../tools/iofuncs/vips.c:103 msgid "print link lines for all operations" msgstr "" -#: tools/iofuncs/vips.c:105 +#: ../tools/iofuncs/vips.c:105 msgid "print C++ decls for PACKAGE (or \"all\")" msgstr "" -#: tools/iofuncs/vips.c:108 +#: ../tools/iofuncs/vips.c:108 msgid "print C++ binding for PACKAGE (or \"all\")" msgstr "" -#: tools/iofuncs/vips.c:111 +#: ../tools/iofuncs/vips.c:111 msgid "print im_version_string" msgstr "" -#: tools/iofuncs/vips.c:154 +#: ../tools/iofuncs/vips.c:154 #, c-format msgid "no package or function \"%s\"" msgstr "" -#: tools/iofuncs/vips.c:901 +#: ../tools/iofuncs/vips.c:904 msgid "- VIPS driver program" msgstr "" -#: tools/iofuncs/edvips.c:80 -msgid "set Xsize to N" -msgstr "" - -#: tools/iofuncs/edvips.c:82 -msgid "set Ysize to N" -msgstr "" - -#: tools/iofuncs/edvips.c:84 -msgid "set Bands to N" -msgstr "" - -#: tools/iofuncs/edvips.c:86 -msgid "set BandFmt to F (eg. IM_BANDFMT_UCHAR)" -msgstr "" - -#: tools/iofuncs/edvips.c:88 -msgid "set Type to T (eg. IM_TYPE_XYZ)" -msgstr "" - -#: tools/iofuncs/edvips.c:90 -msgid "set Coding to C (eg. IM_CODING_LABQ)" -msgstr "" - -#: tools/iofuncs/edvips.c:92 -msgid "set Xres to R pixels/mm" -msgstr "" - -#: tools/iofuncs/edvips.c:94 -msgid "set Yres to R pixels/mm" -msgstr "" - -#: tools/iofuncs/edvips.c:96 -msgid "set Xoffset to N" -msgstr "" - -#: tools/iofuncs/edvips.c:98 -msgid "set Yoffset to N" -msgstr "" - -#: tools/iofuncs/edvips.c:100 -msgid "replace extension block with stdin" -msgstr "" - -#: tools/iofuncs/edvips.c:111 -#, c-format -msgid "'%s' is not a positive integer" -msgstr "" - -#: tools/iofuncs/edvips.c:123 -msgid "unable to start VIPS" -msgstr "" - -#: tools/iofuncs/edvips.c:126 -msgid "vipsfile - edit vipsfile header" -msgstr "" - -#: tools/iofuncs/edvips.c:138 -#, c-format -msgid "usage: %s [OPTION...] vipsfile\n" -msgstr "" - -#: tools/iofuncs/edvips.c:145 -#, c-format -msgid "could not open image %s" -msgstr "" - -#: tools/iofuncs/edvips.c:148 -#, c-format -msgid "could not read VIPS header for %s" -msgstr "" - -#: tools/iofuncs/edvips.c:159 -#, c-format -msgid "bad format %s" -msgstr "" - -#: tools/iofuncs/edvips.c:164 -#, c-format -msgid "bad type %s" -msgstr "" - -#: tools/iofuncs/edvips.c:168 -#, c-format -msgid "bad coding %s" -msgstr "" - -#: tools/iofuncs/edvips.c:180 -#, c-format -msgid "could not seek on %s" -msgstr "" - -#: tools/iofuncs/edvips.c:183 -#, c-format -msgid "could not write to %s" -msgstr "" - -#: tools/iofuncs/edvips.c:190 -msgid "could not get ext data" -msgstr "" - -#: tools/iofuncs/edvips.c:199 -msgid "could not set extension" -msgstr "" - -#: tools/iofuncs/vipsthumbnail.c:44 +#: ../tools/iofuncs/vipsthumbnail.c:45 msgid "set thumbnail size to N" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:46 +#: ../tools/iofuncs/vipsthumbnail.c:47 msgid "set output to S" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:48 +#: ../tools/iofuncs/vipsthumbnail.c:49 msgid "set disc use threshold to N" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:50 +#: ../tools/iofuncs/vipsthumbnail.c:51 msgid "resample with interpolator I" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:52 +#: ../tools/iofuncs/vipsthumbnail.c:53 msgid "don't sharpen thumbnail" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:54 +#: ../tools/iofuncs/vipsthumbnail.c:55 msgid "export with profile P" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:56 +#: ../tools/iofuncs/vipsthumbnail.c:57 msgid "import untagged images with profile P" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:58 +#: ../tools/iofuncs/vipsthumbnail.c:59 msgid "don't delete profile from exported image" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:60 +#: ../tools/iofuncs/vipsthumbnail.c:61 msgid "verbose output" msgstr "" -#: tools/iofuncs/vipsthumbnail.c:437 +#: ../tools/iofuncs/vipsthumbnail.c:441 msgid "- thumbnail generator" msgstr "" -#: tools/iofuncs/header.c:83 +#: ../tools/iofuncs/header.c:84 msgid "" "print value of FIELD (\"getext\" reads extension block, \"Hist\" reads image " "history)" msgstr "" -#: tools/iofuncs/header.c:168 +#: ../tools/iofuncs/header.c:171 msgid "- print image header" msgstr "" -#: tools/mosaicing/find_mosaic.c:111 tools/mosaicing/find_mosaic.c:121 -#: tools/mosaicing/find_mosaic.c:143 tools/mosaicing/find_mosaic.c:153 -#: tools/mosaicing/find_mosaic.c:162 tools/mosaicing/find_mosaic.c:183 -#: tools/mosaicing/find_mosaic.c:193 tools/mosaicing/find_mosaic.c:202 -#: tools/mosaicing/mergeup.c:237 tools/mosaicing/mergeup.c:247 -#: tools/mosaicing/mergeup.c:269 tools/mosaicing/mergeup.c:279 -#: tools/mosaicing/mergeup.c:288 tools/mosaicing/mergeup.c:309 -#: tools/mosaicing/mergeup.c:319 tools/mosaicing/mergeup.c:328 +#: ../tools/iofuncs/edvips.c:81 +msgid "set Xsize to N" +msgstr "" + +#: ../tools/iofuncs/edvips.c:83 +msgid "set Ysize to N" +msgstr "" + +#: ../tools/iofuncs/edvips.c:85 +msgid "set Bands to N" +msgstr "" + +#: ../tools/iofuncs/edvips.c:87 +msgid "set BandFmt to F (eg. IM_BANDFMT_UCHAR)" +msgstr "" + +#: ../tools/iofuncs/edvips.c:89 +msgid "set Type to T (eg. IM_TYPE_XYZ)" +msgstr "" + +#: ../tools/iofuncs/edvips.c:91 +msgid "set Coding to C (eg. IM_CODING_LABQ)" +msgstr "" + +#: ../tools/iofuncs/edvips.c:93 +msgid "set Xres to R pixels/mm" +msgstr "" + +#: ../tools/iofuncs/edvips.c:95 +msgid "set Yres to R pixels/mm" +msgstr "" + +#: ../tools/iofuncs/edvips.c:97 +msgid "set Xoffset to N" +msgstr "" + +#: ../tools/iofuncs/edvips.c:99 +msgid "set Yoffset to N" +msgstr "" + +#: ../tools/iofuncs/edvips.c:101 +msgid "replace extension block with stdin" +msgstr "" + +#: ../tools/iofuncs/edvips.c:112 +#, c-format +msgid "'%s' is not a positive integer" +msgstr "" + +#: ../tools/iofuncs/edvips.c:124 +msgid "unable to start VIPS" +msgstr "" + +#: ../tools/iofuncs/edvips.c:129 +msgid "vipsfile - edit vipsfile header" +msgstr "" + +#: ../tools/iofuncs/edvips.c:141 +#, c-format +msgid "usage: %s [OPTION...] vipsfile\n" +msgstr "" + +#: ../tools/iofuncs/edvips.c:148 +#, c-format +msgid "could not open image %s" +msgstr "" + +#: ../tools/iofuncs/edvips.c:151 +#, c-format +msgid "could not read VIPS header for %s" +msgstr "" + +#: ../tools/iofuncs/edvips.c:162 +#, c-format +msgid "bad format %s" +msgstr "" + +#: ../tools/iofuncs/edvips.c:167 +#, c-format +msgid "bad type %s" +msgstr "" + +#: ../tools/iofuncs/edvips.c:171 +#, c-format +msgid "bad coding %s" +msgstr "" + +#: ../tools/iofuncs/edvips.c:183 +#, c-format +msgid "could not seek on %s" +msgstr "" + +#: ../tools/iofuncs/edvips.c:186 +#, c-format +msgid "could not write to %s" +msgstr "" + +#: ../tools/iofuncs/edvips.c:193 +msgid "could not get ext data" +msgstr "" + +#: ../tools/iofuncs/edvips.c:202 +msgid "could not set extension" +msgstr "" + +#: ../tools/mosaicing/find_mosaic.c:112 ../tools/mosaicing/find_mosaic.c:122 +#: ../tools/mosaicing/find_mosaic.c:144 ../tools/mosaicing/find_mosaic.c:154 +#: ../tools/mosaicing/find_mosaic.c:163 ../tools/mosaicing/find_mosaic.c:184 +#: ../tools/mosaicing/find_mosaic.c:194 ../tools/mosaicing/find_mosaic.c:203 +#: ../tools/mosaicing/mergeup.c:238 ../tools/mosaicing/mergeup.c:248 +#: ../tools/mosaicing/mergeup.c:270 ../tools/mosaicing/mergeup.c:280 +#: ../tools/mosaicing/mergeup.c:289 ../tools/mosaicing/mergeup.c:310 +#: ../tools/mosaicing/mergeup.c:320 ../tools/mosaicing/mergeup.c:329 #, c-format msgid "bad file name format '%s'" msgstr "" -#: tools/mosaicing/mergeup.c:380 +#: ../tools/mosaicing/mergeup.c:381 msgid "allocation failure in mergeup" msgstr "" -#: tools/mosaicing/mergeup.c:390 +#: ../tools/mosaicing/mergeup.c:391 msgid "Need more than one image" msgstr "" + +#: ../libvips/resample/nohalo.cpp:1578 +msgid "Edge sharpening resampler with halo reduction" +msgstr "" + +#: ../libvips/resample/snohalo.cpp:1097 +msgid "Nohalo with antialiasing blur" +msgstr "" + +#: ../libvips/resample/snohalo.cpp:1109 +msgid "Blur" +msgstr "" + +#: ../libvips/resample/snohalo.cpp:1110 +msgid "Antialiasing (diagonal straightening) blur amount" +msgstr "" + +#: ../libvips/resample/lbb.cpp:871 +msgid "Reduced halo bicubic" +msgstr "" + +#: ../libvips/resample/bicubic.cpp:430 +msgid "Bicubic interpolation (Catmull-Rom)" +msgstr ""