From 977b2272d62424ffc272d48aabcd38a9e37cdf3b Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Mon, 26 Aug 2002 02:20:34 +0000 Subject: [PATCH] Removed configure from CVS. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@64 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- glabels2/AUTHORS | 4 + glabels2/configure | 6303 --------------------------------------- glabels2/configure.in | 2 +- glabels2/po/POTFILES.in | 1 + glabels2/po/de.po | 1066 +++---- glabels2/po/fr.po | 3116 ++++++------------- glabels2/po/glabels.pot | 16 +- glabels2/po/ja.po | 1149 ++++--- glabels2/po/pt_BR.po | 1051 +++---- 9 files changed, 2405 insertions(+), 10303 deletions(-) delete mode 100755 glabels2/configure diff --git a/glabels2/AUTHORS b/glabels2/AUTHORS index 919cf221..b29772dd 100644 --- a/glabels2/AUTHORS +++ b/glabels2/AUTHORS @@ -44,6 +44,10 @@ Translations: Marcus Bauer -- German Takeshi AIHANA -- Japanese Paulo Rogério Ormenese -- Brazilian Portuguese + Víctor Moral -- Spanish translations + Vitaly Lipatov -- Russian translations + Shell, Hin-lik Hung -- Chinese Translations + Arkadiusz Lipiec -- Polish Translations The following people have submitted label templates or information about diff --git a/glabels2/configure b/glabels2/configure deleted file mode 100755 index d6f01ddf..00000000 --- a/glabels2/configure +++ /dev/null @@ -1,6303 +0,0 @@ -#! /bin/sh -# Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.52 for glabels 1.89.0. -# -# Report bugs to . -# -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This configure script is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. - -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" - -# Be Bourne compatible -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then - set -o posix -fi - -# Name of the executable. -as_me=`echo "$0" |sed 's,.*[\\/],,'` - -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - -rm -f conf$$ conf$$.exe conf$$.file -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - # We could just check for DJGPP; but this test a) works b) is more generic - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). - if test -f conf$$.exe; then - # Don't use ln at all; we don't have any links - as_ln_s='cp -p' - else - as_ln_s='ln -s' - fi -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln -else - as_ln_s='cp -p' -fi -rm -f conf$$ conf$$.exe conf$$.file - -as_executable_p="test -f" - -# Support unset when possible. -if (FOO=FOO; unset FOO) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false -fi - -# NLS nuisances. -$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } -$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } -$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } -$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } -$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } -$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } -$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } -$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } - -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" $as_nl" - -# CDPATH. -$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } - -# Name of the host. -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, -# so uname gets run too. -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` - -exec 6>&1 - -# -# Initializations. -# -ac_default_prefix=/usr/local -cross_compiling=no -subdirs= -MFLAGS= MAKEFLAGS= -SHELL=${CONFIG_SHELL-/bin/sh} - -# Maximum number of lines to put in a shell here document. -# This variable seems obsolete. It should probably be removed, and -# only ac_max_sed_lines should be used. -: ${ac_max_here_lines=38} - -ac_unique_file="src/glabels.c" -# Factoring default headers for most tests. -ac_includes_default="\ -#include -#if HAVE_SYS_TYPES_H -# include -#endif -#if HAVE_SYS_STAT_H -# include -#endif -#if STDC_HEADERS -# include -# include -#else -# if HAVE_STDLIB_H -# include -# endif -#endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include -# endif -# include -#endif -#if HAVE_STRINGS_H -# include -#endif -#if HAVE_INTTYPES_H -# include -#else -# if HAVE_STDINT_H -# include -# endif -#endif -#if HAVE_UNISTD_H -# include -#endif" - -ac_subdirs_all="$ac_subdirs_all barcode-0.98" - -# Initialize some variables set by options. -ac_init_help= -ac_init_version=false -# The variables have the same names as the options, with -# dashes changed to underlines. -cache_file=/dev/null -exec_prefix=NONE -no_create= -no_recursion= -prefix=NONE -program_prefix=NONE -program_suffix=NONE -program_transform_name=s,x,x, -silent= -site= -srcdir= -verbose= -x_includes=NONE -x_libraries=NONE - -# Installation directory options. -# These are left unexpanded so users can "make install exec_prefix=/foo" -# and all the variables that are supposed to be based on exec_prefix -# by default will actually change. -# Use braces instead of parens because sh, perl, etc. also accept them. -bindir='${exec_prefix}/bin' -sbindir='${exec_prefix}/sbin' -libexecdir='${exec_prefix}/libexec' -datadir='${prefix}/share' -sysconfdir='${prefix}/etc' -sharedstatedir='${prefix}/com' -localstatedir='${prefix}/var' -libdir='${exec_prefix}/lib' -includedir='${prefix}/include' -oldincludedir='/usr/include' -infodir='${prefix}/info' -mandir='${prefix}/man' - -# Identity of this package. -PACKAGE_NAME='glabels' -PACKAGE_TARNAME='glabels' -PACKAGE_VERSION='1.89.0' -PACKAGE_STRING='glabels 1.89.0' -PACKAGE_BUGREPORT='http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116' - -ac_prev= -for ac_option -do - # If the previous option needs an argument, assign it. - if test -n "$ac_prev"; then - eval "$ac_prev=\$ac_option" - ac_prev= - continue - fi - - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` - - # Accept the important Cygnus configure options, so we can diagnose typos. - - case $ac_option in - - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) - bindir=$ac_optarg ;; - - -build | --build | --buil | --bui | --bu) - ac_prev=build_alias ;; - -build=* | --build=* | --buil=* | --bui=* | --bu=*) - build_alias=$ac_optarg ;; - - -cache-file | --cache-file | --cache-fil | --cache-fi \ - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) - ac_prev=cache_file ;; - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) - cache_file=$ac_optarg ;; - - --config-cache | -C) - cache_file=config.cache ;; - - -datadir | --datadir | --datadi | --datad | --data | --dat | --da) - ac_prev=datadir ;; - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ - | --da=*) - datadir=$ac_optarg ;; - - -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 - { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - eval "enable_$ac_feature=no" ;; - - -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 - { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - case $ac_option in - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; - *) ac_optarg=yes ;; - esac - eval "enable_$ac_feature='$ac_optarg'" ;; - - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ - | --exec | --exe | --ex) - ac_prev=exec_prefix ;; - -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ - | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ - | --exec=* | --exe=* | --ex=*) - exec_prefix=$ac_optarg ;; - - -gas | --gas | --ga | --g) - # Obsolete; use --with-gas. - with_gas=yes ;; - - -help | --help | --hel | --he | -h) - ac_init_help=long ;; - -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) - ac_init_help=recursive ;; - -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) - ac_init_help=short ;; - - -host | --host | --hos | --ho) - ac_prev=host_alias ;; - -host=* | --host=* | --hos=* | --ho=*) - host_alias=$ac_optarg ;; - - -includedir | --includedir | --includedi | --included | --include \ - | --includ | --inclu | --incl | --inc) - ac_prev=includedir ;; - -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ - | --includ=* | --inclu=* | --incl=* | --inc=*) - includedir=$ac_optarg ;; - - -infodir | --infodir | --infodi | --infod | --info | --inf) - ac_prev=infodir ;; - -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) - infodir=$ac_optarg ;; - - -libdir | --libdir | --libdi | --libd) - ac_prev=libdir ;; - -libdir=* | --libdir=* | --libdi=* | --libd=*) - libdir=$ac_optarg ;; - - -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ - | --libexe | --libex | --libe) - ac_prev=libexecdir ;; - -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ - | --libexe=* | --libex=* | --libe=*) - libexecdir=$ac_optarg ;; - - -localstatedir | --localstatedir | --localstatedi | --localstated \ - | --localstate | --localstat | --localsta | --localst \ - | --locals | --local | --loca | --loc | --lo) - ac_prev=localstatedir ;; - -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ - | --localstate=* | --localstat=* | --localsta=* | --localst=* \ - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) - localstatedir=$ac_optarg ;; - - -mandir | --mandir | --mandi | --mand | --man | --ma | --m) - ac_prev=mandir ;; - -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) - mandir=$ac_optarg ;; - - -nfp | --nfp | --nf) - # Obsolete; use --without-fp. - with_fp=no ;; - - -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c) - no_create=yes ;; - - -no-recursion | --no-recursion | --no-recursio | --no-recursi \ - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) - no_recursion=yes ;; - - -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ - | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ - | --oldin | --oldi | --old | --ol | --o) - ac_prev=oldincludedir ;; - -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ - | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ - | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) - oldincludedir=$ac_optarg ;; - - -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) - ac_prev=prefix ;; - -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) - prefix=$ac_optarg ;; - - -program-prefix | --program-prefix | --program-prefi | --program-pref \ - | --program-pre | --program-pr | --program-p) - ac_prev=program_prefix ;; - -program-prefix=* | --program-prefix=* | --program-prefi=* \ - | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) - program_prefix=$ac_optarg ;; - - -program-suffix | --program-suffix | --program-suffi | --program-suff \ - | --program-suf | --program-su | --program-s) - ac_prev=program_suffix ;; - -program-suffix=* | --program-suffix=* | --program-suffi=* \ - | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) - program_suffix=$ac_optarg ;; - - -program-transform-name | --program-transform-name \ - | --program-transform-nam | --program-transform-na \ - | --program-transform-n | --program-transform- \ - | --program-transform | --program-transfor \ - | --program-transfo | --program-transf \ - | --program-trans | --program-tran \ - | --progr-tra | --program-tr | --program-t) - ac_prev=program_transform_name ;; - -program-transform-name=* | --program-transform-name=* \ - | --program-transform-nam=* | --program-transform-na=* \ - | --program-transform-n=* | --program-transform-=* \ - | --program-transform=* | --program-transfor=* \ - | --program-transfo=* | --program-transf=* \ - | --program-trans=* | --program-tran=* \ - | --progr-tra=* | --program-tr=* | --program-t=*) - program_transform_name=$ac_optarg ;; - - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - silent=yes ;; - - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) - ac_prev=sbindir ;; - -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ - | --sbi=* | --sb=*) - sbindir=$ac_optarg ;; - - -sharedstatedir | --sharedstatedir | --sharedstatedi \ - | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ - | --sharedst | --shareds | --shared | --share | --shar \ - | --sha | --sh) - ac_prev=sharedstatedir ;; - -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ - | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ - | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ - | --sha=* | --sh=*) - sharedstatedir=$ac_optarg ;; - - -site | --site | --sit) - ac_prev=site ;; - -site=* | --site=* | --sit=*) - site=$ac_optarg ;; - - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) - ac_prev=srcdir ;; - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - srcdir=$ac_optarg ;; - - -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ - | --syscon | --sysco | --sysc | --sys | --sy) - ac_prev=sysconfdir ;; - -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ - | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) - sysconfdir=$ac_optarg ;; - - -target | --target | --targe | --targ | --tar | --ta | --t) - ac_prev=target_alias ;; - -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) - target_alias=$ac_optarg ;; - - -v | -verbose | --verbose | --verbos | --verbo | --verb) - verbose=yes ;; - - -version | --version | --versio | --versi | --vers | -V) - ac_init_version=: ;; - - -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 - { (exit 1); exit 1; }; } - ac_package=`echo $ac_package| sed 's/-/_/g'` - case $ac_option in - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; - *) ac_optarg=yes ;; - esac - eval "with_$ac_package='$ac_optarg'" ;; - - -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 - { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/-/_/g'` - eval "with_$ac_package=no" ;; - - --x) - # Obsolete; use --with-x. - with_x=yes ;; - - -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ - | --x-incl | --x-inc | --x-in | --x-i) - ac_prev=x_includes ;; - -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ - | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) - x_includes=$ac_optarg ;; - - -x-libraries | --x-libraries | --x-librarie | --x-librari \ - | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) - ac_prev=x_libraries ;; - -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) - x_libraries=$ac_optarg ;; - - -*) { echo "$as_me: error: unrecognized option: $ac_option -Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } - ;; - - *=*) - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` - # Reject names that are not valid shell variable names. - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 - { (exit 1); exit 1; }; } - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` - eval "$ac_envvar='$ac_optarg'" - export $ac_envvar ;; - - *) - # FIXME: should be removed in autoconf 3.0. - echo "$as_me: WARNING: you should use --build, --host, --target" >&2 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} - ;; - - esac -done - -if test -n "$ac_prev"; then - ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { echo "$as_me: error: missing argument to $ac_option" >&2 - { (exit 1); exit 1; }; } -fi - -# Be sure to have absolute paths. -for ac_var in exec_prefix prefix -do - eval ac_val=$`echo $ac_var` - case $ac_val in - [\\/$]* | ?:[\\/]* | NONE | '' ) ;; - *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; - esac -done - -# Be sure to have absolute paths. -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ - localstatedir libdir includedir oldincludedir infodir mandir -do - eval ac_val=$`echo $ac_var` - case $ac_val in - [\\/$]* | ?:[\\/]* ) ;; - *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; - esac -done - -# There might be people who depend on the old broken behavior: `$host' -# used to hold the argument of --host etc. -build=$build_alias -host=$host_alias -target=$target_alias - -# FIXME: should be removed in autoconf 3.0. -if test "x$host_alias" != x; then - if test "x$build_alias" = x; then - cross_compiling=maybe - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&2 - elif test "x$build_alias" != "x$host_alias"; then - cross_compiling=yes - fi -fi - -ac_tool_prefix= -test -n "$host_alias" && ac_tool_prefix=$host_alias- - -test "$silent" = yes && exec 6>/dev/null - -# Find the source files, if location was not specified. -if test -z "$srcdir"; then - ac_srcdir_defaulted=yes - # Try the directory containing this script, then its parent. - ac_prog=$0 - ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'` - test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. - srcdir=$ac_confdir - if test ! -r $srcdir/$ac_unique_file; then - srcdir=.. - fi -else - ac_srcdir_defaulted=no -fi -if test ! -r $srcdir/$ac_unique_file; then - if test "$ac_srcdir_defaulted" = yes; then - { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2 - { (exit 1); exit 1; }; } - else - { echo "$as_me: error: cannot find sources in $srcdir" >&2 - { (exit 1); exit 1; }; } - fi -fi -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` -ac_env_build_alias_set=${build_alias+set} -ac_env_build_alias_value=$build_alias -ac_cv_env_build_alias_set=${build_alias+set} -ac_cv_env_build_alias_value=$build_alias -ac_env_host_alias_set=${host_alias+set} -ac_env_host_alias_value=$host_alias -ac_cv_env_host_alias_set=${host_alias+set} -ac_cv_env_host_alias_value=$host_alias -ac_env_target_alias_set=${target_alias+set} -ac_env_target_alias_value=$target_alias -ac_cv_env_target_alias_set=${target_alias+set} -ac_cv_env_target_alias_value=$target_alias -ac_env_CC_set=${CC+set} -ac_env_CC_value=$CC -ac_cv_env_CC_set=${CC+set} -ac_cv_env_CC_value=$CC -ac_env_CFLAGS_set=${CFLAGS+set} -ac_env_CFLAGS_value=$CFLAGS -ac_cv_env_CFLAGS_set=${CFLAGS+set} -ac_cv_env_CFLAGS_value=$CFLAGS -ac_env_LDFLAGS_set=${LDFLAGS+set} -ac_env_LDFLAGS_value=$LDFLAGS -ac_cv_env_LDFLAGS_set=${LDFLAGS+set} -ac_cv_env_LDFLAGS_value=$LDFLAGS -ac_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_env_CPPFLAGS_value=$CPPFLAGS -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_cv_env_CPPFLAGS_value=$CPPFLAGS -ac_env_CPP_set=${CPP+set} -ac_env_CPP_value=$CPP -ac_cv_env_CPP_set=${CPP+set} -ac_cv_env_CPP_value=$CPP - -# -# Report the --help message. -# -if test "$ac_init_help" = "long"; then - # Omit some internal or obsolete options to make the list less imposing. - # This message is too long to be a string in the A/UX 3.1 sh. - cat < if you have libraries in a - nonstandard directory - CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have - headers in a nonstandard directory - CPP C preprocessor - -Use these variables to override the choices made by `configure' or to help -it to find libraries and programs with nonstandard names/locations. - -Report bugs to . -EOF -fi - -if test "$ac_init_help" = "recursive"; then - # If there are subdirs, report their specific --help. - ac_popdir=`pwd` - for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue - cd $ac_subdir - # A "../" for each directory in /$ac_subdir. - ac_dots=`echo $ac_subdir | - sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'` - - case $srcdir in - .) # No --srcdir option. We are building in place. - ac_sub_srcdir=$srcdir ;; - [\\/]* | ?:[\\/]* ) # Absolute path. - ac_sub_srcdir=$srcdir/$ac_subdir ;; - *) # Relative path. - ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;; - esac - - # Check for guested configure; otherwise get Cygnus style configure. - if test -f $ac_sub_srcdir/configure.gnu; then - echo - $SHELL $ac_sub_srcdir/configure.gnu --help=recursive - elif test -f $ac_sub_srcdir/configure; then - echo - $SHELL $ac_sub_srcdir/configure --help=recursive - elif test -f $ac_sub_srcdir/configure.ac || - test -f $ac_sub_srcdir/configure.in; then - echo - $ac_configure --help - else - echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2 - fi - cd $ac_popdir - done -fi - -test -n "$ac_init_help" && exit 0 -if $ac_init_version; then - cat <<\EOF -glabels configure 1.89.0 -generated by GNU Autoconf 2.52 - -Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 -Free Software Foundation, Inc. -This configure script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it. -EOF - exit 0 -fi -exec 5>config.log -cat >&5 </dev/null | sed 1q` -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` - -/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -hostinfo = `(hostinfo) 2>/dev/null || echo unknown` -/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` -/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` - -PATH = $PATH - -_ASUNAME -} >&5 - -cat >&5 <\?\"\']*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" - ac_sep=" " ;; - *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg" - ac_sep=" " ;; - esac - # Get rid of the leading space. -done - -# When interrupted or exit'd, cleanup temporary files, and complete -# config.log. We remove comments because anyway the quotes in there -# would cause problems or look ugly. -trap 'exit_status=$? - # Save into config.log some information that might help in debugging. - echo >&5 - echo "## ----------------- ##" >&5 - echo "## Cache variables. ##" >&5 - echo "## ----------------- ##" >&5 - echo >&5 - # The following way of writing the cache mishandles newlines in values, -{ - (set) 2>&1 | - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in - *ac_space=\ *) - sed -n \ - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" - ;; - *) - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" - ;; - esac; -} >&5 - sed "/^$/d" confdefs.h >conftest.log - if test -s conftest.log; then - echo >&5 - echo "## ------------ ##" >&5 - echo "## confdefs.h. ##" >&5 - echo "## ------------ ##" >&5 - echo >&5 - cat conftest.log >&5 - fi - (echo; echo) >&5 - test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" >&5 - echo "$as_me: exit $exit_status" >&5 - rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files && - exit $exit_status - ' 0 -for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal -done -ac_signal=0 - -# confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -rf conftest* confdefs.h -# AIX cpp loses on an empty file, so make sure it contains at least a newline. -echo >confdefs.h - -# Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. -if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" - else - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" - fi -fi -for ac_site_file in $CONFIG_SITE; do - if test -r "$ac_site_file"; then - { echo "$as_me:878: loading site script $ac_site_file" >&5 -echo "$as_me: loading site script $ac_site_file" >&6;} - cat "$ac_site_file" >&5 - . "$ac_site_file" - fi -done - -if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special - # files actually), so we avoid doing that. - if test -f "$cache_file"; then - { echo "$as_me:889: loading cache $cache_file" >&5 -echo "$as_me: loading cache $cache_file" >&6;} - case $cache_file in - [\\/]* | ?:[\\/]* ) . $cache_file;; - *) . ./$cache_file;; - esac - fi -else - { echo "$as_me:897: creating cache $cache_file" >&5 -echo "$as_me: creating cache $cache_file" >&6;} - >$cache_file -fi - -# Check that the precious variables saved in the cache have kept the same -# value. -ac_cache_corrupted=false -for ac_var in `(set) 2>&1 | - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do - eval ac_old_set=\$ac_cv_env_${ac_var}_set - eval ac_new_set=\$ac_env_${ac_var}_set - eval ac_old_val="\$ac_cv_env_${ac_var}_value" - eval ac_new_val="\$ac_env_${ac_var}_value" - case $ac_old_set,$ac_new_set in - set,) - { echo "$as_me:913: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,set) - { echo "$as_me:917: error: \`$ac_var' was not set in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,);; - *) - if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:923: error: \`$ac_var' has changed since the previous run:" >&5 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:925: former value: $ac_old_val" >&5 -echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:927: current value: $ac_new_val" >&5 -echo "$as_me: current value: $ac_new_val" >&2;} - ac_cache_corrupted=: - fi;; - esac - # Pass precious variables to config.status. It doesn't matter if - # we pass some twice (in addition to the command line arguments). - if test "$ac_new_set" = set; then - case $ac_new_val in - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` - ac_configure_args="$ac_configure_args '$ac_arg'" - ;; - *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val" - ;; - esac - fi -done -if $ac_cache_corrupted; then - { echo "$as_me:946: error: changes in the environment can compromise the build" >&5 -echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:948: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} - { (exit 1); exit 1; }; } -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in - *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T=' ' ;; - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; -esac -echo "#! $SHELL" >conftest.sh -echo "exit 0" >>conftest.sh -chmod +x conftest.sh -if { (echo "$as_me:968: PATH=\".;.\"; conftest.sh") >&5 - (PATH=".;."; conftest.sh) 2>&5 - ac_status=$? - echo "$as_me:971: \$? = $ac_status" >&5 - (exit $ac_status); }; then - ac_path_separator=';' -else - ac_path_separator=: -fi -PATH_SEPARATOR="$ac_path_separator" -rm -f conftest.sh - -ac_aux_dir= -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do - if test -f $ac_dir/install-sh; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install-sh -c" - break - elif test -f $ac_dir/install.sh; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install.sh -c" - break - elif test -f $ac_dir/shtool; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/shtool install -c" - break - fi -done -if test -z "$ac_aux_dir"; then - { { echo "$as_me:997: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} - { (exit 1); exit 1; }; } -fi -ac_config_guess="$SHELL $ac_aux_dir/config.guess" -ac_config_sub="$SHELL $ac_aux_dir/config.sub" -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. - -# Find a good install program. We prefer a C program (faster), -# so one script is as good as another. But avoid the broken or -# incompatible versions: -# SysV /etc/install, /usr/sbin/install -# SunOS /usr/etc/install -# IRIX /sbin/install -# AIX /bin/install -# AmigaOS /C/install, which installs bootblocks on floppy discs -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag -# AFS /usr/afsws/bin/install, which mishandles nonexistent args -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" -# ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:1017: checking for a BSD compatible install" >&5 -echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 -if test -z "$INSTALL"; then -if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_save_IFS=$IFS; IFS=$ac_path_separator - for ac_dir in $PATH; do - IFS=$ac_save_IFS - # Account for people who put trailing slashes in PATH elements. - case $ac_dir/ in - / | ./ | .// | /cC/* \ - | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \ - | /usr/ucb/* ) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - # Don't use installbsd from OSF since it installs stuff as root - # by default. - for ac_prog in ginstall scoinst install; do - if $as_executable_p "$ac_dir/$ac_prog"; then - if test $ac_prog = install && - grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - : - elif test $ac_prog = install && - grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then - # program-specific install script used by HP pwplus--don't use. - : - else - ac_cv_path_install="$ac_dir/$ac_prog -c" - break 2 - fi - fi - done - ;; - esac - done - -fi - if test "${ac_cv_path_install+set}" = set; then - INSTALL=$ac_cv_path_install - else - # As a last resort, use the slow shell script. We don't cache a - # path for INSTALL within a source directory, because that will - # break other packages using the cache if that directory is - # removed, or if the path is relative. - INSTALL=$ac_install_sh - fi -fi -echo "$as_me:1066: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6 - -# Use test -z because SunOS4 sh mishandles braces in ${var-val}. -# It thinks the first close brace ends the variable substitution. -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' - -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - -echo "$as_me:1077: checking whether build environment is sane" >&5 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 -# Just in case -sleep 1 -echo timestamp > conftestfile -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t $srcdir/configure conftestfile` - fi - if test "$*" != "X $srcdir/configure conftestfile" \ - && test "$*" != "X conftestfile $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - { { echo "$as_me:1100: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" >&5 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" >&2;} - { (exit 1); exit 1; }; } - fi - - test "$2" = conftestfile - ) -then - # Ok. - : -else - { { echo "$as_me:1113: error: newly created file is older than distributed files! -Check your system clock" >&5 -echo "$as_me: error: newly created file is older than distributed files! -Check your system clock" >&2;} - { (exit 1); exit 1; }; } -fi -rm -f conftest* -echo "$as_me:1120: result: yes" >&5 -echo "${ECHO_T}yes" >&6 -test "$program_prefix" != NONE && - program_transform_name="s,^,$program_prefix,;$program_transform_name" -# Use a double $ so make ignores it. -test "$program_suffix" != NONE && - program_transform_name="s,\$,$program_suffix,;$program_transform_name" -# Double any \ or $. echo might interpret backslashes. -# By default was `s,x,x', remove it if useless. -cat <<\_ACEOF >conftest.sed -s/[\\$]/&&/g;s/;s,x,x,$// -_ACEOF -program_transform_name=`echo $program_transform_name | sed -f conftest.sed` -rm conftest.sed - -echo "$as_me:1135: checking whether ${MAKE-make} sets \${MAKE}" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.make <<\EOF -all: - @echo 'ac_maketemp="${MAKE}"' -EOF -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` -if test -n "$ac_maketemp"; then - eval ac_cv_prog_make_${ac_make}_set=yes -else - eval ac_cv_prog_make_${ac_make}_set=no -fi -rm -f conftest.make -fi -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:1155: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - SET_MAKE= -else - echo "$as_me:1159: result: no" >&5 -echo "${ECHO_T}no" >&6 - SET_MAKE="MAKE=${MAKE-make}" -fi - -PACKAGE=glabels - -VERSION=1.89.0 - -if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { { echo "$as_me:1169: error: source directory already configured; run \"make distclean\" there first" >&5 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} - { (exit 1); exit 1; }; } -fi - -cat >>confdefs.h <>confdefs.h <&5 -echo $ECHO_N "checking for working aclocal... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (aclocal --version) < /dev/null > /dev/null 2>&1; then - ACLOCAL=aclocal - echo "$as_me:1190: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - ACLOCAL="$missing_dir/missing aclocal" - echo "$as_me:1194: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1198: checking for working autoconf" >&5 -echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (autoconf --version) < /dev/null > /dev/null 2>&1; then - AUTOCONF=autoconf - echo "$as_me:1205: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - AUTOCONF="$missing_dir/missing autoconf" - echo "$as_me:1209: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1213: checking for working automake" >&5 -echo $ECHO_N "checking for working automake... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (automake --version) < /dev/null > /dev/null 2>&1; then - AUTOMAKE=automake - echo "$as_me:1220: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - AUTOMAKE="$missing_dir/missing automake" - echo "$as_me:1224: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1228: checking for working autoheader" >&5 -echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (autoheader --version) < /dev/null > /dev/null 2>&1; then - AUTOHEADER=autoheader - echo "$as_me:1235: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - AUTOHEADER="$missing_dir/missing autoheader" - echo "$as_me:1239: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1243: checking for working makeinfo" >&5 -echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (makeinfo --version) < /dev/null > /dev/null 2>&1; then - MAKEINFO=makeinfo - echo "$as_me:1250: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - MAKEINFO="$missing_dir/missing makeinfo" - echo "$as_me:1254: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1258: checking whether to enable maintainer-specific portions of Makefiles" >&5 -echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 - # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set; then - enableval="$enable_maintainer_mode" - USE_MAINTAINER_MODE=$enableval -else - USE_MAINTAINER_MODE=no -fi; - echo "$as_me:1267: result: $USE_MAINTAINER_MODE" >&5 -echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 - -if test $USE_MAINTAINER_MODE = yes; then - MAINTAINER_MODE_TRUE= - MAINTAINER_MODE_FALSE='#' -else - MAINTAINER_MODE_TRUE='#' - MAINTAINER_MODE_FALSE= -fi - MAINT=$MAINTAINER_MODE_TRUE - -ac_config_headers="$ac_config_headers config.h" - -ac_config_commands="$ac_config_commands default-1" - - # Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -echo "$as_me:1285: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - if $as_executable_p "$ac_dir/$ac_word"; then - ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" - echo "$as_me:1302: found $ac_dir/$ac_word" >&5 - break -fi -done - - ;; -esac -fi -PKG_CONFIG=$ac_cv_path_PKG_CONFIG - -if test -n "$PKG_CONFIG"; then - echo "$as_me:1313: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 -else - echo "$as_me:1316: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - have_pkgconfig=no - if test -x "$PKG_CONFIG" ; then - have_pkgconfig=yes - else - PKG_CONFIG= - fi - echo "$as_me:1326: checking for pkg-config" >&5 -echo $ECHO_N "checking for pkg-config... $ECHO_C" >&6 - pkgconfig_required_version=0.8.0 - if test x$have_pkgconfig = xyes ; then - $PKG_CONFIG --atleast-pkgconfig-version $pkgconfig_required_version - if test $? -ne 0; then - echo "*** Your version of pkg-config is too old. You need version $pkgconfig_required_version or newer." - echo "*** See http://www.freedesktop.org/software/pkgconfig" - have_pkgconfig=no - fi - fi - if test x$have_pkgconfig = xyes ; then - echo "$as_me:1338: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - else - PKG_CONFIG= - echo "$as_me:1342: result: not found" >&5 -echo "${ECHO_T}not found" >&6 - if test xfail = xfail; then - { { echo "$as_me:1345: error: -*** You need the latest pkg-config (at least $pkgconfig_required_version). -*** Get the latest version of pkg-config from -*** http://www.freedesktop.org/software/pkgconfig." >&5 -echo "$as_me: error: -*** You need the latest pkg-config (at least $pkgconfig_required_version). -*** Get the latest version of pkg-config from -*** http://www.freedesktop.org/software/pkgconfig." >&2;} - { (exit 1); exit 1; }; } - fi - fi - - if test xyes = xyes ; then - platform_gnome_2_default=yes - else - platform_gnome_2_default=no - fi - if test xforce = xforce ; then - platform_gnome_2="$platform_gnome_2_default"; - else - # Check whether --enable-platform-gnome-2 or --disable-platform-gnome-2 was given. -if test "${enable_platform_gnome_2+set}" = set; then - enableval="$enable_platform_gnome_2" - platform_gnome_2="$enableval" -else - platform_gnome_2="$platform_gnome_2_default" -fi; - fi - -if test $platform_gnome_2 = yes; then - PLATFORM_GNOME_2_TRUE= - PLATFORM_GNOME_2_FALSE='#' -else - PLATFORM_GNOME_2_TRUE='#' - PLATFORM_GNOME_2_FALSE= -fi - - echo "$as_me:1382: checking for GNOME Platform" >&5 -echo $ECHO_N "checking for GNOME Platform... $ECHO_C" >&6 - if test $platform_gnome_2 = yes; then - echo "$as_me:1385: result: GNOME 2.x" >&5 -echo "${ECHO_T}GNOME 2.x" >&6 - GNOME_INTERFACE_VERSION=2 - - # Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -echo "$as_me:1391: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - if $as_executable_p "$ac_dir/$ac_word"; then - ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" - echo "$as_me:1408: found $ac_dir/$ac_word" >&5 - break -fi -done - - ;; -esac -fi -PKG_CONFIG=$ac_cv_path_PKG_CONFIG - -if test -n "$PKG_CONFIG"; then - echo "$as_me:1419: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 -else - echo "$as_me:1422: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - have_pkgconfig=no - if test -x "$PKG_CONFIG" ; then - have_pkgconfig=yes - else - PKG_CONFIG= - fi - echo "$as_me:1432: checking for pkg-config" >&5 -echo $ECHO_N "checking for pkg-config... $ECHO_C" >&6 - pkgconfig_required_version=0.8.0 - if test x$have_pkgconfig = xyes ; then - $PKG_CONFIG --atleast-pkgconfig-version $pkgconfig_required_version - if test $? -ne 0; then - echo "*** Your version of pkg-config is too old. You need version $pkgconfig_required_version or newer." - echo "*** See http://www.freedesktop.org/software/pkgconfig" - have_pkgconfig=no - fi - fi - if test x$have_pkgconfig = xyes ; then - echo "$as_me:1444: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - else - PKG_CONFIG= - echo "$as_me:1448: result: not found" >&5 -echo "${ECHO_T}not found" >&6 - if test xfail = xfail; then - { { echo "$as_me:1451: error: -*** You need the latest pkg-config (at least $pkgconfig_required_version). -*** Get the latest version of pkg-config from -*** http://www.freedesktop.org/software/pkgconfig." >&5 -echo "$as_me: error: -*** You need the latest pkg-config (at least $pkgconfig_required_version). -*** Get the latest version of pkg-config from -*** http://www.freedesktop.org/software/pkgconfig." >&2;} - { (exit 1); exit 1; }; } - fi - fi - - else - echo "$as_me:1464: result: GNOME 1.x" >&5 -echo "${ECHO_T}GNOME 1.x" >&6 - GNOME_INTERFACE_VERSION=1 - fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:1477: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_CC="${ac_tool_prefix}gcc" -echo "$as_me:1492: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - echo "$as_me:1500: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:1503: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. -set dummy gcc; ac_word=$2 -echo "$as_me:1512: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_ac_ct_CC="gcc" -echo "$as_me:1527: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:1535: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:1538: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - CC=$ac_ct_CC -else - CC="$ac_cv_prog_CC" -fi - -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:1551: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_CC="${ac_tool_prefix}cc" -echo "$as_me:1566: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - echo "$as_me:1574: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:1577: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -echo "$as_me:1586: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_ac_ct_CC="cc" -echo "$as_me:1601: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:1609: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:1612: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - CC=$ac_ct_CC -else - CC="$ac_cv_prog_CC" -fi - -fi -if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -echo "$as_me:1625: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_prog_rejected=no - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue -fi -ac_cv_prog_CC="cc" -echo "$as_me:1645: found $ac_dir/$ac_word" >&5 -break -done - -if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. - set dummy $ac_cv_prog_CC - shift - if test $# != 0; then - # We chose a different compiler from the bogus one. - # However, it has the same basename, so the bogon will be chosen - # first if we set CC to just the basename; use the full file name. - shift - set dummy "$ac_dir/$ac_word" ${1+"$@"} - shift - ac_cv_prog_CC="$@" - fi -fi -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - echo "$as_me:1667: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:1670: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - for ac_prog in cl - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:1681: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:1696: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - echo "$as_me:1704: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:1707: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - test -n "$CC" && break - done -fi -if test -z "$CC"; then - ac_ct_CC=$CC - for ac_prog in cl -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -echo "$as_me:1720: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_ac_ct_CC="$ac_prog" -echo "$as_me:1735: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:1743: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:1746: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - test -n "$ac_ct_CC" && break -done - - CC=$ac_ct_CC -fi - -fi - -test -z "$CC" && { { echo "$as_me:1758: error: no acceptable cc found in \$PATH" >&5 -echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} - { (exit 1); exit 1; }; } - -# Provide some information about the compiler. -echo "$as_me:1763:" \ - "checking for C compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:1766: \"$ac_compiler --version &5\"") >&5 - (eval $ac_compiler --version &5) 2>&5 - ac_status=$? - echo "$as_me:1769: \$? = $ac_status" >&5 - (exit $ac_status); } -{ (eval echo "$as_me:1771: \"$ac_compiler -v &5\"") >&5 - (eval $ac_compiler -v &5) 2>&5 - ac_status=$? - echo "$as_me:1774: \$? = $ac_status" >&5 - (exit $ac_status); } -{ (eval echo "$as_me:1776: \"$ac_compiler -V &5\"") >&5 - (eval $ac_compiler -V &5) 2>&5 - ac_status=$? - echo "$as_me:1779: \$? = $ac_status" >&5 - (exit $ac_status); } - -cat >conftest.$ac_ext <<_ACEOF -#line 1783 "configure" -#include "confdefs.h" - -int -main () -{ - - ; - return 0; -} -_ACEOF -ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe" -# Try to create an executable without -o first, disregard a.out. -# It will help us diagnose broken compilers, and finding out an intuition -# of exeext. -echo "$as_me:1799: checking for C compiler default output" >&5 -echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:1802: \"$ac_link_default\"") >&5 - (eval $ac_link_default) 2>&5 - ac_status=$? - echo "$as_me:1805: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # Find the output, starting from the most likely. This scheme is -# not robust to junk in `.', hence go to wildcards (a.*) only as a last -# resort. -for ac_file in `ls a.exe conftest.exe 2>/dev/null; - ls a.out conftest 2>/dev/null; - ls a.* conftest.* 2>/dev/null`; do - case $ac_file in - *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; - a.out ) # We found the default executable, but exeext='' is most - # certainly right. - break;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - # FIXME: I believe we export ac_cv_exeext for Libtool --akim. - export ac_cv_exeext - break;; - * ) break;; - esac -done -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -{ { echo "$as_me:1828: error: C compiler cannot create executables" >&5 -echo "$as_me: error: C compiler cannot create executables" >&2;} - { (exit 77); exit 77; }; } -fi - -ac_exeext=$ac_cv_exeext -echo "$as_me:1834: result: $ac_file" >&5 -echo "${ECHO_T}$ac_file" >&6 - -# Check the compiler produces executables we can run. If not, either -# the compiler is broken, or we cross compile. -echo "$as_me:1839: checking whether the C compiler works" >&5 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 -# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 -# If not cross compiling, check that we can run a simple program. -if test "$cross_compiling" != yes; then - if { ac_try='./$ac_file' - { (eval echo "$as_me:1845: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:1848: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - cross_compiling=no - else - if test "$cross_compiling" = maybe; then - cross_compiling=yes - else - { { echo "$as_me:1855: error: cannot run C compiled programs. -If you meant to cross compile, use \`--host'." >&5 -echo "$as_me: error: cannot run C compiled programs. -If you meant to cross compile, use \`--host'." >&2;} - { (exit 1); exit 1; }; } - fi - fi -fi -echo "$as_me:1863: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - -rm -f a.out a.exe conftest$ac_cv_exeext -ac_clean_files=$ac_clean_files_save -# Check the compiler produces executables we can run. If not, either -# the compiler is broken, or we cross compile. -echo "$as_me:1870: checking whether we are cross compiling" >&5 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:1872: result: $cross_compiling" >&5 -echo "${ECHO_T}$cross_compiling" >&6 - -echo "$as_me:1875: checking for executable suffix" >&5 -echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:1877: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:1880: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # If both `conftest.exe' and `conftest' are `present' (well, observable) -# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will -# work properly (i.e., refer to `conftest.exe'), while it won't with -# `rm'. -for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do - case $ac_file in - *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - export ac_cv_exeext - break;; - * ) break;; - esac -done -else - { { echo "$as_me:1896: error: cannot compute EXEEXT: cannot compile and link" >&5 -echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} - { (exit 1); exit 1; }; } -fi - -rm -f conftest$ac_cv_exeext -echo "$as_me:1902: result: $ac_cv_exeext" >&5 -echo "${ECHO_T}$ac_cv_exeext" >&6 - -rm -f conftest.$ac_ext -EXEEXT=$ac_cv_exeext -ac_exeext=$EXEEXT -echo "$as_me:1908: checking for object suffix" >&5 -echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 -if test "${ac_cv_objext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 1914 "configure" -#include "confdefs.h" - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.o conftest.obj -if { (eval echo "$as_me:1926: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:1929: \$? = $ac_status" >&5 - (exit $ac_status); }; then - for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` - break;; - esac -done -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -{ { echo "$as_me:1941: error: cannot compute OBJEXT: cannot compile" >&5 -echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} - { (exit 1); exit 1; }; } -fi - -rm -f conftest.$ac_cv_objext conftest.$ac_ext -fi -echo "$as_me:1948: result: $ac_cv_objext" >&5 -echo "${ECHO_T}$ac_cv_objext" >&6 -OBJEXT=$ac_cv_objext -ac_objext=$OBJEXT -echo "$as_me:1952: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 -if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 1958 "configure" -#include "confdefs.h" - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:1973: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:1976: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1979: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:1982: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_compiler_gnu=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_compiler_gnu=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -ac_cv_c_compiler_gnu=$ac_compiler_gnu - -fi -echo "$as_me:1994: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 -GCC=`test $ac_compiler_gnu = yes && echo yes` -ac_test_CFLAGS=${CFLAGS+set} -ac_save_CFLAGS=$CFLAGS -CFLAGS="-g" -echo "$as_me:2000: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 -if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 2006 "configure" -#include "confdefs.h" - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2018: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2021: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2024: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2027: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_prog_cc_g=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_prog_cc_g=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:2037: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 -if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS -elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then - CFLAGS="-g -O2" - else - CFLAGS="-g" - fi -else - if test "$GCC" = yes; then - CFLAGS="-O2" - else - CFLAGS= - fi -fi -# Some people use a C++ compiler to compile C. Since we use `exit', -# in C++ we need to declare it. In case someone uses the same compiler -# for both compiling C and C++ we need to have the C++ compiler decide -# the declaration of exit, since it's the most demanding environment. -cat >conftest.$ac_ext <<_ACEOF -#ifndef __cplusplus - choke me -#endif -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2064: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2067: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2070: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2073: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - for ac_declaration in \ - ''\ - '#include ' \ - 'extern "C" void std::exit (int) throw (); using std::exit;' \ - 'extern "C" void std::exit (int); using std::exit;' \ - 'extern "C" void exit (int) throw ();' \ - 'extern "C" void exit (int);' \ - 'void exit (int);' -do - cat >conftest.$ac_ext <<_ACEOF -#line 2085 "configure" -#include "confdefs.h" -#include -$ac_declaration -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2098: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2101: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2104: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2107: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -continue -fi -rm -f conftest.$ac_objext conftest.$ac_ext - cat >conftest.$ac_ext <<_ACEOF -#line 2117 "configure" -#include "confdefs.h" -$ac_declaration -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2129: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2132: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2135: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2138: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -fi -rm -f conftest.$ac_objext conftest.$ac_ext -done -rm -f conftest* -if test -n "$ac_declaration"; then - echo '#ifdef __cplusplus' >>confdefs.h - echo $ac_declaration >>confdefs.h - echo '#endif' >>confdefs.h -fi - -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -fi -rm -f conftest.$ac_objext conftest.$ac_ext -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - echo "$as_me:2165: checking for strerror in -lcposix" >&5 -echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6 -if test "${ac_cv_lib_cposix_strerror+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lcposix $LIBS" -cat >conftest.$ac_ext <<_ACEOF -#line 2173 "configure" -#include "confdefs.h" - -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char strerror (); -int -main () -{ -strerror (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2192: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:2195: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2198: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2201: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_lib_cposix_strerror=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_lib_cposix_strerror=no -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -echo "$as_me:2212: result: $ac_cv_lib_cposix_strerror" >&5 -echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6 -if test $ac_cv_lib_cposix_strerror = yes; then - LIBS="$LIBS -lcposix" -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. -set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:2226: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_CC="${ac_tool_prefix}gcc" -echo "$as_me:2241: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - echo "$as_me:2249: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:2252: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. -set dummy gcc; ac_word=$2 -echo "$as_me:2261: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_ac_ct_CC="gcc" -echo "$as_me:2276: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:2284: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:2287: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - CC=$ac_ct_CC -else - CC="$ac_cv_prog_CC" -fi - -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. -set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:2300: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_CC="${ac_tool_prefix}cc" -echo "$as_me:2315: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - echo "$as_me:2323: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:2326: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -echo "$as_me:2335: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_ac_ct_CC="cc" -echo "$as_me:2350: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:2358: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:2361: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - CC=$ac_ct_CC -else - CC="$ac_cv_prog_CC" -fi - -fi -if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -echo "$as_me:2374: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_prog_rejected=no - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue -fi -ac_cv_prog_CC="cc" -echo "$as_me:2394: found $ac_dir/$ac_word" >&5 -break -done - -if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. - set dummy $ac_cv_prog_CC - shift - if test $# != 0; then - # We chose a different compiler from the bogus one. - # However, it has the same basename, so the bogon will be chosen - # first if we set CC to just the basename; use the full file name. - shift - set dummy "$ac_dir/$ac_word" ${1+"$@"} - shift - ac_cv_prog_CC="$@" - fi -fi -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - echo "$as_me:2416: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:2419: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - for ac_prog in cl - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:2430: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:2445: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -CC=$ac_cv_prog_CC -if test -n "$CC"; then - echo "$as_me:2453: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:2456: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - test -n "$CC" && break - done -fi -if test -z "$CC"; then - ac_ct_CC=$CC - for ac_prog in cl -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -echo "$as_me:2469: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_ac_ct_CC="$ac_prog" -echo "$as_me:2484: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:2492: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:2495: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - test -n "$ac_ct_CC" && break -done - - CC=$ac_ct_CC -fi - -fi - -test -z "$CC" && { { echo "$as_me:2507: error: no acceptable cc found in \$PATH" >&5 -echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} - { (exit 1); exit 1; }; } - -# Provide some information about the compiler. -echo "$as_me:2512:" \ - "checking for C compiler version" >&5 -ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:2515: \"$ac_compiler --version &5\"") >&5 - (eval $ac_compiler --version &5) 2>&5 - ac_status=$? - echo "$as_me:2518: \$? = $ac_status" >&5 - (exit $ac_status); } -{ (eval echo "$as_me:2520: \"$ac_compiler -v &5\"") >&5 - (eval $ac_compiler -v &5) 2>&5 - ac_status=$? - echo "$as_me:2523: \$? = $ac_status" >&5 - (exit $ac_status); } -{ (eval echo "$as_me:2525: \"$ac_compiler -V &5\"") >&5 - (eval $ac_compiler -V &5) 2>&5 - ac_status=$? - echo "$as_me:2528: \$? = $ac_status" >&5 - (exit $ac_status); } - -echo "$as_me:2531: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 -if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 2537 "configure" -#include "confdefs.h" - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2552: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2555: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2558: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2561: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_compiler_gnu=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_compiler_gnu=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -ac_cv_c_compiler_gnu=$ac_compiler_gnu - -fi -echo "$as_me:2573: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 -GCC=`test $ac_compiler_gnu = yes && echo yes` -ac_test_CFLAGS=${CFLAGS+set} -ac_save_CFLAGS=$CFLAGS -CFLAGS="-g" -echo "$as_me:2579: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 -if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 2585 "configure" -#include "confdefs.h" - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2597: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2600: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2603: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2606: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_prog_cc_g=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_prog_cc_g=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:2616: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 -if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS -elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then - CFLAGS="-g -O2" - else - CFLAGS="-g" - fi -else - if test "$GCC" = yes; then - CFLAGS="-O2" - else - CFLAGS= - fi -fi -# Some people use a C++ compiler to compile C. Since we use `exit', -# in C++ we need to declare it. In case someone uses the same compiler -# for both compiling C and C++ we need to have the C++ compiler decide -# the declaration of exit, since it's the most demanding environment. -cat >conftest.$ac_ext <<_ACEOF -#ifndef __cplusplus - choke me -#endif -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2643: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2646: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2649: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2652: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - for ac_declaration in \ - ''\ - '#include ' \ - 'extern "C" void std::exit (int) throw (); using std::exit;' \ - 'extern "C" void std::exit (int); using std::exit;' \ - 'extern "C" void exit (int) throw ();' \ - 'extern "C" void exit (int);' \ - 'void exit (int);' -do - cat >conftest.$ac_ext <<_ACEOF -#line 2664 "configure" -#include "confdefs.h" -#include -$ac_declaration -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2677: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2680: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2683: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2686: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -continue -fi -rm -f conftest.$ac_objext conftest.$ac_ext - cat >conftest.$ac_ext <<_ACEOF -#line 2696 "configure" -#include "confdefs.h" -$ac_declaration -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2708: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2711: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2714: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2717: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -fi -rm -f conftest.$ac_objext conftest.$ac_ext -done -rm -f conftest* -if test -n "$ac_declaration"; then - echo '#ifdef __cplusplus' >>confdefs.h - echo $ac_declaration >>confdefs.h - echo '#endif' >>confdefs.h -fi - -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -fi -rm -f conftest.$ac_objext conftest.$ac_ext -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -echo "$as_me:2744: checking for ${CC-cc} option to accept ANSI C" >&5 -echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 -if test "${am_cv_prog_cc_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - am_cv_prog_cc_stdc=no -ac_save_CC="$CC" -# Don't try gcc -ansi; that turns off useful extensions and -# breaks some systems' header files. -# AIX -qlanglvl=ansi -# Ultrix and OSF/1 -std1 -# HP-UX -Aa -D_HPUX_SOURCE -# SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - cat >conftest.$ac_ext <<_ACEOF -#line 2761 "configure" -#include "confdefs.h" -#include -#include -#include -#include -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; - -int -main () -{ - -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:2803: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:2806: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2809: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2812: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - am_cv_prog_cc_stdc="$ac_arg"; break -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -fi -rm -f conftest.$ac_objext conftest.$ac_ext -done -CC="$ac_save_CC" - -fi - -if test -z "$am_cv_prog_cc_stdc"; then - echo "$as_me:2826: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6 -else - echo "$as_me:2829: result: $am_cv_prog_cc_stdc" >&5 -echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6 -fi -case "x$am_cv_prog_cc_stdc" in - x|xno) ;; - *) CC="$CC $am_cv_prog_cc_stdc" ;; -esac - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2842: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 -# On Suns, sometimes $CPP names a directory. -if test -n "$CPP" && test -d "$CPP"; then - CPP= -fi -if test -z "$CPP"; then - if test "${ac_cv_prog_CPP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" - do - ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat >conftest.$ac_ext <<_ACEOF -#line 2863 "configure" -#include "confdefs.h" -#include - Syntax error -_ACEOF -if { (eval echo "$as_me:2868: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:2874: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - : -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.$ac_ext - - # OK, works on sane cases. Now check whether non-existent headers - # can be detected and how. - cat >conftest.$ac_ext <<_ACEOF -#line 2897 "configure" -#include "confdefs.h" -#include -_ACEOF -if { (eval echo "$as_me:2901: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:2907: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - # Broken: success on invalid input. -continue -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.err conftest.$ac_ext -if $ac_preproc_ok; then - break -fi - - done - ac_cv_prog_CPP=$CPP - -fi - CPP=$ac_cv_prog_CPP -else - ac_cv_prog_CPP=$CPP -fi -echo "$as_me:2944: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6 -ac_preproc_ok=false -for ac_c_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat >conftest.$ac_ext <<_ACEOF -#line 2954 "configure" -#include "confdefs.h" -#include - Syntax error -_ACEOF -if { (eval echo "$as_me:2959: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:2965: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - : -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.$ac_ext - - # OK, works on sane cases. Now check whether non-existent headers - # can be detected and how. - cat >conftest.$ac_ext <<_ACEOF -#line 2988 "configure" -#include "confdefs.h" -#include -_ACEOF -if { (eval echo "$as_me:2992: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:2998: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - # Broken: success on invalid input. -continue -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.err conftest.$ac_ext -if $ac_preproc_ok; then - : -else - { { echo "$as_me:3026: error: C preprocessor \"$CPP\" fails sanity check" >&5 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} - { (exit 1); exit 1; }; } -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -echo "$as_me:3037: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 -if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 3043 "configure" -#include "confdefs.h" -#include -#include -#include -#include - -_ACEOF -if { (eval echo "$as_me:3051: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:3057: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - ac_cv_header_stdc=yes -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - ac_cv_header_stdc=no -fi -rm -f conftest.err conftest.$ac_ext - -if test $ac_cv_header_stdc = yes; then - # SunOS 4.x string.h does not declare mem*, contrary to ANSI. - cat >conftest.$ac_ext <<_ACEOF -#line 3079 "configure" -#include "confdefs.h" -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "memchr" >/dev/null 2>&1; then - : -else - ac_cv_header_stdc=no -fi -rm -f conftest* - -fi - -if test $ac_cv_header_stdc = yes; then - # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. - cat >conftest.$ac_ext <<_ACEOF -#line 3097 "configure" -#include "confdefs.h" -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "free" >/dev/null 2>&1; then - : -else - ac_cv_header_stdc=no -fi -rm -f conftest* - -fi - -if test $ac_cv_header_stdc = yes; then - # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. - if test "$cross_compiling" = yes; then - : -else - cat >conftest.$ac_ext <<_ACEOF -#line 3118 "configure" -#include "confdefs.h" -#include -#if ((' ' & 0x0FF) == 0x020) -# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#else -# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ - || ('j' <= (c) && (c) <= 'r') \ - || ('s' <= (c) && (c) <= 'z')) -# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) -#endif - -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) -int -main () -{ - int i; - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) - exit(2); - exit (0); -} -_ACEOF -rm -f conftest$ac_exeext -if { (eval echo "$as_me:3144: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:3147: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:3149: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3152: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : -else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_header_stdc=no -fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi -fi -fi -echo "$as_me:3165: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 -if test $ac_cv_header_stdc = yes; then - -cat >>confdefs.h <<\EOF -#define STDC_HEADERS 1 -EOF - -fi - - if test -z "" ; then - default_compile_warnings=no - else - default_compile_warnings="" - fi - - # Check whether --enable-compile-warnings or --disable-compile-warnings was given. -if test "${enable_compile_warnings+set}" = set; then - enableval="$enable_compile_warnings" - enable_compile_warnings="$enableval" -else - enable_compile_warnings="$default_compile_warnings" -fi; - - warnCFLAGS= - if test "x$GCC" != xyes; then - enable_compile_warnings=no - fi - - warning_flags= - realsave_CFLAGS="$CFLAGS" - - case "$enable_compile_warnings" in - no) - warning_flags= - ;; - minimum) - warning_flags="-Wall -Wunused" - ;; - yes) - warning_flags="-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations" - ;; - maximum|error) - warning_flags="-Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith" - CFLAGS="$warning_flags $CFLAGS" - for option in -Wsign-promo -Wno-sign-compare; do - SAVE_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $option" - echo "$as_me:3213: checking whether gcc understands $option" >&5 -echo $ECHO_N "checking whether gcc understands $option... $ECHO_C" >&6 - cat >conftest.$ac_ext <<_ACEOF -#line 3216 "configure" -#include "confdefs.h" - -int -main () -{ - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:3228: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:3231: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3234: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3237: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - has_option=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -has_option=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext - CFLAGS="$SAVE_CFLAGS" - echo "$as_me:3247: result: $has_option" >&5 -echo "${ECHO_T}$has_option" >&6 - if test $has_option = yes; then - warning_flags="$warning_flags $option" - fi - unset has_option - unset SAVE_CFLAGS - done - unset option - if test "$enable_compile_warnings" = "error" ; then - warning_flags="$warning_flags -Werror" - fi - ;; - *) - { { echo "$as_me:3261: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5 -echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;} - { (exit 1); exit 1; }; } - ;; - esac - CFLAGS="$realsave_CFLAGS" - echo "$as_me:3267: checking what warning flags to pass to the C compiler" >&5 -echo $ECHO_N "checking what warning flags to pass to the C compiler... $ECHO_C" >&6 - echo "$as_me:3269: result: $warning_flags" >&5 -echo "${ECHO_T}$warning_flags" >&6 - - # Check whether --enable-iso-c or --disable-iso-c was given. -if test "${enable_iso_c+set}" = set; then - enableval="$enable_iso_c" - -else - enable_iso_c=no -fi; - - echo "$as_me:3280: checking what language compliance flags to pass to the C compiler" >&5 -echo $ECHO_N "checking what language compliance flags to pass to the C compiler... $ECHO_C" >&6 - complCFLAGS= - if test "x$enable_iso_c" != "xno"; then - if test "x$GCC" = "xyes"; then - case " $CFLAGS " in - *\ \ -ansi\ \ *) ;; - *) complCFLAGS="$complCFLAGS -ansi" ;; - esac - case " $CFLAGS " in - *\ \ -pedantic\ \ *) ;; - *) complCFLAGS="$complCFLAGS -pedantic" ;; - esac - fi - fi - echo "$as_me:3295: result: $complCFLAGS" >&5 -echo "${ECHO_T}$complCFLAGS" >&6 - - WARN_CFLAGS="$warning_flags $complCFLAGS" - -GNOME_X_CHECKS - -# Extract the first word of "glib-genmarshal", so it can be a program name with args. -set dummy glib-genmarshal; ac_word=$2 -echo "$as_me:3304: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_GLIB_GENMARSHAL+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $GLIB_GENMARSHAL in - [\\/]* | ?:[\\/]*) - ac_cv_path_GLIB_GENMARSHAL="$GLIB_GENMARSHAL" # Let the user override the test with a path. - ;; - *) - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - if $as_executable_p "$ac_dir/$ac_word"; then - ac_cv_path_GLIB_GENMARSHAL="$ac_dir/$ac_word" - echo "$as_me:3321: found $ac_dir/$ac_word" >&5 - break -fi -done - - ;; -esac -fi -GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL - -if test -n "$GLIB_GENMARSHAL"; then - echo "$as_me:3332: result: $GLIB_GENMARSHAL" >&5 -echo "${ECHO_T}$GLIB_GENMARSHAL" >&6 -else - echo "$as_me:3335: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -GTK_REQUIRED=2.0.5 -LIBGNOMEUI_REQUIRED=2.0.1 -LIBXML_REQUIRED=2.4.23 -LIBGNOMEPRINT_REQUIRED=1.115.0 -LIBGNOMEPRINTUI_REQUIRED=1.115.0 -LIBGNOMECANVAS_REQUIRED=2.0.1 -GDKPIXBUF_REQUIRED=2.0.5 - - succeeded=no - - if test -z "$PKG_CONFIG"; then - # Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -echo "$as_me:3352: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - if $as_executable_p "$ac_dir/$ac_word"; then - ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" - echo "$as_me:3369: found $ac_dir/$ac_word" >&5 - break -fi -done - - test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" - ;; -esac -fi -PKG_CONFIG=$ac_cv_path_PKG_CONFIG - -if test -n "$PKG_CONFIG"; then - echo "$as_me:3381: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 -else - echo "$as_me:3384: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - fi - - if test "$PKG_CONFIG" = "no" ; then - echo "*** The pkg-config script could not be found. Make sure it is" - echo "*** in your path, or set the PKG_CONFIG environment variable" - echo "*** to the full path to pkg-config." - echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." - else - PKG_CONFIG_MIN_VERSION=0.9.0 - if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then - echo "$as_me:3398: checking for gtk+-2.0 >= $GTK_REQUIRED - libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED - libxml-2.0 >= $LIBXML_REQUIRED - libgnomeprint-2.0 >= $LIBGNOMEPRINT_REQUIRED - libgnomeprintui-2.0 >= $LIBGNOMEPRINTUI_REQUIRED - libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED - gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED" >&5 -echo $ECHO_N "checking for gtk+-2.0 >= $GTK_REQUIRED - libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED - libxml-2.0 >= $LIBXML_REQUIRED - libgnomeprint-2.0 >= $LIBGNOMEPRINT_REQUIRED - libgnomeprintui-2.0 >= $LIBGNOMEPRINTUI_REQUIRED - libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED - gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED... $ECHO_C" >&6 - - if $PKG_CONFIG --exists "gtk+-2.0 >= $GTK_REQUIRED - libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED - libxml-2.0 >= $LIBXML_REQUIRED - libgnomeprint-2.0 >= $LIBGNOMEPRINT_REQUIRED - libgnomeprintui-2.0 >= $LIBGNOMEPRINTUI_REQUIRED - libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED - gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED" ; then - echo "$as_me:3420: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - succeeded=yes - - echo "$as_me:3424: checking GLABELS_CFLAGS" >&5 -echo $ECHO_N "checking GLABELS_CFLAGS... $ECHO_C" >&6 - GLABELS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED - libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED - libxml-2.0 >= $LIBXML_REQUIRED - libgnomeprint-2.0 >= $LIBGNOMEPRINT_REQUIRED - libgnomeprintui-2.0 >= $LIBGNOMEPRINTUI_REQUIRED - libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED - gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED"` - echo "$as_me:3433: result: $GLABELS_CFLAGS" >&5 -echo "${ECHO_T}$GLABELS_CFLAGS" >&6 - - echo "$as_me:3436: checking GLABELS_LIBS" >&5 -echo $ECHO_N "checking GLABELS_LIBS... $ECHO_C" >&6 - GLABELS_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED - libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED - libxml-2.0 >= $LIBXML_REQUIRED - libgnomeprint-2.0 >= $LIBGNOMEPRINT_REQUIRED - libgnomeprintui-2.0 >= $LIBGNOMEPRINTUI_REQUIRED - libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED - gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED"` - echo "$as_me:3445: result: $GLABELS_LIBS" >&5 -echo "${ECHO_T}$GLABELS_LIBS" >&6 - else - GLABELS_CFLAGS="" - GLABELS_LIBS="" - ## If we have a custom action on failure, don't print errors, but - ## do set a variable so people can do so. - GLABELS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= $GTK_REQUIRED - libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED - libxml-2.0 >= $LIBXML_REQUIRED - libgnomeprint-2.0 >= $LIBGNOMEPRINT_REQUIRED - libgnomeprintui-2.0 >= $LIBGNOMEPRINTUI_REQUIRED - libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED - gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED"` - echo $GLABELS_PKG_ERRORS - fi - - else - echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." - echo "*** See http://www.freedesktop.org/software/pkgconfig" - fi - fi - - if test $succeeded = yes; then - : - else - { { echo "$as_me:3471: error: Library requirements (gtk+-2.0 >= $GTK_REQUIRED - libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED - libxml-2.0 >= $LIBXML_REQUIRED - libgnomeprint-2.0 >= $LIBGNOMEPRINT_REQUIRED - libgnomeprintui-2.0 >= $LIBGNOMEPRINTUI_REQUIRED - libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED - gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 -echo "$as_me: error: Library requirements (gtk+-2.0 >= $GTK_REQUIRED - libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED - libxml-2.0 >= $LIBXML_REQUIRED - libgnomeprint-2.0 >= $LIBGNOMEPRINT_REQUIRED - libgnomeprintui-2.0 >= $LIBGNOMEPRINTUI_REQUIRED - libgnomecanvas-2.0 >= $LIBGNOMECANVAS_REQUIRED - gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} - { (exit 1); exit 1; }; } - fi - -GETTEXT_PACKAGE=glabels - -cat >>confdefs.h <&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$RANLIB"; then - ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -echo "$as_me:3513: found $ac_dir/$ac_word" >&5 -break -done - -fi -fi -RANLIB=$ac_cv_prog_RANLIB -if test -n "$RANLIB"; then - echo "$as_me:3521: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6 -else - echo "$as_me:3524: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_RANLIB"; then - ac_ct_RANLIB=$RANLIB - # Extract the first word of "ranlib", so it can be a program name with args. -set dummy ranlib; ac_word=$2 -echo "$as_me:3533: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_RANLIB"; then - ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. -else - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - $as_executable_p "$ac_dir/$ac_word" || continue -ac_cv_prog_ac_ct_RANLIB="ranlib" -echo "$as_me:3548: found $ac_dir/$ac_word" >&5 -break -done - - test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" -fi -fi -ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB -if test -n "$ac_ct_RANLIB"; then - echo "$as_me:3557: result: $ac_ct_RANLIB" >&5 -echo "${ECHO_T}$ac_ct_RANLIB" >&6 -else - echo "$as_me:3560: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - RANLIB=$ac_ct_RANLIB -else - RANLIB="$ac_cv_prog_RANLIB" -fi - -echo "$as_me:3569: checking for $CC option to accept ANSI C" >&5 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 -if test "${ac_cv_prog_cc_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_cv_prog_cc_stdc=no -ac_save_CC=$CC -cat >conftest.$ac_ext <<_ACEOF -#line 3577 "configure" -#include "confdefs.h" -#include -#include -#include -#include -/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ -struct buf { int x; }; -FILE * (*rcsopen) (struct buf *, struct stat *, int); -static char *e (p, i) - char **p; - int i; -{ - return p[i]; -} -static char *f (char * (*g) (char **, int), char **p, ...) -{ - char *s; - va_list v; - va_start (v,p); - s = g (p, va_arg (v,int)); - va_end (v); - return s; -} -int test (int i, double x); -struct s1 {int (*f) (int a);}; -struct s2 {int (*f) (double a);}; -int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); -int argc; -char **argv; -int -main () -{ -return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; - ; - return 0; -} -_ACEOF -# Don't try gcc -ansi; that turns off useful extensions and -# breaks some systems' header files. -# AIX -qlanglvl=ansi -# Ultrix and OSF/1 -std1 -# HP-UX 10.20 and later -Ae -# HP-UX older versions -Aa -D_HPUX_SOURCE -# SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" -do - CC="$ac_save_CC $ac_arg" - rm -f conftest.$ac_objext -if { (eval echo "$as_me:3626: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:3629: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3632: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3635: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_prog_cc_stdc=$ac_arg -break -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -fi -rm -f conftest.$ac_objext -done -rm -f conftest.$ac_ext conftest.$ac_objext -CC=$ac_save_CC - -fi - -case "x$ac_cv_prog_cc_stdc" in - x|xno) - echo "$as_me:3652: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6 ;; - *) - echo "$as_me:3655: result: $ac_cv_prog_cc_stdc" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 - CC="$CC $ac_cv_prog_cc_stdc" ;; -esac - -echo "$as_me:3660: checking for an ANSI C-conforming const" >&5 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 -if test "${ac_cv_c_const+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 3666 "configure" -#include "confdefs.h" - -int -main () -{ -/* FIXME: Include the comments suggested by Paul. */ -#ifndef __cplusplus - /* Ultrix mips cc rejects this. */ - typedef int charset[2]; - const charset x; - /* SunOS 4.1.1 cc rejects this. */ - char const *const *ccp; - char **p; - /* NEC SVR4.0.2 mips cc rejects this. */ - struct point {int x, y;}; - static struct point const zero = {0,0}; - /* AIX XL C 1.02.0.0 rejects this. - It does not let you subtract one const X* pointer from another in - an arm of an if-expression whose if-part is not a constant - expression */ - const char *g = "string"; - ccp = &g + (g ? g-g : 0); - /* HPUX 7.0 cc rejects these. */ - ++ccp; - p = (char**) ccp; - ccp = (char const *const *) p; - { /* SCO 3.2v4 cc rejects this. */ - char *t; - char const *s = 0 ? (char *) 0 : (char const *) 0; - - *t++ = 0; - } - { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ - int x[] = {25, 17}; - const int *foo = &x[0]; - ++foo; - } - { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ - typedef const int *iptr; - iptr p = 0; - ++p; - } - { /* AIX XL C 1.02.0.0 rejects this saying - "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ - struct s { int j; const int *ap[3]; }; - struct s *b; b->j = 5; - } - { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ - const int foo = 10; - } -#endif - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:3724: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:3727: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3730: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3733: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_c_const=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_c_const=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:3743: result: $ac_cv_c_const" >&5 -echo "${ECHO_T}$ac_cv_c_const" >&6 -if test $ac_cv_c_const = no; then - -cat >>confdefs.h <<\EOF -#define const -EOF - -fi - -echo "$as_me:3753: checking for inline" >&5 -echo $ECHO_N "checking for inline... $ECHO_C" >&6 -if test "${ac_cv_c_inline+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_cv_c_inline=no -for ac_kw in inline __inline__ __inline; do - cat >conftest.$ac_ext <<_ACEOF -#line 3761 "configure" -#include "confdefs.h" -#ifndef __cplusplus -static $ac_kw int static_foo () {return 0; } -$ac_kw int foo () {return 0; } -#endif - -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:3770: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:3773: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3776: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3779: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_c_inline=$ac_kw; break -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -fi -rm -f conftest.$ac_objext conftest.$ac_ext -done - -fi -echo "$as_me:3790: result: $ac_cv_c_inline" >&5 -echo "${ECHO_T}$ac_cv_c_inline" >&6 -case $ac_cv_c_inline in - inline | yes) ;; - no) -cat >>confdefs.h <<\EOF -#define inline -EOF - ;; - *) cat >>confdefs.h <&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 3817 "configure" -#include "confdefs.h" -$ac_includes_default -#include <$ac_header> -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:3823: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:3826: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3829: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3832: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - eval "$as_ac_Header=yes" -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -eval "$as_ac_Header=no" -fi -rm -f conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:3842: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6 -if test "${ac_cv_type_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 3858 "configure" -#include "confdefs.h" -$ac_includes_default -int -main () -{ -if ((off_t *) 0) - return 0; -if (sizeof (off_t)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:3873: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:3876: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3879: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3882: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_off_t=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_type_off_t=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:3892: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6 -if test $ac_cv_type_off_t = yes; then - : -else - -cat >>confdefs.h <&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6 -if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 3910 "configure" -#include "confdefs.h" -$ac_includes_default -int -main () -{ -if ((size_t *) 0) - return 0; -if (sizeof (size_t)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:3925: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:3928: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3931: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3934: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_size_t=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_type_size_t=no -fi -rm -f conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:3944: result: $ac_cv_type_size_t" >&5 -echo "${ECHO_T}$ac_cv_type_size_t" >&6 -if test $ac_cv_type_size_t = yes; then - : -else - -cat >>confdefs.h <&5 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 -if test "${ac_cv_working_alloca_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 3964 "configure" -#include "confdefs.h" -#include -int -main () -{ -char *p = (char *) alloca (2 * sizeof (int)); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3976: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:3979: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3982: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3985: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_working_alloca_h=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_working_alloca_h=no -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:3995: result: $ac_cv_working_alloca_h" >&5 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 -if test $ac_cv_working_alloca_h = yes; then - -cat >>confdefs.h <<\EOF -#define HAVE_ALLOCA_H 1 -EOF - -fi - -echo "$as_me:4005: checking for alloca" >&5 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6 -if test "${ac_cv_func_alloca_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4011 "configure" -#include "confdefs.h" -#ifdef __GNUC__ -# define alloca __builtin_alloca -#else -# ifdef _MSC_VER -# include -# define alloca _alloca -# else -# if HAVE_ALLOCA_H -# include -# else -# ifdef _AIX - #pragma alloca -# else -# ifndef alloca /* predefined by HP cc +Olibcalls */ -char *alloca (); -# endif -# endif -# endif -# endif -#endif - -int -main () -{ -char *p = (char *) alloca (1); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4043: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4046: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4049: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4052: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_alloca_works=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_func_alloca_works=no -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:4062: result: $ac_cv_func_alloca_works" >&5 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 - -if test $ac_cv_func_alloca_works = yes; then - -cat >>confdefs.h <<\EOF -#define HAVE_ALLOCA 1 -EOF - -else - # The SVR3 libPW and SVR4 libucb both contain incompatible functions -# that cause trouble. Some versions do not even contain alloca or -# contain a buggy version. If you still want to use their alloca, -# use ar to extract alloca.o from them instead of compiling alloca.c. - -ALLOCA=alloca.$ac_objext - -cat >>confdefs.h <<\EOF -#define C_ALLOCA 1 -EOF - -echo "$as_me:4083: checking whether \`alloca.c' needs Cray hooks" >&5 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 -if test "${ac_cv_os_cray+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4089 "configure" -#include "confdefs.h" -#if defined(CRAY) && ! defined(CRAY2) -webecray -#else -wenotbecray -#endif - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "webecray" >/dev/null 2>&1; then - ac_cv_os_cray=yes -else - ac_cv_os_cray=no -fi -rm -f conftest* - -fi -echo "$as_me:4107: result: $ac_cv_os_cray" >&5 -echo "${ECHO_T}$ac_cv_os_cray" >&6 -if test $ac_cv_os_cray = yes; then - for ac_func in _getb67 GETB67 getb67; do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:4112: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4118 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func (); -char (*f) (); - -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -choke me -#else -f = $ac_func; -#endif - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4149: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4152: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4155: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4158: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - eval "$as_ac_var=yes" -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:4168: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then - -cat >>confdefs.h <&5 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 -if test "${ac_cv_c_stack_direction+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test "$cross_compiling" = yes; then - ac_cv_c_stack_direction=0 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4191 "configure" -#include "confdefs.h" -int -find_stack_direction () -{ - static char *addr = 0; - auto char dummy; - if (addr == 0) - { - addr = &dummy; - return find_stack_direction (); - } - else - return (&dummy > addr) ? 1 : -1; -} - -int -main () -{ - exit (find_stack_direction () < 0); -} -_ACEOF -rm -f conftest$ac_exeext -if { (eval echo "$as_me:4214: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4217: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4219: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4222: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_c_stack_direction=1 -else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_c_stack_direction=-1 -fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi -fi -echo "$as_me:4234: result: $ac_cv_c_stack_direction" >&5 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 - -cat >>confdefs.h <&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4252 "configure" -#include "confdefs.h" -#include <$ac_header> -_ACEOF -if { (eval echo "$as_me:4256: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:4262: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - eval "$as_ac_Header=yes" -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - eval "$as_ac_Header=no" -fi -rm -f conftest.err conftest.$ac_ext -fi -echo "$as_me:4281: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4300 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func (); -char (*f) (); - -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -choke me -#else -f = $ac_func; -#endif - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4331: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4334: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4337: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4340: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - eval "$as_ac_var=yes" -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:4350: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <&5 -echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 -if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test "$cross_compiling" = yes; then - ac_cv_func_mmap_fixed_mapped=no -else - cat >conftest.$ac_ext <<_ACEOF -#line 4369 "configure" -#include "confdefs.h" -$ac_includes_default -/* Thanks to Mike Haertel and Jim Avera for this test. - Here is a matrix of mmap possibilities: - mmap private not fixed - mmap private fixed at somewhere currently unmapped - mmap private fixed at somewhere already mapped - mmap shared not fixed - mmap shared fixed at somewhere currently unmapped - mmap shared fixed at somewhere already mapped - For private mappings, we should verify that changes cannot be read() - back from the file, nor mmap's back from the file at a different - address. (There have been systems where private was not correctly - implemented like the infamous i386 svr4.0, and systems where the - VM page cache was not coherent with the file system buffer cache - like early versions of FreeBSD and possibly contemporary NetBSD.) - For shared mappings, we should conversely verify that changes get - propogated back to all the places they're supposed to be. - - Grep wants private fixed already mapped. - The main things grep needs to know about mmap are: - * does it exist and is it safe to write into the mmap'd area - * how to use it (BSD variants) */ - -#include -#include - -#if !STDC_HEADERS && !HAVE_STDLIB_H -char *malloc (); -#endif - -/* This mess was copied from the GNU getpagesize.h. */ -#if !HAVE_GETPAGESIZE -/* Assume that all systems that can run configure have sys/param.h. */ -# if !HAVE_SYS_PARAM_H -# define HAVE_SYS_PARAM_H 1 -# endif - -# ifdef _SC_PAGESIZE -# define getpagesize() sysconf(_SC_PAGESIZE) -# else /* no _SC_PAGESIZE */ -# if HAVE_SYS_PARAM_H -# include -# ifdef EXEC_PAGESIZE -# define getpagesize() EXEC_PAGESIZE -# else /* no EXEC_PAGESIZE */ -# ifdef NBPG -# define getpagesize() NBPG * CLSIZE -# ifndef CLSIZE -# define CLSIZE 1 -# endif /* no CLSIZE */ -# else /* no NBPG */ -# ifdef NBPC -# define getpagesize() NBPC -# else /* no NBPC */ -# ifdef PAGESIZE -# define getpagesize() PAGESIZE -# endif /* PAGESIZE */ -# endif /* no NBPC */ -# endif /* no NBPG */ -# endif /* no EXEC_PAGESIZE */ -# else /* no HAVE_SYS_PARAM_H */ -# define getpagesize() 8192 /* punt totally */ -# endif /* no HAVE_SYS_PARAM_H */ -# endif /* no _SC_PAGESIZE */ - -#endif /* no HAVE_GETPAGESIZE */ - -int -main () -{ - char *data, *data2, *data3; - int i, pagesize; - int fd; - - pagesize = getpagesize (); - - /* First, make a file with some known garbage in it. */ - data = (char *) malloc (pagesize); - if (!data) - exit (1); - for (i = 0; i < pagesize; ++i) - *(data + i) = rand (); - umask (0); - fd = creat ("conftest.mmap", 0600); - if (fd < 0) - exit (1); - if (write (fd, data, pagesize) != pagesize) - exit (1); - close (fd); - - /* Next, try to mmap the file at a fixed address which already has - something else allocated at it. If we can, also make sure that - we see the same garbage. */ - fd = open ("conftest.mmap", O_RDWR); - if (fd < 0) - exit (1); - data2 = (char *) malloc (2 * pagesize); - if (!data2) - exit (1); - data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); - if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, - MAP_PRIVATE | MAP_FIXED, fd, 0L)) - exit (1); - for (i = 0; i < pagesize; ++i) - if (*(data + i) != *(data2 + i)) - exit (1); - - /* Finally, make sure that changes to the mapped area do not - percolate back to the file as seen by read(). (This is a bug on - some variants of i386 svr4.0.) */ - for (i = 0; i < pagesize; ++i) - *(data2 + i) = *(data2 + i) + 1; - data3 = (char *) malloc (pagesize); - if (!data3) - exit (1); - if (read (fd, data3, pagesize) != pagesize) - exit (1); - for (i = 0; i < pagesize; ++i) - if (*(data + i) != *(data3 + i)) - exit (1); - close (fd); - exit (0); -} -_ACEOF -rm -f conftest$ac_exeext -if { (eval echo "$as_me:4496: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4499: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4501: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4504: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_mmap_fixed_mapped=yes -else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_func_mmap_fixed_mapped=no -fi -rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi -fi -echo "$as_me:4516: result: $ac_cv_func_mmap_fixed_mapped" >&5 -echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 -if test $ac_cv_func_mmap_fixed_mapped = yes; then - -cat >>confdefs.h <<\EOF -#define HAVE_MMAP 1 -EOF - -fi -rm -f conftest.mmap - -for ac_header in argz.h limits.h locale.h nl_types.h malloc.h string.h \ -unistd.h sys/param.h -do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:4531: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4537 "configure" -#include "confdefs.h" -#include <$ac_header> -_ACEOF -if { (eval echo "$as_me:4541: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:4547: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - eval "$as_ac_Header=yes" -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - eval "$as_ac_Header=no" -fi -rm -f conftest.err conftest.$ac_ext -fi -echo "$as_me:4566: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if test `eval echo '${'$as_ac_Header'}'` = yes; then - cat >>confdefs.h <&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4586 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func (); -char (*f) (); - -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -choke me -#else -f = $ac_func; -#endif - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4617: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4620: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4623: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4626: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - eval "$as_ac_var=yes" -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:4636: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <&5 -echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6 -if test "${am_cv_val_LC_MESSAGES+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4653 "configure" -#include "confdefs.h" -#include -int -main () -{ -return LC_MESSAGES - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4665: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4668: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4671: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4674: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - am_cv_val_LC_MESSAGES=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -am_cv_val_LC_MESSAGES=no -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:4684: result: $am_cv_val_LC_MESSAGES" >&5 -echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 - if test $am_cv_val_LC_MESSAGES = yes; then - -cat >>confdefs.h <<\EOF -#define HAVE_LC_MESSAGES 1 -EOF - - fi - fi - USE_NLS=yes - - nls_cv_force_use_gnu_gettext="no" - - nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" - if test "$nls_cv_force_use_gnu_gettext" != "yes"; then - nls_cv_header_intl= - nls_cv_header_libgt= - CATOBJEXT=NONE - - echo "$as_me:4704: checking for libintl.h" >&5 -echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6 -if test "${ac_cv_header_libintl_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4710 "configure" -#include "confdefs.h" -#include -_ACEOF -if { (eval echo "$as_me:4714: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:4720: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - ac_cv_header_libintl_h=yes -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - ac_cv_header_libintl_h=no -fi -rm -f conftest.err conftest.$ac_ext -fi -echo "$as_me:4739: result: $ac_cv_header_libintl_h" >&5 -echo "${ECHO_T}$ac_cv_header_libintl_h" >&6 -if test $ac_cv_header_libintl_h = yes; then - echo "$as_me:4742: checking for dgettext in libc" >&5 -echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6 -if test "${gt_cv_func_dgettext_libc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4748 "configure" -#include "confdefs.h" -#include -int -main () -{ -return (int) dgettext ("","") - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4760: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4763: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4766: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4769: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - gt_cv_func_dgettext_libc=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -gt_cv_func_dgettext_libc=no -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:4779: result: $gt_cv_func_dgettext_libc" >&5 -echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6 - - if test "$gt_cv_func_dgettext_libc" != "yes"; then - echo "$as_me:4783: checking for bindtextdomain in -lintl" >&5 -echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6 -if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lintl $LIBS" -cat >conftest.$ac_ext <<_ACEOF -#line 4791 "configure" -#include "confdefs.h" - -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char bindtextdomain (); -int -main () -{ -bindtextdomain (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4810: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4813: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4816: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4819: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_lib_intl_bindtextdomain=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_lib_intl_bindtextdomain=no -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -echo "$as_me:4830: result: $ac_cv_lib_intl_bindtextdomain" >&5 -echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6 -if test $ac_cv_lib_intl_bindtextdomain = yes; then - echo "$as_me:4833: checking for dgettext in libintl" >&5 -echo $ECHO_N "checking for dgettext in libintl... $ECHO_C" >&6 -if test "${gt_cv_func_dgettext_libintl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - echo "$as_me:4838: checking for dgettext in -lintl" >&5 -echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 -if test "${ac_cv_lib_intl_dgettext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lintl $LIBS" -cat >conftest.$ac_ext <<_ACEOF -#line 4846 "configure" -#include "confdefs.h" - -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char dgettext (); -int -main () -{ -dgettext (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4865: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4868: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4871: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4874: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_lib_intl_dgettext=yes -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -ac_cv_lib_intl_dgettext=no -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -echo "$as_me:4885: result: $ac_cv_lib_intl_dgettext" >&5 -echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 -if test $ac_cv_lib_intl_dgettext = yes; then - gt_cv_func_dgettext_libintl=yes -else - gt_cv_func_dgettext_libintl=no -fi - -fi -echo "$as_me:4894: result: $gt_cv_func_dgettext_libintl" >&5 -echo "${ECHO_T}$gt_cv_func_dgettext_libintl" >&6 -fi - - fi - - if test "$gt_cv_func_dgettext_libintl" = "yes"; then - LIBS="$LIBS -lintl"; - fi - - if test "$gt_cv_func_dgettext_libc" = "yes" \ - || test "$gt_cv_func_dgettext_libintl" = "yes"; then - -cat >>confdefs.h <<\EOF -#define HAVE_GETTEXT 1 -EOF - - # Extract the first word of "msgfmt", so it can be a program name with args. -set dummy msgfmt; ac_word=$2 -echo "$as_me:4913: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_MSGFMT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case "$MSGFMT" in - /*) - ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then - ac_cv_path_MSGFMT="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" - ;; -esac -fi -MSGFMT="$ac_cv_path_MSGFMT" -if test -n "$MSGFMT"; then - echo "$as_me:4940: result: $MSGFMT" >&5 -echo "${ECHO_T}$MSGFMT" >&6 -else - echo "$as_me:4943: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - if test "$MSGFMT" != "no"; then - -for ac_func in dcgettext -do -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:4951: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 4957 "configure" -#include "confdefs.h" -/* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func (); below. */ -#include -/* Override any gcc2 internal prototype to avoid an error. */ -#ifdef __cplusplus -extern "C" -#endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func (); -char (*f) (); - -int -main () -{ -/* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -choke me -#else -f = $ac_func; -#endif - - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4988: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4991: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4994: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4997: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - eval "$as_ac_var=yes" -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -fi -echo "$as_me:5007: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -if test `eval echo '${'$as_ac_var'}'` = yes; then - cat >>confdefs.h <&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_GMSGFMT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case $GMSGFMT in - [\\/]* | ?:[\\/]*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - *) - ac_save_IFS=$IFS; IFS=$ac_path_separator -ac_dummy="$PATH" -for ac_dir in $ac_dummy; do - IFS=$ac_save_IFS - test -z "$ac_dir" && ac_dir=. - if $as_executable_p "$ac_dir/$ac_word"; then - ac_cv_path_GMSGFMT="$ac_dir/$ac_word" - echo "$as_me:5036: found $ac_dir/$ac_word" >&5 - break -fi -done - - test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" - ;; -esac -fi -GMSGFMT=$ac_cv_path_GMSGFMT - -if test -n "$GMSGFMT"; then - echo "$as_me:5048: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6 -else - echo "$as_me:5051: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - # Extract the first word of "xgettext", so it can be a program name with args. -set dummy xgettext; ac_word=$2 -echo "$as_me:5057: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_XGETTEXT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - case "$XGETTEXT" in - /*) - ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then - ac_cv_path_XGETTEXT="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" - ;; -esac -fi -XGETTEXT="$ac_cv_path_XGETTEXT" -if test -n "$XGETTEXT"; then - echo "$as_me:5084: result: $XGETTEXT" >&5 -echo "${ECHO_T}$XGETTEXT" >&6 -else - echo "$as_me:5087: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - cat >conftest.$ac_ext <<_ACEOF -#line 5092 "configure" -#include "confdefs.h" - -int -main () -{ -extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5105: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:5108: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5111: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5114: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - CATOBJEXT=.gmo - DATADIRNAME=share -else - echo "$as_me: failed program was:" >&5 -cat conftest.$ac_ext >&5 -CATOBJEXT=.mo - DATADIRNAME=lib -fi -rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - INSTOBJEXT=.mo - fi - fi - - # Added by Martin Baulig 12/15/98 for libc5 systems - if test "$gt_cv_func_dgettext_libc" != "yes" \ - && test "$gt_cv_func_dgettext_libintl" = "yes"; then - INTLLIBS=-lintl - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - fi - -fi - - if test "$CATOBJEXT" = "NONE"; then - nls_cv_use_gnu_gettext=yes - fi - fi - - if test "$nls_cv_use_gnu_gettext" != "yes"; then - -cat >>confdefs.h <<\EOF -#define ENABLE_NLS 1 -EOF - - else - CATOBJEXT= - fi - - if test "$XGETTEXT" != ":"; then - if $XGETTEXT --omit-header /dev/null 2> /dev/null; then - : ; - else - echo "$as_me:5157: result: found xgettext program is not GNU xgettext; ignore it" >&5 -echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 - XGETTEXT=":" - fi - fi - - # We need to process the po/ directory. - POSUB=po - - ac_config_commands="$ac_config_commands default-2" - - for lang in $ALL_LINGUAS; do - GMOFILES="$GMOFILES $lang.gmo" - POFILES="$POFILES $lang.po" - done - - if test "x$CATOBJEXT" != "x"; then - if test "x$ALL_LINGUAS" = "x"; then - LINGUAS= - else - echo "$as_me:5177: checking for catalogs to be installed" >&5 -echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6 - NEW_LINGUAS= - for lang in ${LINGUAS=$ALL_LINGUAS}; do - case "$ALL_LINGUAS" in - *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; - esac - done - LINGUAS=$NEW_LINGUAS - echo "$as_me:5186: result: $LINGUAS" >&5 -echo "${ECHO_T}$LINGUAS" >&6 - fi - - if test -n "$LINGUAS"; then - for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done - fi - fi - - test -d po || mkdir po - if test "$CATOBJEXT" = ".cat"; then - echo "$as_me:5197: checking for linux/version.h" >&5 -echo $ECHO_N "checking for linux/version.h... $ECHO_C" >&6 -if test "${ac_cv_header_linux_version_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - cat >conftest.$ac_ext <<_ACEOF -#line 5203 "configure" -#include "confdefs.h" -#include -_ACEOF -if { (eval echo "$as_me:5207: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 - ac_status=$? - egrep -v '^ *\+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:5213: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then - ac_cv_header_linux_version_h=yes -else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - ac_cv_header_linux_version_h=no -fi -rm -f conftest.err conftest.$ac_ext -fi -echo "$as_me:5232: result: $ac_cv_header_linux_version_h" >&5 -echo "${ECHO_T}$ac_cv_header_linux_version_h" >&6 -if test $ac_cv_header_linux_version_h = yes; then - msgformat=linux -else - msgformat=xopen -fi - - sed -e '/^#/d' $srcdir/po/$msgformat-msg.sed > po/po2msg.sed - fi - - MKINSTALLDIRS= - if test -n "$ac_aux_dir"; then - MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" - fi - if test -z "$MKINSTALLDIRS"; then - MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" - fi - - test -d po || mkdir po - if test "x$srcdir" != "x."; then - if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then - posrcprefix="$srcdir/" - else - posrcprefix="../$srcdir/" - fi - else - posrcprefix="../" - fi - rm -f po/POTFILES - sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ - < $srcdir/po/POTFILES.in > po/POTFILES - -if test "x${prefix}" = "xNONE"; then - cat >>confdefs.h <>confdefs.h <>confdefs.h <>confdefs.h <confcache <<\_ACEOF -# This file is a shell script that caches the results of configure -# tests run on this system so they can be shared between configure -# scripts and configure runs, see configure's option --config-cache. -# It is not useful on other systems. If it contains results you don't -# want to keep, you may remove or edit it. -# -# config.status only pays attention to the cache file if you give it -# the --recheck option to rerun configure. -# -# `ac_cv_env_foo' variables (set or unset) will be overriden when -# loading this file, other *unset* `ac_cv_foo' will be assigned the -# following values. - -_ACEOF - -# The following way of writing the cache mishandles newlines in values, -# but we know of no workaround that is simple, portable, and efficient. -# So, don't put newlines in cache variables' values. -# Ultrix sh set writes to stderr and can't be redirected directly, -# and sets the high bit in the cache file unless we assign to the vars. -{ - (set) 2>&1 | - case `(ac_space=' '; set | grep ac_space) 2>&1` in - *ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote - # substitution turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - "s/'/'\\\\''/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" - ;; - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" - ;; - esac; -} | - sed ' - t clear - : clear - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ - t end - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ - : end' >>confcache -if cmp -s $cache_file confcache; then :; else - if test -w $cache_file; then - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" - cat confcache >$cache_file - else - echo "not updating unwritable cache $cache_file" - fi -fi -rm -f confcache - -test "x$prefix" = xNONE && prefix=$ac_default_prefix -# Let make expand exec_prefix. -test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' - -# VPATH may cause trouble with some makes, so we remove $(srcdir), -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and -# trailing colons and then remove the whole line if VPATH becomes empty -# (actually we leave an empty line to preserve line numbers). -if test "x$srcdir" = x.; then - ac_vpsub='/^[ ]*VPATH[ ]*=/{ -s/:*\$(srcdir):*/:/; -s/:*\${srcdir}:*/:/; -s/:*@srcdir@:*/:/; -s/^\([^=]*=[ ]*\):*/\1/; -s/:*$//; -s/^[^=]*=[ ]*$//; -}' -fi - -DEFS=-DHAVE_CONFIG_H - -: ${CONFIG_STATUS=./config.status} -ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:5367: creating $CONFIG_STATUS" >&5 -echo "$as_me: creating $CONFIG_STATUS" >&6;} -cat >$CONFIG_STATUS <<_ACEOF -#! $SHELL -# Generated automatically by configure. -# Run this file to recreate the current configuration. -# Compiler output produced by configure, useful for debugging -# configure, is in config.log if it exists. - -debug=false -SHELL=\${CONFIG_SHELL-$SHELL} -ac_cs_invocation="\$0 \$@" - -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF -# Be Bourne compatible -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then - set -o posix -fi - -# Name of the executable. -as_me=`echo "$0" |sed 's,.*[\\/],,'` - -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - -rm -f conf$$ conf$$.exe conf$$.file -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - # We could just check for DJGPP; but this test a) works b) is more generic - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). - if test -f conf$$.exe; then - # Don't use ln at all; we don't have any links - as_ln_s='cp -p' - else - as_ln_s='ln -s' - fi -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln -else - as_ln_s='cp -p' -fi -rm -f conf$$ conf$$.exe conf$$.file - -as_executable_p="test -f" - -# Support unset when possible. -if (FOO=FOO; unset FOO) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false -fi - -# NLS nuisances. -$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } -$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } -$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } -$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } -$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } -$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } -$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } -$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } - -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" $as_nl" - -# CDPATH. -$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } - -exec 6>&1 - -_ACEOF - -# Files that config.status was made for. -if test -n "$ac_config_files"; then - echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_headers"; then - echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_links"; then - echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_commands"; then - echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS -fi - -cat >>$CONFIG_STATUS <<\EOF - -ac_cs_usage="\ -\`$as_me' instantiates files from templates according to the -current configuration. - -Usage: $0 [OPTIONS] [FILE]... - - -h, --help print this help, then exit - -V, --version print version number, then exit - -d, --debug don't remove temporary files - --recheck update $as_me by reconfiguring in the same conditions - --file=FILE[:TEMPLATE] - instantiate the configuration file FILE - --header=FILE[:TEMPLATE] - instantiate the configuration header FILE - -Configuration files: -$config_files - -Configuration headers: -$config_headers - -Configuration commands: -$config_commands - -Report bugs to ." -EOF - -cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF -# If no file are specified by the user, then we need to provide default -# value. By we need to know if files were specified by the user. -ac_need_defaults=: -while test $# != 0 -do - case $1 in - --*=*) - ac_option=`expr "x$1" : 'x\([^=]*\)='` - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` - shift - set dummy "$ac_option" "$ac_optarg" ${1+"$@"} - shift - ;; - -*);; - *) # This is not an option, so the user has probably given explicit - # arguments. - ac_need_defaults=false;; - esac - - case $1 in - # Handling of the options. -EOF -cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF - --version | --vers* | -V ) - echo "$ac_cs_version"; exit 0 ;; - --he | --h) - # Conflict between --help and --header - { { echo "$as_me:5543: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&2;} - { (exit 1); exit 1; }; };; - --help | --hel | -h ) - echo "$ac_cs_usage"; exit 0 ;; - --debug | --d* | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - shift - CONFIG_FILES="$CONFIG_FILES $1" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - shift - CONFIG_HEADERS="$CONFIG_HEADERS $1" - ac_need_defaults=false;; - - # This is an error. - -*) { { echo "$as_me:5562: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&2;} - { (exit 1); exit 1; }; } ;; - - *) ac_config_targets="$ac_config_targets $1" ;; - - esac - shift -done - -exec 5>>config.log -cat >&5 << _ACEOF - -## ----------------------- ## -## Running config.status. ## -## ----------------------- ## - -This file was extended by $as_me (glabels 1.89.0) 2.52, executed with - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS - CONFIG_LINKS = $CONFIG_LINKS - CONFIG_COMMANDS = $CONFIG_COMMANDS - > $ac_cs_invocation -on `(hostname || uname -n) 2>/dev/null | sed 1q` - -_ACEOF -EOF - -cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF -for ac_config_target in $ac_config_targets -do - case "$ac_config_target" in - # Handling of arguments. - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "src/pixmaps/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/pixmaps/Makefile" ;; - "src/stock-pixmaps/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/stock-pixmaps/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; - "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; - "doc/C/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/C/Makefile" ;; - "glabels.spec" ) CONFIG_FILES="$CONFIG_FILES glabels.spec" ;; - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; - "default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; - *) { { echo "$as_me:5615: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} - { (exit 1); exit 1; }; };; - esac -done - -# If the user did not use the arguments to specify the items to instantiate, -# then the envvar interface is used. Set only those that are not. -# We use the long form for the default assignment because of an extremely -# bizarre bug on SunOS 4.1.3. -if $ac_need_defaults; then - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files - test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands -fi - -# Create a temporary directory, and hook for its removal unless debugging. -$debug || -{ - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 - trap '{ (exit 1); exit 1; }' 1 2 13 15 -} - -# Create a (secure) tmp directory for tmp files. -: ${TMPDIR=/tmp} -{ - tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && - test -n "$tmp" && test -d "$tmp" -} || -{ - tmp=$TMPDIR/cs$$-$RANDOM - (umask 077 && mkdir $tmp) -} || -{ - echo "$me: cannot create a temporary directory in $TMPDIR" >&2 - { (exit 1); exit 1; } -} - -EOF - -cat >>$CONFIG_STATUS <\$tmp/subs.sed <<\\CEOF -s,@SHELL@,$SHELL,;t t -s,@exec_prefix@,$exec_prefix,;t t -s,@prefix@,$prefix,;t t -s,@program_transform_name@,$program_transform_name,;t t -s,@bindir@,$bindir,;t t -s,@sbindir@,$sbindir,;t t -s,@libexecdir@,$libexecdir,;t t -s,@datadir@,$datadir,;t t -s,@sysconfdir@,$sysconfdir,;t t -s,@sharedstatedir@,$sharedstatedir,;t t -s,@localstatedir@,$localstatedir,;t t -s,@libdir@,$libdir,;t t -s,@includedir@,$includedir,;t t -s,@oldincludedir@,$oldincludedir,;t t -s,@infodir@,$infodir,;t t -s,@mandir@,$mandir,;t t -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t -s,@build_alias@,$build_alias,;t t -s,@host_alias@,$host_alias,;t t -s,@target_alias@,$target_alias,;t t -s,@ECHO_C@,$ECHO_C,;t t -s,@ECHO_N@,$ECHO_N,;t t -s,@ECHO_T@,$ECHO_T,;t t -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t -s,@DEFS@,$DEFS,;t t -s,@LIBS@,$LIBS,;t t -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t -s,@INSTALL_DATA@,$INSTALL_DATA,;t t -s,@PACKAGE@,$PACKAGE,;t t -s,@VERSION@,$VERSION,;t t -s,@ACLOCAL@,$ACLOCAL,;t t -s,@AUTOCONF@,$AUTOCONF,;t t -s,@AUTOMAKE@,$AUTOMAKE,;t t -s,@AUTOHEADER@,$AUTOHEADER,;t t -s,@MAKEINFO@,$MAKEINFO,;t t -s,@SET_MAKE@,$SET_MAKE,;t t -s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t -s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t -s,@MAINT@,$MAINT,;t t -s,@PKG_CONFIG@,$PKG_CONFIG,;t t -s,@PLATFORM_GNOME_2_TRUE@,$PLATFORM_GNOME_2_TRUE,;t t -s,@PLATFORM_GNOME_2_FALSE@,$PLATFORM_GNOME_2_FALSE,;t t -s,@GNOME_INTERFACE_VERSION@,$GNOME_INTERFACE_VERSION,;t t -s,@CC@,$CC,;t t -s,@CFLAGS@,$CFLAGS,;t t -s,@LDFLAGS@,$LDFLAGS,;t t -s,@CPPFLAGS@,$CPPFLAGS,;t t -s,@ac_ct_CC@,$ac_ct_CC,;t t -s,@EXEEXT@,$EXEEXT,;t t -s,@OBJEXT@,$OBJEXT,;t t -s,@CPP@,$CPP,;t t -s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t -s,@GLIB_GENMARSHAL@,$GLIB_GENMARSHAL,;t t -s,@GLABELS_CFLAGS@,$GLABELS_CFLAGS,;t t -s,@GLABELS_LIBS@,$GLABELS_LIBS,;t t -s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t -s,@RANLIB@,$RANLIB,;t t -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t -s,@ALLOCA@,$ALLOCA,;t t -s,@USE_NLS@,$USE_NLS,;t t -s,@MSGFMT@,$MSGFMT,;t t -s,@GMSGFMT@,$GMSGFMT,;t t -s,@XGETTEXT@,$XGETTEXT,;t t -s,@CATALOGS@,$CATALOGS,;t t -s,@CATOBJEXT@,$CATOBJEXT,;t t -s,@DATADIRNAME@,$DATADIRNAME,;t t -s,@GMOFILES@,$GMOFILES,;t t -s,@INSTOBJEXT@,$INSTOBJEXT,;t t -s,@INTLDEPS@,$INTLDEPS,;t t -s,@INTLLIBS@,$INTLLIBS,;t t -s,@INTLOBJS@,$INTLOBJS,;t t -s,@POFILES@,$POFILES,;t t -s,@POSUB@,$POSUB,;t t -s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t -s,@subdirs@,$subdirs,;t t -CEOF - -EOF - - cat >>$CONFIG_STATUS <<\EOF - # Split the substitutions into bite-sized pieces for seds with - # small command number limits, like on Digital OSF/1 and HP-UX. - ac_max_sed_lines=48 - ac_sed_frag=1 # Number of current file. - ac_beg=1 # First line for current file. - ac_end=$ac_max_sed_lines # Line after last line for current file. - ac_more_lines=: - ac_sed_cmds= - while $ac_more_lines; do - if test $ac_beg -gt 1; then - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag - else - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag - fi - if test ! -s $tmp/subs.frag; then - ac_more_lines=false - else - # The purpose of the label and of the branching condition is to - # speed up the sed processing (if there are no `@' at all, there - # is no need to browse any of the substitutions). - # These are the two extra sed commands mentioned above. - (echo ':t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed - if test -z "$ac_sed_cmds"; then - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" - else - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" - fi - ac_sed_frag=`expr $ac_sed_frag + 1` - ac_beg=$ac_end - ac_end=`expr $ac_end + $ac_max_sed_lines` - fi - done - if test -z "$ac_sed_cmds"; then - ac_sed_cmds=cat - fi -fi # test -n "$CONFIG_FILES" - -EOF -cat >>$CONFIG_STATUS <<\EOF -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case $ac_file in - - | *:- | *:-:* ) # input from stdin - cat >$tmp/stdin - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - * ) ac_file_in=$ac_file.in ;; - esac - - # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. - ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then - { case "$ac_dir" in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy="$ac_dir" -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || mkdir "$as_incr_dir" - ;; - esac -done; } - - ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`" - # A "../" for each directory in $ac_dir_suffix. - ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'` - else - ac_dir_suffix= ac_dots= - fi - - case $srcdir in - .) ac_srcdir=. - if test -z "$ac_dots"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_dots$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_dots$srcdir ;; - esac - - case $INSTALL in - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_dots$INSTALL ;; - esac - - if test x"$ac_file" != x-; then - { echo "$as_me:5861: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - rm -f "$ac_file" - fi - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated automatically by config.status. */ - configure_input="Generated automatically from `echo $ac_file_in | - sed 's,.*/,,'` by configure." - - # First look for the input files in the build tree, otherwise in the - # src tree. - ac_file_inputs=`IFS=: - for f in $ac_file_in; do - case $f in - -) echo $tmp/stdin ;; - [\\/$]*) - # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:5879: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - echo $f;; - *) # Relative - if test -f "$f"; then - # Build tree - echo $f - elif test -f "$srcdir/$f"; then - # Source tree - echo $srcdir/$f - else - # /dev/null tree - { { echo "$as_me:5892: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - fi;; - esac - done` || { (exit 1); exit 1; } -EOF -cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF -:t -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s,@configure_input@,$configure_input,;t t -s,@srcdir@,$ac_srcdir,;t t -s,@top_srcdir@,$ac_top_srcdir,;t t -s,@INSTALL@,$ac_INSTALL,;t t -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out - rm -f $tmp/stdin - if test x"$ac_file" != x-; then - mv $tmp/out $ac_file - else - cat $tmp/out - rm -f $tmp/out - fi - -done -EOF -cat >>$CONFIG_STATUS <<\EOF - -# -# CONFIG_HEADER section. -# - -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where -# NAME is the cpp macro being defined and VALUE is the value it is being given. -# -# ac_d sets the value in "#define NAME VALUE" lines. -ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' -ac_dB='[ ].*$,\1#\2' -ac_dC=' ' -ac_dD=',;t' -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". -ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' -ac_uB='$,\1#\2define\3' -ac_uC=' ' -ac_uD=',;t' - -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case $ac_file in - - | *:- | *:-:* ) # input from stdin - cat >$tmp/stdin - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - * ) ac_file_in=$ac_file.in ;; - esac - - test x"$ac_file" != x- && { echo "$as_me:5953: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - - # First look for the input files in the build tree, otherwise in the - # src tree. - ac_file_inputs=`IFS=: - for f in $ac_file_in; do - case $f in - -) echo $tmp/stdin ;; - [\\/$]*) - # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:5964: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - echo $f;; - *) # Relative - if test -f "$f"; then - # Build tree - echo $f - elif test -f "$srcdir/$f"; then - # Source tree - echo $srcdir/$f - else - # /dev/null tree - { { echo "$as_me:5977: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - fi;; - esac - done` || { (exit 1); exit 1; } - # Remove the trailing spaces. - sed 's/[ ]*$//' $ac_file_inputs >$tmp/in - -EOF - -# Transform confdefs.h into two sed scripts, `conftest.defines' and -# `conftest.undefs', that substitutes the proper values into -# config.h.in to produce config.h. The first handles `#define' -# templates, and the second `#undef' templates. -# And first: Protect against being on the right side of a sed subst in -# config.status. Protect against being in an unquoted here document -# in config.status. -rm -f conftest.defines conftest.undefs -# Using a here document instead of a string reduces the quoting nightmare. -# Putting comments in sed scripts is not portable. -# -# `end' is used to avoid that the second main sed command (meant for -# 0-ary CPP macros) applies to n-ary macro definitions. -# See the Autoconf documentation for `clear'. -cat >confdef2sed.sed <<\EOF -s/[\\&,]/\\&/g -s,[\\$`],\\&,g -t clear -: clear -s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp -t end -s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp -: end -EOF -# If some macros were called several times there might be several times -# the same #defines, which is useless. Nevertheless, we may not want to -# sort them, since we want the *last* AC-DEFINE to be honored. -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs -rm -f confdef2sed.sed - -# This sed command replaces #undef with comments. This is necessary, for -# example, in the case of _POSIX_SOURCE, which is predefined and required -# on some systems where configure will not decide to define it. -cat >>conftest.undefs <<\EOF -s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, -EOF - -# Break up conftest.defines because some shells have a limit on the size -# of here documents, and old seds have small limits too (100 cmds). -echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS -echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS -echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS -echo ' :' >>$CONFIG_STATUS -rm -f conftest.tail -while grep . conftest.defines >/dev/null -do - # Write a limited-size here document to $tmp/defines.sed. - echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS - # Speed up: don't consider the non `#define' lines. - echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS - # Work around the forget-to-reset-the-flag bug. - echo 't clr' >>$CONFIG_STATUS - echo ': clr' >>$CONFIG_STATUS - sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF - sed -f $tmp/defines.sed $tmp/in >$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in -' >>$CONFIG_STATUS - sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail - rm -f conftest.defines - mv conftest.tail conftest.defines -done -rm -f conftest.defines -echo ' fi # egrep' >>$CONFIG_STATUS -echo >>$CONFIG_STATUS - -# Break up conftest.undefs because some shells have a limit on the size -# of here documents, and old seds have small limits too (100 cmds). -echo ' # Handle all the #undef templates' >>$CONFIG_STATUS -rm -f conftest.tail -while grep . conftest.undefs >/dev/null -do - # Write a limited-size here document to $tmp/undefs.sed. - echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS - # Speed up: don't consider the non `#undef' - echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS - # Work around the forget-to-reset-the-flag bug. - echo 't clr' >>$CONFIG_STATUS - echo ': clr' >>$CONFIG_STATUS - sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS - echo 'CEOF - sed -f $tmp/undefs.sed $tmp/in >$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in -' >>$CONFIG_STATUS - sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail - rm -f conftest.undefs - mv conftest.tail conftest.undefs -done -rm -f conftest.undefs - -cat >>$CONFIG_STATUS <<\EOF - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated automatically by config.status. */ - if test x"$ac_file" = x-; then - echo "/* Generated automatically by configure. */" >$tmp/config.h - else - echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h - fi - cat $tmp/in >>$tmp/config.h - rm -f $tmp/in - if test x"$ac_file" != x-; then - if cmp -s $ac_file $tmp/config.h 2>/dev/null; then - { echo "$as_me:6094: $ac_file is unchanged" >&5 -echo "$as_me: $ac_file is unchanged" >&6;} - else - ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then - { case "$ac_dir" in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy="$ac_dir" -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || mkdir "$as_incr_dir" - ;; - esac -done; } - - fi - rm -f $ac_file - mv $tmp/config.h $ac_file - fi - else - cat $tmp/config.h - rm -f $tmp/config.h - fi -done -EOF -cat >>$CONFIG_STATUS <<\EOF - -# -# CONFIG_COMMANDS section. -# -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue - ac_dest=`echo "$ac_file" | sed 's,:.*,,'` - ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - - case $ac_dest in - default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;; - default-2 ) case "$CONFIG_FILES" in *po/Makefile.in*) - sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile - esac ;; - esac -done -EOF - -cat >>$CONFIG_STATUS <<\EOF - -{ (exit 0); exit 0; } -EOF -chmod +x $CONFIG_STATUS -ac_clean_files=$ac_clean_files_save - -# configure is writing to config.log, and then calls config.status. -# config.status does its own redirection, appending to config.log. -# Unfortunately, on DOS this fails, as config.log is still kept open -# by configure, so config.status won't be able to write to it; its -# output is simply discarded. So we exec the FD to /dev/null, -# effectively closing config.log, so it can be properly (re)opened and -# appended to by config.status. When coming back to configure, we -# need to make the FD available again. -if test "$no_create" != yes; then - ac_cs_success=: - exec 5>/dev/null - $SHELL $CONFIG_STATUS || ac_cs_success=false - exec 5>>config.log - # Use ||, not &&, to avoid exiting from the if with $? = 1, which - # would make configure fail if this is the last instruction. - $ac_cs_success || { (exit 1); exit 1; } -fi - -# -# CONFIG_SUBDIRS section. -# -if test "$no_recursion" != yes; then - - # Remove --cache-file and --srcdir arguments so they do not pile up. - ac_sub_configure_args= - ac_prev= - for ac_arg in $ac_configure_args; do - if test -n "$ac_prev"; then - ac_prev= - continue - fi - case $ac_arg in - -cache-file | --cache-file | --cache-fil | --cache-fi \ - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) - ac_prev=cache_file ;; - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ - | --c=*) - ;; - --config-cache | -C) - ;; - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) - ac_prev=srcdir ;; - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - ;; - *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; - esac - done - - for ac_subdir in : $subdirs; do test "x$ac_subdir" = x: && continue - - # Do not complain, so a configure script can configure whichever - # parts of a large source tree are present. - test -d $srcdir/$ac_subdir || continue - - { echo "$as_me:6215: configuring in $ac_subdir" >&5 -echo "$as_me: configuring in $ac_subdir" >&6;} - case $srcdir in - .) ;; - *) { case "./$ac_subdir" in - [\\/]* | ?:[\\/]* ) as_incr_dir=;; - *) as_incr_dir=.;; -esac -as_dummy="./$ac_subdir" -for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do - case $as_mkdir_dir in - # Skip DOS drivespec - ?:) as_incr_dir=$as_mkdir_dir ;; - *) - as_incr_dir=$as_incr_dir/$as_mkdir_dir - test -d "$as_incr_dir" || mkdir "$as_incr_dir" - ;; - esac -done; } - - if test -d ./$ac_subdir; then :; - else - { { echo "$as_me:6237: error: cannot create \`pwd\`/$ac_subdir" >&5 -echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;} - { (exit 1); exit 1; }; } - fi - ;; - esac - - ac_popdir=`pwd` - cd $ac_subdir - - # A "../" for each directory in /$ac_subdir. - ac_dots=`echo $ac_subdir | - sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'` - - case $srcdir in - .) # No --srcdir option. We are building in place. - ac_sub_srcdir=$srcdir ;; - [\\/]* | ?:[\\/]* ) # Absolute path. - ac_sub_srcdir=$srcdir/$ac_subdir ;; - *) # Relative path. - ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;; - esac - - # Check for guested configure; otherwise get Cygnus style configure. - if test -f $ac_sub_srcdir/configure.gnu; then - ac_sub_configure="$SHELL '$ac_sub_srcdir/configure.gnu'" - elif test -f $ac_sub_srcdir/configure; then - ac_sub_configure="$SHELL '$ac_sub_srcdir/configure'" - elif test -f $ac_sub_srcdir/configure.in; then - ac_sub_configure=$ac_configure - else - { echo "$as_me:6268: WARNING: no configuration information is in $ac_subdir" >&5 -echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;} - ac_sub_configure= - fi - - # The recursion is here. - if test -n "$ac_sub_configure"; then - # Make the cache file name correct relative to the subdirectory. - case $cache_file in - [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; - *) # Relative path. - ac_sub_cache_file=$ac_dots$cache_file ;; - esac - - { echo "$as_me:6282: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5 -echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;} - # The eval makes quoting arguments work. - eval $ac_sub_configure $ac_sub_configure_args \ - --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir || - { { echo "$as_me:6287: error: $ac_sub_configure failed for $ac_subdir" >&5 -echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;} - { (exit 1); exit 1; }; } - fi - - cd $ac_popdir - done -fi - -echo " - -Configuration: - - Source code location: ${srcdir} - Compiler: ${CC} - -" diff --git a/glabels2/configure.in b/glabels2/configure.in index 3938d7b9..fb3e83c9 100644 --- a/glabels2/configure.in +++ b/glabels2/configure.in @@ -49,7 +49,7 @@ dnl Add the languages which your application supports here. GETTEXT_PACKAGE=glabels AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE") -ALL_LINGUAS="fr de ja pt_BR" +ALL_LINGUAS="fr de ja pt_BR es ru zh_TW.Big5 pl" AM_GLIB_GNU_GETTEXT diff --git a/glabels2/po/POTFILES.in b/glabels2/po/POTFILES.in index 68b42a55..7f8634ab 100644 --- a/glabels2/po/POTFILES.in +++ b/glabels2/po/POTFILES.in @@ -1,5 +1,6 @@ # List of source files containing translatable strings. +src/glabels-ui.xml src/glabels.c src/glabels.h src/glabels-batch.c diff --git a/glabels2/po/de.po b/glabels2/po/de.po index c1e3142b..60c51fe7 100644 --- a/glabels2/po/de.po +++ b/glabels2/po/de.po @@ -2,11 +2,10 @@ # Copyright (C) 2001 Jim Evins # Marcus Bauer , 2001. # -#: src/commands.c:384 msgid "" msgstr "" "Project-Id-Version: glabels 0.2.0\n" -"POT-Creation-Date: 2002-08-20 21:43-0400\n" +"POT-Creation-Date: 2002-08-24 22:30-0400\n" "PO-Revision-Date: 2001-10-15 15:31+0200\n" "Last-Translator: Marcus Bauer \n" "Language-Team: German <>\n" @@ -14,863 +13,724 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: src/glabels.c:59 -msgid "Show view debugging messages." -msgstr "" - -#: src/glabels.c:62 -msgid "Show item debugging messages." -msgstr "" - -#: src/glabels.c:65 -msgid "Show printing debugging messages." -msgstr "" - -#: src/glabels.c:68 -msgid "Show prefs debugging messages." -msgstr "" - -#: src/glabels.c:71 -msgid "Show file debugging messages." -msgstr "" - -#: src/glabels.c:74 -msgid "Show document debugging messages." -msgstr "" - -#: src/glabels.c:77 -msgid "Show template debugging messages." -msgstr "" - -#: src/glabels.c:80 -msgid "Show xml debugging messages." -msgstr "" - -#: src/glabels.c:83 -msgid "Show document merge debugging messages." -msgstr "" - -#: src/glabels.c:86 -msgid "Show commands debugging messages." -msgstr "" - -#: src/glabels.c:89 -msgid "Show undo debugging messages." -msgstr "" - -#: src/glabels.c:92 -msgid "Show recent debugging messages." -msgstr "" - -#: src/glabels.c:95 -msgid "Show mdi debugging messages." -msgstr "" - -#: src/glabels.c:98 -msgid "Show media select widget debugging messages." -msgstr "" - -#: src/glabels.c:101 -msgid "Show mini preview widget debugging messages." -msgstr "" - -#: src/glabels.c:104 -msgid "Show widget debugging messages." -msgstr "" - -#: src/glabels.c:107 -msgid "Turn on all debugging messages." -msgstr "" - -#: src/glabels-batch.c:47 +#: src/glabels_batch.c:49 msgid "print this message" msgstr "" -#: src/glabels-batch.c:49 +#: src/glabels_batch.c:51 msgid "print the version of glabels-batch being used" msgstr "" -#: src/glabels-batch.c:51 +#: src/glabels_batch.c:53 msgid "set output filename (default=\"output.ps\")" msgstr "" -#: src/glabels-batch.c:51 +#: src/glabels_batch.c:53 msgid "filename" msgstr "" -#: src/glabels-batch.c:53 +#: src/glabels_batch.c:55 msgid "number of sheets (default=1)" msgstr "" -#: src/glabels-batch.c:53 +#: src/glabels_batch.c:55 #, fuzzy msgid "sheets" msgstr "Seiten:" -#: src/glabels-batch.c:55 +#: src/glabels_batch.c:57 msgid "number of copies (default=1)" msgstr "" -#: src/glabels-batch.c:55 +#: src/glabels_batch.c:57 #, fuzzy msgid "copies" msgstr "Kopien" -#: src/glabels-batch.c:57 src/print-dialog.c:205 +#: src/glabels_batch.c:59 src/print_dialog.c:152 msgid "print outlines (to test printer alignment)" msgstr "Begrenzungen drucken (um Druckausrichtung zu testen)" -#: src/glabels-batch.c:59 src/print-dialog.c:214 +#: src/glabels_batch.c:61 src/print_dialog.c:160 msgid "print in reverse (i.e. a mirror image)" msgstr "Spiegelbildlich drucken" -#: src/glabels-batch.c:90 +#: src/glabels_batch.c:92 msgid "[OPTION...] GLABELS_FILE..." msgstr "" -#: src/glabels-batch.c:109 +#: src/glabels_batch.c:111 msgid "missing glabels file\n" msgstr "" -#: src/glabels-batch.c:140 +#: src/glabels_batch.c:139 #, fuzzy, c-format msgid "cannot open glabels file %s\n" msgstr "Datei kann nicht geöffnet werden" -#: src/mdi.c:579 +#: src/mdi.c:169 #, c-format -msgid "" -"Do you want to save the changes you made to the document \"%s\"? \n" -"\n" -"Your changes will be lost if you don't save them." -msgstr "" - -#: src/mdi.c:584 -#, fuzzy -msgid "Do_n't save" -msgstr "Nicht speichern." +msgid "Revert to saved copy of %s?" +msgstr "Gespeicherte Kopie von %s wiederherstellen?" -#: src/mdi.c:604 -msgid "_Don't quit" -msgstr "" - -#: src/mdi.c:609 -#, fuzzy -msgid "_Don't close" -msgstr "Nicht speichern." +#: src/mdi.c:207 +msgid "Unknown media type. Using default." +msgstr "Unbekannter Medientyp. Nehme daher Standardeinstellung." -#: src/mdi.c:706 -msgid "(modified)" -msgstr "" - -#: src/commands.c:359 +#: src/mdi.c:455 +#, c-format msgid "" -"A label and business card creation program for GNOME.\n" -" \n" -"Glabels is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version.\n" -" \n" -"This program is distributed in the hope that it will be useful, but WITHOUT " -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details.\n" -msgstr "" -"Ein GNOME-Programm zur Erstellung von Etiketten und Visitenkarten.\n" -" \n" -"Glabels ist freie Software; Sie können sie weiterverteilen und/oder ändern " -"unter den Bedingungen der GNU General Public License, veröffentlicht von der " -"Free Software Foundation, entweder Version 2 der Lizenz oder (optional) " -"jeder späteren Version.\n" -" \n" -"Dieses Programm wird verteilt in der Hoffnung, dass es nützlich ist, aber " -"OHNE JEDE GARANTIE; Weitere Details in der GNU General Public License.\n" - -#: src/commands.c:371 -#, fuzzy -msgid "Author:" -msgstr "bis:" - -#: src/commands.c:374 -msgid "See the file AUTHORS for additional acknowledgments," -msgstr "" - -#: src/commands.c:375 -msgid "or visit http://snaught.com/glabels" +"``%s'' has been modified.\n" +"\n" +"Do you wish to save it?" msgstr "" +"``%s'' wurde geändert \n" +"\n" +"Wollen Sie speichern?" -#: src/commands.c:397 -#, fuzzy -msgid "glabels" -msgstr "Labels" - -#: src/file.c:82 -msgid "New Label or Card" -msgstr "Neues Etikett oder neue Karte" - -#: src/file.c:109 -msgid "Media Type" -msgstr "Medien Typ" +#: src/mdi.c:459 +msgid "Don't save" +msgstr "Nicht speichern." -#: src/file.c:119 -#, fuzzy -msgid "Label orientation" -msgstr "Ausrichtung ändern" +#: src/mdi.c:601 src/file.c:288 +msgid "Cannot save file" +msgstr "Kann Datei nicht speichern" -#: src/file.c:248 -msgid "Open" -msgstr "Öffnen" +#: src/mdi.c:623 src/file.c:311 +msgid "Save As" +msgstr "Speichern unter..." -#: src/file.c:250 -msgid "Open label" -msgstr "Öffnen Etikett" +#: src/mdi.c:626 +msgid "Close / Save label as" +msgstr "Schließen / Speichern des Etikett als" -#: src/file.c:338 -#, fuzzy, c-format -msgid "Cannot open file '%s'" -msgstr "Datei kann nicht geöffnet werden" +#: src/mdi.c:680 src/file.c:352 +msgid "Label no longer valid!" +msgstr "Etikett nicht mehr gültig!" -#: src/file.c:429 -#, fuzzy, c-format -msgid "Error saving file '%s'" -msgstr "Fehler beim Schreiben der Datei" - -#: src/file.c:468 -msgid "Save label as" -msgstr "Datei speichern unter" - -#: src/file.c:550 +#: src/mdi.c:693 src/file.c:362 msgid "Must supply file name" msgstr "Dateinamen angeben" -#: src/file.c:569 -#, fuzzy, c-format -msgid "Error writing file '%s'" +#: src/mdi.c:705 src/file.c:374 +msgid "Error writing file" msgstr "Fehler beim Schreiben der Datei" -#. Should not happen -#: src/prefs.c:625 src/prefs.c:632 src/wdgt-line.c:186 -#, fuzzy -msgid "points" -msgstr "Punkt" - -#: src/prefs.c:627 -msgid "inches" -msgstr "Inch" - -#: src/prefs.c:629 -msgid "mm" -msgstr "mm" - -#: src/prefs-dialog.c:220 -#, fuzzy -msgid "Locale" -msgstr "Skalierung" - -#: src/prefs-dialog.c:224 -msgid "Object defaults" -msgstr "" - -#: src/prefs-dialog.c:232 -#, fuzzy -msgid "Preferences" -msgstr "Glabels : Einstellungen" - -#: src/prefs-dialog.c:272 -msgid "Select locale specific behavior." -msgstr "" - -#. ----- Display Units Frame ------------------------------------ -#: src/prefs-dialog.c:279 -msgid "Display units" -msgstr "Anzeige Einheiten" - -#: src/prefs-dialog.c:289 -#, fuzzy -msgid "Points" -msgstr "Punkt" - -#: src/prefs-dialog.c:296 -msgid "Inches" -msgstr "Inch" - -#: src/prefs-dialog.c:303 -msgid "Millimeters" -msgstr "Millimeter" - -#. ----- Page Size Frame ------------------------------------ -#: src/prefs-dialog.c:310 -msgid "Default page size" -msgstr "Standard Papierformat" - -#: src/prefs-dialog.c:364 -msgid "Select default properties for new objects." -msgstr "" - -#. ------ Line box ------ -#: src/prefs-dialog.c:377 -msgid "Line" -msgstr "Linie" - -#. ------ Fill box ------ -#: src/prefs-dialog.c:382 src/view-box.c:325 src/view-ellipse.c:325 -msgid "Fill" -msgstr "Füllen" - -#: src/view-object.c:406 src/view.c:1520 +#: src/display.c:1250 src/display.c:1298 msgid "Delete" msgstr "Löschen" -#: src/view-object.c:416 src/view.c:1530 +#: src/display.c:1260 src/display.c:1308 msgid "Bring to front" msgstr "Ganz nach vorne" -#: src/view-object.c:423 src/view.c:1536 +#: src/display.c:1266 src/display.c:1314 msgid "Send to back" msgstr "Ganz nach hinten" -#: src/view-object.c:395 +#: src/display.c:1287 msgid "Edit properties..." msgstr "Einstellungen ändern..." -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-box.c:293 -msgid "Edit box object properties" -msgstr "Rechteck bearbeiten..." +#: src/item_text.c:450 +msgid "Edit text object properties" +msgstr "Text Objekt bearbeiten" + +#: src/item_text.c:460 src/item_text.c:464 src/item_text.c:637 src/menu.c:100 +msgid "Text" +msgstr "Text" -#: src/view-barcode.c:313 src/view-box.c:312 src/view-ellipse.c:312 -#: src/view-line.c:309 src/view-text.c:311 +#: src/item_text.c:479 src/item_line.c:253 src/item_box.c:245 +#: src/item_ellipse.c:247 src/item_barcode.c:317 msgid "Appearance" msgstr "Erscheinungsbild" -#. ------ Line box ------ -#: src/view-box.c:315 src/view-ellipse.c:315 src/view-line.c:312 -msgid "Outline" -msgstr "Outline" - -#: src/view-box.c:340 src/view-ellipse.c:340 src/view-image.c:337 -#: src/view-line.c:328 -msgid "Position/Size" -msgstr "Position/Breite" +#. ------ Begin Text Properties box ------ +#: src/item_text.c:482 +#, fuzzy +msgid "Text Properties" +msgstr "Text Einstellungen" #. ------ Position Frame ------ -#: src/view-barcode.c:345 src/view-barcode.c:349 src/view-box.c:343 -#: src/view-ellipse.c:343 src/view-image.c:340 src/view-line.c:331 -#: src/view-text.c:334 src/view-text.c:338 +#: src/item_text.c:500 src/item_text.c:503 src/item_line.c:274 +#: src/item_box.c:275 src/item_ellipse.c:277 src/item_image.c:318 +#: src/item_barcode.c:345 src/item_barcode.c:348 msgid "Position" msgstr "Position" +#: src/item_line.c:243 +msgid "Edit line object properties" +msgstr "Linienobjekt bearbeiten..." + +#. ------ Begin Line box ------ +#: src/item_line.c:256 src/menu.c:106 +msgid "Line" +msgstr "Linie" + +#: src/item_line.c:271 src/item_box.c:272 src/item_ellipse.c:274 +#: src/item_image.c:315 +msgid "Position/Size" +msgstr "Position/Breite" + #. ------ Size Frame ------ -#: src/view-box.c:354 src/view-ellipse.c:356 src/view-image.c:353 -#: src/view-line.c:344 +#: src/item_line.c:285 src/item_box.c:286 src/item_ellipse.c:288 +#: src/item_image.c:329 msgid "Size" msgstr "Breite" -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-ellipse.c:293 +#: src/item_box.c:235 +msgid "Edit box object properties" +msgstr "Rechteck bearbeiten..." + +#. ------ Line box ------ +#: src/item_box.c:248 src/item_ellipse.c:250 +msgid "Outline" +msgstr "Outline" + +#. ------ Fill box ------ +#: src/item_box.c:258 src/item_ellipse.c:260 +msgid "Fill" +msgstr "Füllen" + +#: src/item_ellipse.c:237 msgid "Edit ellipse object properties" msgstr "Ellipse bearbeiten..." -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-line.c:290 -msgid "Edit line object properties" -msgstr "Linienobjekt bearbeiten..." - -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-image.c:281 +#: src/item_image.c:257 msgid "Edit image object properties" msgstr "Bildeinstellungen bearbeiten..." -#: src/view-image.c:300 +#: src/item_image.c:268 src/menu.c:113 msgid "Image" msgstr "Bild" #. ------ Size Reset Button ------ -#: src/view-image.c:364 +#: src/item_image.c:342 msgid "Reset image size" msgstr "Reset Bildgröße" -#: src/view-text.c:265 -msgid "Edit text object properties" -msgstr "Text Objekt bearbeiten" +#: src/item_image.c:389 src/item_image.c:454 +msgid "Image format not currently supported" +msgstr "Bildformat wird zur Zeit nicht unterstützt" -#: src/view-text.c:285 src/view-text.c:605 -msgid "Text" -msgstr "Text" - -#: src/view-barcode.c:267 +#: src/item_barcode.c:287 msgid "Edit barcode object properties" msgstr "Barcode bearbeiten..." -#: src/view-barcode.c:287 +#: src/item_barcode.c:297 msgid "Data" msgstr "Wert" -#: src/view-barcode.c:292 +#: src/item_barcode.c:299 #, fuzzy msgid "Barcode data" msgstr "Barcode Wert" -#: src/view-barcode.c:318 -#, fuzzy -msgid "Barcode Properties" -msgstr "Text Einstellungen" +#. ------ Begin Barcode Properties Frame ------ +#: src/item_barcode.c:320 src/prefs.c:215 +msgid "General" +msgstr "Allgemeine Einstellungen" #. ------ Barcode Style Frame ------ -#: src/view-barcode.c:328 +#: src/item_barcode.c:330 msgid "Style" msgstr "Stil" -#: src/print.c:814 src/view-barcode.c:758 +#: src/item_barcode.c:549 src/item_barcode.c:572 src/print.c:631 msgid "Invalid barcode" msgstr "Ungültiger Barcode-Wert" -#: src/merge-properties.c:84 +#. W Label +#: src/prop_size.c:182 src/prop_line.c:169 #, fuzzy -msgid "Edit document-merge properties" -msgstr "Dokumenten Mischerei bearbeiten..." +msgid "Width:" +msgstr "Länge der Linie" -#: src/merge-properties.c:130 -msgid "Source" -msgstr "Quelle" +#. H label +#: src/prop_size.c:198 +msgid "Height:" +msgstr "Höhe" -#: src/merge-properties.c:142 +#: src/prop_size.c:222 #, fuzzy -msgid "Format:" -msgstr "Font" +msgid "Maintain current aspect ratio" +msgstr "Seitenverhältnis beibehalten" -#: src/merge-properties.c:157 -msgid "Location:" -msgstr "Ort:" +#. X label +#: src/prop_position.c:173 +msgid "X:" +msgstr "X:" -#: src/merge-properties.c:167 -msgid "Fields" -msgstr "Felder" +#. Y label +#: src/prop_position.c:191 +msgid "Y:" +msgstr "Y:" -#. ----- Contstruct basic print dialog with notebook ----- -#: src/print-dialog.c:102 -msgid "Print" -msgstr "Drucken" +#. Line Width units +#: src/prop_line.c:183 src/prefs.c:448 src/prefs.c:455 +#, fuzzy +msgid "points" +msgstr "Punkt" -#: src/print-dialog.c:124 -msgid "_Job" -msgstr "" +#. Line Color Label +#: src/prop_line.c:189 src/prop_fill.c:166 src/prop_text.c:234 +#: src/prop_bc.c:188 +#, fuzzy +msgid "Color:" +msgstr "Farbe" -#: src/print-dialog.c:129 +#. Font label +#: src/prop_text.c:181 #, fuzzy -msgid "P_rinter" -msgstr "Drucken" +msgid "Font:" +msgstr "Font:" -#. ----------- Add simple-copies widget ------------ -#: src/print-dialog.c:158 -msgid "Copies" -msgstr "Kopien" +#. Alignment label +#: src/prop_text.c:248 +#, fuzzy +msgid "Alignment:" +msgstr "Textanordnung:" -#. ------- Otherwise add merge control widget ------------ -#: src/print-dialog.c:174 -msgid "Document merge control" -msgstr "Kontrolle der Mischung mit Datenquelle (Serienfunktion)" +#. Insert merge field label +#: src/prop_text_entry.c:180 src/prop_bc_data.c:196 +msgid "Key:" +msgstr "Key:" -#. ----------- Add custom print options area ------------ -#: src/print-dialog.c:195 -msgid "Options" -msgstr "Optionen" +#: src/prop_text_entry.c:196 +msgid "Insert merge field" +msgstr "Datenfeld einfügen" -#: src/print-dialog.c:345 src/print-dialog.c:384 -msgid "Print preview" -msgstr "Druckvorschau" +#. Length label +#: src/prop_vector.c:183 +#, fuzzy +msgid "Length:" +msgstr "Länge" -#: src/label.c:535 -#, c-format -msgid "%s %d" -msgstr "" +#. Angle label +#: src/prop_vector.c:207 +#, fuzzy +msgid "Angle:" +msgstr "Winkel" -#: src/label.c:535 -msgid "Untitled" -msgstr "" +#. Angle units label +#: src/prop_vector.c:224 +msgid "degrees" +msgstr "Grad" -#: src/template.c:346 -msgid "No template files found!" -msgstr "Keine Dateivorlagen gefunden!" +#. Scale Label +#: src/prop_bc.c:168 +#, fuzzy +msgid "Scale:" +msgstr "Skalierung" + +#. % Label +#: src/prop_bc.c:182 +msgid "%" +msgstr "%" + +#: src/prop_bc_style.c:313 +msgid "Show text with barcode" +msgstr "Zeige Text mit Barcode" + +#: src/prop_bc_data.c:176 +msgid "Literal:" +msgstr "Literale:" -#: src/xml-label.c:108 src/xml-label.c:139 +#: src/label.c:173 src/label.c:197 msgid "xmlParseFile error" msgstr "Fehler: xmlParseFile error" -#: src/xml-label.c:174 +#: src/label.c:228 msgid "No document root" msgstr "Kein document root" -#: src/xml-label.c:186 -msgid "Importing from glabels 0.1 format" -msgstr "" - -#: src/xml-label.c:194 -msgid "Importing from glabels 0.4 format" -msgstr "" - -#: src/xml-label.c:198 -#, fuzzy -msgid "bad document, unknown glabels Namespace" +#: src/label.c:239 +msgid "document of the wrong type, glabels Namespace not found" msgstr "Fehlerhafter Dokument-Typ, glabels Namespace nicht gefunden" -#: src/xml-label.c:226 +#: src/label.c:244 #, c-format msgid "Bad root node = \"%s\"" msgstr "Fehlerhafter root node = \"%s\"" -#: src/xml-label.c:249 src/xml-label.c:281 +#: src/label.c:291 #, c-format msgid "bad node = \"%s\"" msgstr "fehlerhafter node = \"%s\"" -#: src/xml-label.c:656 +#: src/label.c:606 msgid "Problem saving xml file." msgstr "Problem beim Speichern der xml-Datei." -#: src/merge.c:80 +#: src/template.c:224 +msgid "No template files found!" +msgstr "Keine Dateivorlagen gefunden!" + +#: src/merge_properties.c:82 +#, fuzzy +msgid "Edit document-merge properties" +msgstr "Dokumenten Mischerei bearbeiten..." + +#: src/merge_properties.c:131 +msgid "Source" +msgstr "Quelle" + +#: src/merge_properties.c:143 +#, fuzzy +msgid "Format:" +msgstr "Font" + +#: src/merge_properties.c:158 +msgid "Location:" +msgstr "Ort:" + +#: src/merge_properties.c:168 +msgid "Fields" +msgstr "Felder" + +#: src/merge.c:78 msgid "None" msgstr "Keine" -#: src/merge.c:88 +#: src/merge.c:86 msgid "Text with tab separators" msgstr "Text mit Tabulatoren als Trennern" -#: src/merge.c:96 -msgid "Text with comma separators" +#: src/merge.c:94 +#, fuzzy +msgid "Text with comma separators (CSV)" msgstr "Text mit Kommata als Separatoren" -#: src/merge.c:104 +#: src/merge.c:102 msgid "Text with colon separators" msgstr "Text mit Doppelpunkten als Separatoren" -#: src/merge-ui.c:223 src/merge-ui.c:265 src/merge-ui.c:435 src/merge-ui.c:483 +#: src/merge_ui.c:207 src/merge_ui.c:242 src/merge_ui.c:387 src/merge_ui.c:428 msgid "N/A" msgstr "Nicht verfügbar" -#: src/merge-ui-text.c:172 +#: src/merge_ui_text.c:170 msgid "Select merge-database source" msgstr "Wählen Sie die einzumischende Datenquelle" -#: src/merge-ui-text.c:330 +#: src/merge_ui_text.c:330 msgid "Column" msgstr "Spalte" -#: src/merge-ui-text.c:334 +#: src/merge_ui_text.c:334 msgid "Custom field key" msgstr "Benutzerdefinierter Feldschlüssel" -#: src/merge-ui-text.c:338 +#: src/merge_ui_text.c:338 msgid "Sample data" msgstr "Beispiel Daten" -#. Font label -#: src/wdgt-text-props.c:184 -#, fuzzy -msgid "Font:" -msgstr "Font:" +#: src/menu.c:50 +msgid "_New" +msgstr "_Neu" -#. Text Color Label -#: src/wdgt-bc-props.c:190 src/wdgt-fill.c:169 src/wdgt-line.c:192 -#: src/wdgt-text-props.c:237 -#, fuzzy -msgid "Color:" -msgstr "Farbe" +#: src/menu.c:51 +msgid "Make a new, empty label" +msgstr "Erzeuge neues, leeres Etikett" -#. Alignment label -#: src/wdgt-text-props.c:251 +#: src/menu.c:85 +msgid "U_nselect All " +msgstr "A_uswahl aufheben" + +#: src/menu.c:86 +msgid "Remove all selections" +msgstr "Alle Auswahlen aufheben" + +#: src/menu.c:94 #, fuzzy -msgid "Alignment:" -msgstr "Textanordnung:" +msgid "Select" +msgstr "Löschen" -#. Insert merge field label -#: src/wdgt-bc-data.c:199 src/wdgt-text-entry.c:201 -msgid "Key:" -msgstr "Key:" +#: src/menu.c:95 src/menu.c:186 +msgid "Select, move and modify objects" +msgstr "Objekte auswählen, bewegen, ändern" -#: src/wdgt-text-entry.c:217 -msgid "Insert merge field" -msgstr "Datenfeld einfügen" +#: src/menu.c:100 src/menu.c:191 +msgid "Create text object" +msgstr "Textobjekt erzeugen" -#. X label -#: src/wdgt-position.c:182 -msgid "X:" -msgstr "X:" +#: src/menu.c:103 +msgid "Box" +msgstr "Box" -#. Y label -#: src/wdgt-position.c:200 -msgid "Y:" -msgstr "Y:" +#: src/menu.c:103 src/menu.c:194 +msgid "Create box/rectangle object" +msgstr "Rechteck-Objekt erzeugen" -#. W Label -#: src/wdgt-line.c:172 src/wdgt-size.c:184 -#, fuzzy -msgid "Width:" -msgstr "Länge der Linie" +#: src/menu.c:106 src/menu.c:197 +msgid "Create line object" +msgstr "Linienobjekt erzeugen" -#. H label -#: src/wdgt-size.c:200 -msgid "Height:" -msgstr "Höhe" +#: src/menu.c:109 +msgid "Ellipse" +msgstr "Ellipse" + +#: src/menu.c:110 src/menu.c:200 +msgid "Create ellipse/circle object" +msgstr "Ellipsenobjekt erzeugen" -#: src/wdgt-size.c:224 +#: src/menu.c:113 src/menu.c:203 +msgid "Create image object" +msgstr "Bildobjekt erzeugen" + +#: src/menu.c:116 #, fuzzy -msgid "Maintain current aspect ratio" -msgstr "Seitenverhältnis beibehalten" +msgid "Barcode" +msgstr "Barcode Wert" -#. Length label -#: src/wdgt-vector.c:186 +#: src/menu.c:116 src/menu.c:206 +msgid "Create barcode object" +msgstr "Barcodeobjekt erzeugen" + +#: src/menu.c:121 src/menu.c:211 +msgid "Zoom in" +msgstr "vergrößern" + +#: src/menu.c:124 src/menu.c:214 +msgid "Zoom out" +msgstr "verkleinern" + +#: src/menu.c:127 +msgid "Zoom 1:1" +msgstr "Zoom 1:1" + +#: src/menu.c:127 src/menu.c:217 +msgid "Zoom to 1:1" +msgstr "Maßstab auf 1:1 einstellen" + +#: src/menu.c:132 src/menu.c:223 #, fuzzy -msgid "Length:" -msgstr "Länge" +msgid "Merge properties" +msgstr "Einstellungen ändern..." -#. Angle label -#: src/wdgt-vector.c:210 +#: src/menu.c:133 #, fuzzy -msgid "Angle:" -msgstr "Winkel" +msgid "Edit merge properties" +msgstr "Bildeinstellungen bearbeiten..." -#. Angle units label -#: src/wdgt-vector.c:227 -msgid "degrees" -msgstr "Grad" +#: src/menu.c:157 +msgid "_Tools" +msgstr "_Werkzeuge" -#. Scale Label -#: src/wdgt-bc-props.c:170 -#, fuzzy -msgid "Scale:" -msgstr "Skalierung" +#: src/menu.c:168 +msgid " New " +msgstr " Neu " -#. % Label -#: src/wdgt-bc-props.c:184 -#, c-format -msgid "%" -msgstr "%" +#: src/menu.c:168 +msgid "New Label/Card" +msgstr "Neues Etikett/Neue Karte" -#: src/wdgt-bc-style.c:316 -msgid "Show text with barcode" -msgstr "Zeige Text mit Barcode" +#: src/menu.c:170 +msgid " Open " +msgstr " Öffnen " -#: src/wdgt-bc-data.c:179 -msgid "Literal:" -msgstr "Literale:" +#: src/menu.c:170 +msgid "Open a file" +msgstr "Datei öffnen" -#: src/wdgt-print-copies.c:178 -msgid "Sheets:" -msgstr "Seiten:" +#: src/menu.c:172 +msgid " Save " +msgstr " Speichern " -#: src/wdgt-print-copies.c:195 -msgid "Labels" -msgstr "Labels" +#: src/menu.c:172 +msgid "Save current file" +msgstr "Aktuelle Datei speichern" -#: src/wdgt-print-copies.c:198 -msgid "from:" -msgstr "von:" +#: src/menu.c:175 +msgid " Print " +msgstr " Drucken " -#: src/wdgt-print-copies.c:206 -msgid "to:" -msgstr "bis:" +#: src/menu.c:175 +msgid "Print current file" +msgstr "Aktuelle Datei drucken" -#: src/wdgt-print-merge.c:177 -msgid "Start on label" -msgstr "Start bei Etikett" +#: src/menu.c:290 +msgid "" +"A label and business card creation program for GNOME.\n" +" \n" +"Glabels is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version.\n" +" \n" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details.\n" +msgstr "" +"Ein GNOME-Programm zur Erstellung von Etiketten und Visitenkarten.\n" +" \n" +"Glabels ist freie Software; Sie können sie weiterverteilen und/oder ändern " +"unter den Bedingungen der GNU General Public License, veröffentlicht von der " +"Free Software Foundation, entweder Version 2 der Lizenz oder (optional) " +"jeder späteren Version.\n" +" \n" +"Dieses Programm wird verteilt in der Hoffnung, dass es nützlich ist, aber " +"OHNE JEDE GARANTIE; Weitere Details in der GNU General Public License.\n" -#: src/wdgt-print-merge.c:186 -msgid "on 1st sheet" -msgstr "auf erster Seite" +#: src/menu.c:326 +msgid "Function is not implemented!" +msgstr "Funktion noch nicht implementiert!" -#: src/wdgt-print-merge.c:197 -msgid "Collate" -msgstr "Zuordnen" +#: src/file.c:72 +msgid "New Label or Card" +msgstr "Neues Etikett oder neue Karte" -#: src/wdgt-print-merge.c:204 -msgid "Copies:" -msgstr "Kopien:" +#: src/file.c:98 +msgid "Media Type" +msgstr "Medien Typ" -#: src/wdgt-media-select.c:252 +#: src/file.c:109 +#, fuzzy +msgid "Label orientation" +msgstr "Ausrichtung ändern" + +#: src/file.c:211 +msgid "Open" +msgstr "Öffnen" + +#: src/file.c:213 +msgid "Open label" +msgstr "Öffnen Etikett" + +#: src/file.c:249 +msgid "Cannot open file" +msgstr "Datei kann nicht geöffnet werden" + +#: src/file.c:316 +msgid "Save label as" +msgstr "Datei speichern unter" + +#: src/media_select.c:222 #, fuzzy msgid "Description:" msgstr "Position" -#: src/wdgt-media-select.c:257 +#: src/media_select.c:227 msgid "Page size:" msgstr "Seiten Format:" -#: src/wdgt-media-select.c:262 +#: src/media_select.c:232 msgid "Label size:" msgstr "Etikett Format:" -#: src/wdgt-media-select.c:267 +#: src/media_select.c:237 msgid "Layout:" msgstr "Layout:" -#: src/wdgt-media-select.c:408 +#: src/media_select.c:353 #, c-format msgid "%d x %d (%d per sheet)" msgstr "%d x %d (%d pro Seite)" -#: src/wdgt-media-select.c:422 +#: src/media_select.c:367 #, c-format msgid "%s x %s %s" msgstr "%s x %s %s" -#: src/wdgt-media-select.c:427 +#: src/media_select.c:372 #, c-format msgid "%.5g x %.5g %s" msgstr "%.5g x %.5g %s" -#: src/wdgt-rotate-label.c:176 +#: src/rotate_select.c:169 msgid "Rotate" msgstr "Rotieren" -#: src/bonobo-mdi.c:522 src/bonobo-mdi.c:612 src/bonobo-mdi.c:1850 -#, c-format -msgid "Activate %s" -msgstr "" - -#: src/gnome-recent-view-bonobo.c:189 -#, fuzzy, c-format -msgid "Open %s" -msgstr "Öffnen" - -#~ msgid "Revert to saved copy of %s?" -#~ msgstr "Gespeicherte Kopie von %s wiederherstellen?" - -#~ msgid "Unknown media type. Using default." -#~ msgstr "Unbekannter Medientyp. Nehme daher Standardeinstellung." - -#~ msgid "" -#~ "``%s'' has been modified.\n" -#~ "\n" -#~ "Do you wish to save it?" -#~ msgstr "" -#~ "``%s'' wurde geändert \n" -#~ "\n" -#~ "Wollen Sie speichern?" - -#~ msgid "Cannot save file" -#~ msgstr "Kann Datei nicht speichern" - -#~ msgid "Save As" -#~ msgstr "Speichern unter..." - -#~ msgid "Close / Save label as" -#~ msgstr "Schließen / Speichern des Etikett als" - -#~ msgid "Label no longer valid!" -#~ msgstr "Etikett nicht mehr gültig!" - -#~ msgid "Image format not currently supported" -#~ msgstr "Bildformat wird zur Zeit nicht unterstützt" - -#~ msgid "General" -#~ msgstr "Allgemeine Einstellungen" - -#~ msgid "_New" -#~ msgstr "_Neu" - -#~ msgid "Make a new, empty label" -#~ msgstr "Erzeuge neues, leeres Etikett" - -#~ msgid "U_nselect All " -#~ msgstr "A_uswahl aufheben" - -#~ msgid "Remove all selections" -#~ msgstr "Alle Auswahlen aufheben" - -#, fuzzy -#~ msgid "Select" -#~ msgstr "Löschen" - -#~ msgid "Select, move and modify objects" -#~ msgstr "Objekte auswählen, bewegen, ändern" +#: src/print_dialog.c:99 +msgid "Print" +msgstr "Drucken" -#~ msgid "Create text object" -#~ msgstr "Textobjekt erzeugen" +#. ----------- Add simple-copies widget ------------ +#: src/print_dialog.c:104 +msgid "Copies" +msgstr "Kopien" -#~ msgid "Box" -#~ msgstr "Box" +#. -------Otherwise add merge control widget ------------ +#: src/print_dialog.c:121 +msgid "Document merge control" +msgstr "Kontrolle der Mischung mit Datenquelle (Serienfunktion)" -#~ msgid "Create box/rectangle object" -#~ msgstr "Rechteck-Objekt erzeugen" +#. ----------- Add custom print options area ------------ +#: src/print_dialog.c:141 +msgid "Options" +msgstr "Optionen" -#~ msgid "Create line object" -#~ msgstr "Linienobjekt erzeugen" +#: src/print_dialog.c:241 src/print_dialog.c:280 +msgid "Print preview" +msgstr "Druckvorschau" -#~ msgid "Ellipse" -#~ msgstr "Ellipse" +#: src/print_copies.c:170 +msgid "Sheets:" +msgstr "Seiten:" -#~ msgid "Create ellipse/circle object" -#~ msgstr "Ellipsenobjekt erzeugen" +#: src/print_copies.c:187 +msgid "Labels" +msgstr "Labels" -#~ msgid "Create image object" -#~ msgstr "Bildobjekt erzeugen" +#: src/print_copies.c:190 +msgid "from:" +msgstr "von:" -#, fuzzy -#~ msgid "Barcode" -#~ msgstr "Barcode Wert" +#: src/print_copies.c:198 +msgid "to:" +msgstr "bis:" -#~ msgid "Create barcode object" -#~ msgstr "Barcodeobjekt erzeugen" +#: src/print_merge.c:170 +msgid "Start on label" +msgstr "Start bei Etikett" -#~ msgid "Zoom in" -#~ msgstr "vergrößern" +#: src/print_merge.c:179 +msgid "on 1st sheet" +msgstr "auf erster Seite" -#~ msgid "Zoom out" -#~ msgstr "verkleinern" +#: src/print_merge.c:188 +msgid "Collate" +msgstr "Zuordnen" -#~ msgid "Zoom 1:1" -#~ msgstr "Zoom 1:1" +#: src/print_merge.c:195 +msgid "Copies:" +msgstr "Kopien:" -#~ msgid "Zoom to 1:1" -#~ msgstr "Maßstab auf 1:1 einstellen" +#: src/prefs.c:86 +msgid "Glabels: Preferences" +msgstr "Glabels : Einstellungen" -#, fuzzy -#~ msgid "Merge properties" -#~ msgstr "Einstellungen ändern..." +#. ----- Display Units Frame ------------------------------------ +#: src/prefs.c:220 +msgid "Display units" +msgstr "Anzeige Einheiten" +#: src/prefs.c:231 #, fuzzy -#~ msgid "Edit merge properties" -#~ msgstr "Bildeinstellungen bearbeiten..." - -#~ msgid "_Tools" -#~ msgstr "_Werkzeuge" - -#~ msgid " New " -#~ msgstr " Neu " - -#~ msgid "New Label/Card" -#~ msgstr "Neues Etikett/Neue Karte" - -#~ msgid " Open " -#~ msgstr " Öffnen " - -#~ msgid "Open a file" -#~ msgstr "Datei öffnen" +msgid "Points" +msgstr "Punkt" -#~ msgid " Save " -#~ msgstr " Speichern " +#: src/prefs.c:237 +msgid "Inches" +msgstr "Inch" -#~ msgid "Save current file" -#~ msgstr "Aktuelle Datei speichern" +#: src/prefs.c:244 +msgid "Millimeters" +msgstr "Millimeter" -#~ msgid " Print " -#~ msgstr " Drucken " +#. ----- Display Units Frame ------------------------------------ +#: src/prefs.c:249 +msgid "Default page size" +msgstr "Standard Papierformat" -#~ msgid "Print current file" -#~ msgstr "Aktuelle Datei drucken" +#: src/prefs.c:450 +msgid "inches" +msgstr "Inch" -#~ msgid "Function is not implemented!" -#~ msgstr "Funktion noch nicht implementiert!" +#: src/prefs.c:452 +msgid "mm" +msgstr "mm" #~ msgid "Function is not yet implemented!" #~ msgstr "Funktion noch nicht implementiert!" diff --git a/glabels2/po/fr.po b/glabels2/po/fr.po index 0427321d..bcceafa2 100644 --- a/glabels2/po/fr.po +++ b/glabels2/po/fr.po @@ -1,24 +1,11 @@ # French translation of glabels. - - - # Copyright (C) 2001 Jim Evins - - - # Olivier Berger , 2001. - - - # - - - -#: src/commands.c:384 msgid "" msgstr "" -"Project-Id-Version: glabels 0.2.0\n" -"POT-Creation-Date: 2002-08-20 21:43-0400\n" +"Project-Id-Version: glabels 0.4.4\n" +"POT-Creation-Date: 2002-08-24 22:30-0400\n" "PO-Revision-Date: 2001-10-15 15:31+0200\n" "Last-Translator: Olivier Berger \n" "Language-Team: French \n" @@ -26,2460 +13,1297 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: src/glabels.c:59 -msgid "Show view debugging messages." -msgstr "" - -#: src/glabels.c:62 -msgid "Show item debugging messages." -msgstr "" - -#: src/glabels.c:65 -msgid "Show printing debugging messages." -msgstr "" - -#: src/glabels.c:68 -msgid "Show prefs debugging messages." -msgstr "" - -#: src/glabels.c:71 -msgid "Show file debugging messages." -msgstr "" - -#: src/glabels.c:74 -msgid "Show document debugging messages." -msgstr "" - -#: src/glabels.c:77 -msgid "Show template debugging messages." -msgstr "" - -#: src/glabels.c:80 -msgid "Show xml debugging messages." -msgstr "" - -#: src/glabels.c:83 -msgid "Show document merge debugging messages." -msgstr "" - -#: src/glabels.c:86 -msgid "Show commands debugging messages." -msgstr "" - -#: src/glabels.c:89 -msgid "Show undo debugging messages." -msgstr "" - -#: src/glabels.c:92 -msgid "Show recent debugging messages." -msgstr "" - -#: src/glabels.c:95 -msgid "Show mdi debugging messages." -msgstr "" - -#: src/glabels.c:98 -msgid "Show media select widget debugging messages." -msgstr "" - -#: src/glabels.c:101 -msgid "Show mini preview widget debugging messages." -msgstr "" - -#: src/glabels.c:104 -msgid "Show widget debugging messages." -msgstr "" - -#: src/glabels.c:107 -msgid "Turn on all debugging messages." -msgstr "" - -#: src/glabels-batch.c:47 +#: src/glabels_batch.c:49 msgid "print this message" -msgstr "" +msgstr "imprimer ce message" -#: src/glabels-batch.c:49 +#: src/glabels_batch.c:51 msgid "print the version of glabels-batch being used" -msgstr "" +msgstr "imprimer la version de glabels-batch utilisée" -#: src/glabels-batch.c:51 +#: src/glabels_batch.c:53 msgid "set output filename (default=\"output.ps\")" -msgstr "" +msgstr "définit le fichier de sortie (défaut=\"output.ps\")" -#: src/glabels-batch.c:51 +#: src/glabels_batch.c:53 msgid "filename" -msgstr "" +msgstr "nom de fichier" -#: src/glabels-batch.c:53 +#: src/glabels_batch.c:55 msgid "number of sheets (default=1)" -msgstr "" +msgstr "nombre de pages (défaut=1)" # src/print_copies.c:193 - - - # src/print_copies.c:193 - - - # src/print_copies.c:171 - # src/print_copies.c:170 -#: src/glabels-batch.c:53 -#, fuzzy +#: src/glabels_batch.c:55 msgid "sheets" -msgstr "Feuilles :" +msgstr "feuilles" -#: src/glabels-batch.c:55 +#: src/glabels_batch.c:57 msgid "number of copies (default=1)" -msgstr "" +msgstr "nombre de copies (défaut=1)" # src/print.c:153 - - - # src/print.c:153 - - - # src/print.c:146 - # src/print_dialog.c:104 -#: src/glabels-batch.c:55 -#, fuzzy +#: src/glabels_batch.c:57 msgid "copies" -msgstr "Copies" +msgstr "copies" # src/print.c:180 - - - # src/print.c:180 - - - # src/print.c:196 - # src/print_dialog.c:152 -#: src/glabels-batch.c:57 src/print-dialog.c:205 +#: src/glabels_batch.c:59 src/print_dialog.c:152 msgid "print outlines (to test printer alignment)" msgstr "imprimer des bordures (pour tester l'alignement de l'imprimante)" # src/print_dialog.c:160 -#: src/glabels-batch.c:59 src/print-dialog.c:214 +#: src/glabels_batch.c:61 src/print_dialog.c:160 msgid "print in reverse (i.e. a mirror image)" msgstr "imprimer à l'envers (i.e. une image miroir)" -#: src/glabels-batch.c:90 +#: src/glabels_batch.c:92 msgid "[OPTION...] GLABELS_FILE..." -msgstr "" +msgstr "[OPTION...] FICHIER_GLABELS..." -#: src/glabels-batch.c:109 +#: src/glabels_batch.c:111 msgid "missing glabels file\n" -msgstr "" +msgstr "fichier glabels manquant\n" # src/file.c:214 - - - # src/file.c:214 - - - # src/file.c:249 - # src/file.c:249 -#: src/glabels-batch.c:140 -#, fuzzy, c-format +#: src/glabels_batch.c:139 +#, c-format msgid "cannot open glabels file %s\n" -msgstr "Impossible d'ouvrir le fichier" +msgstr "impossible d'ouvrir le fichier glabels %s\n" + +# src/mdi.c:190 +# src/mdi.c:189 +# src/mdi.c:169 +# src/mdi.c:169 +#: src/mdi.c:169 +#, c-format +msgid "Revert to saved copy of %s?" +msgstr "Rétablir la version sauvegardée de %s ?" + +# src/mdi.c:219 +# src/mdi.c:207 +# src/mdi.c:207 +#: src/mdi.c:207 +msgid "Unknown media type. Using default." +msgstr "Type de media inconnu. Utilisation de celui par défaut." -#: src/mdi.c:579 +# src/mdi.c:477 +# src/mdi.c:483 +# src/mdi.c:455 +# src/mdi.c:455 +#: src/mdi.c:455 #, c-format msgid "" -"Do you want to save the changes you made to the document \"%s\"? \n" +"``%s'' has been modified.\n" "\n" -"Your changes will be lost if you don't save them." +"Do you wish to save it?" msgstr "" +"``%s'' a été modifié \n" +"\n" +"Voulez-vous l'enregistrer ?" # src/mdi.c:482 - - - # src/mdi.c:488 - - - # src/mdi.c:459 - # src/mdi.c:459 -#: src/mdi.c:584 -#, fuzzy -msgid "Do_n't save" +#: src/mdi.c:459 +msgid "Don't save" msgstr "Ne pas sauver" -#: src/mdi.c:604 -msgid "_Don't quit" -msgstr "" - -# src/mdi.c:482 - - +# src/file.c:248 src/mdi.c:635 +# src/file.c:248 src/mdi.c:641 +# src/file.c:288 src/mdi.c:601 +# src/file.c:288 src/mdi.c:601 +#: src/mdi.c:601 src/file.c:288 +msgid "Cannot save file" +msgstr "Impossible d'enregistrer le fichier" -# src/mdi.c:488 +# src/file.c:271 src/mdi.c:660 +# src/file.c:271 src/mdi.c:666 +# src/file.c:311 src/mdi.c:623 +# src/file.c:311 src/mdi.c:623 +#: src/mdi.c:623 src/file.c:311 +msgid "Save As" +msgstr "Enregistrer sous" +# src/mdi.c:663 +# src/mdi.c:669 +# src/mdi.c:626 +# src/mdi.c:626 +#: src/mdi.c:626 +msgid "Close / Save label as" +msgstr "Fermer / Enregistrer l'étiquette sous" +# src/file.c:309 src/mdi.c:716 +# src/file.c:309 src/mdi.c:722 +# src/file.c:352 src/mdi.c:680 +# src/file.c:352 src/mdi.c:680 +#: src/mdi.c:680 src/file.c:352 +msgid "Label no longer valid!" +msgstr "Etiquette plus valide !" -# src/mdi.c:459 +# src/file.c:319 src/mdi.c:729 +# src/file.c:319 src/mdi.c:735 +# src/file.c:362 src/mdi.c:693 +# src/file.c:362 src/mdi.c:693 +#: src/mdi.c:693 src/file.c:362 +msgid "Must supply file name" +msgstr "Vous devez donner un nom de fichier" -# src/mdi.c:459 -#: src/mdi.c:609 -#, fuzzy -msgid "_Don't close" -msgstr "Ne pas sauver" +# src/file.c:330 src/mdi.c:740 +# src/file.c:330 src/mdi.c:746 +# src/file.c:374 src/mdi.c:705 +# src/file.c:374 src/mdi.c:705 +#: src/mdi.c:705 src/file.c:374 +msgid "Error writing file" +msgstr "Erreur d'écriture du fichier" -#: src/mdi.c:706 -msgid "(modified)" -msgstr "" +# src/display.c:1157 src/display.c:1205 +# src/display.c:1160 src/display.c:1208 +# src/display.c:1171 src/display.c:1219 +# src/display.c:1186 src/display.c:1234 +#: src/display.c:1250 src/display.c:1298 +msgid "Delete" +msgstr "Supprimer" -# src/menu.c:185 +# src/display.c:1167 src/display.c:1215 +# src/display.c:1170 src/display.c:1218 +# src/display.c:1181 src/display.c:1229 +# src/display.c:1196 src/display.c:1244 +#: src/display.c:1260 src/display.c:1308 +msgid "Bring to front" +msgstr "Avancer au premier plan" +# src/display.c:1173 src/display.c:1221 +# src/display.c:1176 src/display.c:1224 +# src/display.c:1187 src/display.c:1235 +# src/display.c:1202 src/display.c:1250 +#: src/display.c:1266 src/display.c:1314 +msgid "Send to back" +msgstr "Reculer à l'arrière-plan" +# src/display.c:1194 +# src/display.c:1197 +# src/display.c:1208 +# src/display.c:1223 +#: src/display.c:1287 +msgid "Edit properties..." +msgstr "Editer les propriétés..." -# src/menu.c:185 +# src/item_text.c:432 +# src/item_text.c:432 +# src/item_text.c:450 +# src/item_text.c:450 +#: src/item_text.c:450 +msgid "Edit text object properties" +msgstr "Editer les propriétés de l'objet texte..." +# src/item_text.c:442 src/item_text.c:627 +# src/item_text.c:442 src/item_text.c:627 +# src/item_text.c:460 src/item_text.c:464 src/item_text.c:637 src/menu.c:100 +# src/item_text.c:460 src/item_text.c:464 src/item_text.c:637 src/menu.c:100 +#: src/item_text.c:460 src/item_text.c:464 src/item_text.c:637 src/menu.c:100 +msgid "Text" +msgstr "Texte" +# src/item_barcode.c:334 src/item_box.c:261 src/item_ellipse.c:266 +# src/item_line.c:268 src/item_text.c:464 +# src/item_barcode.c:340 src/item_box.c:261 src/item_ellipse.c:266 +# src/item_line.c:268 src/item_text.c:464 +# src/item_barcode.c:317 src/item_box.c:245 src/item_ellipse.c:247 +# src/item_line.c:253 src/item_text.c:479 +# src/item_barcode.c:317 src/item_box.c:245 src/item_ellipse.c:247 +# src/item_line.c:253 src/item_text.c:479 +#: src/item_text.c:479 src/item_line.c:253 src/item_box.c:245 +#: src/item_ellipse.c:247 src/item_barcode.c:317 +msgid "Appearance" +msgstr "Apparence" -# src/menu.c:290 +# src/item_text.c:467 +# src/item_text.c:467 +# src/item_text.c:482 +# src/item_text.c:482 +#. ------ Begin Text Properties box ------ +#: src/item_text.c:482 +msgid "Text Properties" +msgstr "Propriétés du texte" -# src/menu.c:290 -#: src/commands.c:359 -msgid "" -"A label and business card creation program for GNOME.\n" -" \n" -"Glabels is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version.\n" -" \n" -"This program is distributed in the hope that it will be useful, but WITHOUT " -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details.\n" -msgstr "" -"Un programme de création d'étiquettes et de cartes de visite pour GNOME.\n" -" \n" -"Ce programme est un logiciel libre ; vous pouvez le redistribuer et/ou le " -"modifier conformément aux dispositions de la Licence Publique Générale GNU, " -"telle que publiée par la Free Software Foundation ; version 2 de la licence, " -"ou encore (à votre choix) toute version ultérieure.\n" -" \n" -"Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE " -"GARANTIE ; sans même la garantie implicite de COMMERCIALISATION ou " -"D'ADAPTATION A UN OBJET PARTICULIER. Pour plus de détail, voir la Licence " -"Publique Générale GNU.\n" +# src/item_barcode.c:362 src/item_barcode.c:365 src/item_box.c:291 +# src/item_ellipse.c:296 src/item_image.c:315 src/item_line.c:289 +# src/item_text.c:487 src/item_text.c:490 +# src/item_barcode.c:368 src/item_barcode.c:371 src/item_box.c:291 +# src/item_ellipse.c:296 src/item_image.c:315 src/item_line.c:289 +# src/item_text.c:487 src/item_text.c:490 +# src/item_barcode.c:345 src/item_barcode.c:348 src/item_box.c:275 +# src/item_ellipse.c:277 src/item_image.c:318 src/item_line.c:274 +# src/item_text.c:500 src/item_text.c:503 +# src/item_barcode.c:345 src/item_barcode.c:348 src/item_box.c:275 +# src/item_ellipse.c:277 src/item_image.c:318 src/item_line.c:274 +# src/item_text.c:500 src/item_text.c:503 +#. ------ Position Frame ------ +#: src/item_text.c:500 src/item_text.c:503 src/item_line.c:274 +#: src/item_box.c:275 src/item_ellipse.c:277 src/item_image.c:318 +#: src/item_barcode.c:345 src/item_barcode.c:348 +msgid "Position" +msgstr "Position" -# src/print_copies.c:221 +# src/item_line.c:258 +# src/item_line.c:258 +# src/item_line.c:243 +# src/item_line.c:243 +#: src/item_line.c:243 +msgid "Edit line object properties" +msgstr "Editer les propriétés de l'objet ligne..." +# src/item_line.c:271 +# src/item_line.c:271 +# src/item_line.c:256 src/menu.c:106 +# src/item_line.c:256 src/menu.c:106 +#. ------ Begin Line box ------ +#: src/item_line.c:256 src/menu.c:106 +msgid "Line" +msgstr "Ligne" - -# src/print_copies.c:221 - - - -# src/print_copies.c:199 - -# src/print_copies.c:198 -#: src/commands.c:371 -#, fuzzy -msgid "Author:" -msgstr "à :" - -#: src/commands.c:374 -msgid "See the file AUTHORS for additional acknowledgments," -msgstr "" - -#: src/commands.c:375 -msgid "or visit http://snaught.com/glabels" -msgstr "" - -# src/print_copies.c:210 - - - -# src/print_copies.c:210 - - - -# src/print_copies.c:188 - -# src/print_copies.c:187 -#: src/commands.c:397 -#, fuzzy -msgid "glabels" -msgstr "Etiquettes" - -# src/file.c:59 - - - -# src/file.c:59 - - - -# src/file.c:72 - -# src/file.c:72 -#: src/file.c:82 -msgid "New Label or Card" -msgstr "Nouvelle étiquette ou carte" - -# src/file.c:87 - - - -# src/file.c:87 - - - -# src/file.c:98 - -# src/file.c:98 -#: src/file.c:109 -msgid "Media Type" -msgstr "Type de média" - -# src/file.c:98 - - - -# src/file.c:98 - - - -# src/file.c:109 - -# src/file.c:109 -#: src/file.c:119 -msgid "Label orientation" -msgstr "Orientation de l'étiquette" - -# src/file.c:178 - - - -# src/file.c:178 - - - -# src/file.c:211 - -# src/file.c:211 -#: src/file.c:248 -msgid "Open" -msgstr "Ouvrir" - -# src/file.c:183 - - - -# src/file.c:183 - - - -# src/file.c:213 - -# src/file.c:213 -#: src/file.c:250 -msgid "Open label" -msgstr "Ouvrir une étiquette" - -# src/file.c:214 - - - -# src/file.c:214 - - - -# src/file.c:249 - -# src/file.c:249 -#: src/file.c:338 -#, fuzzy, c-format -msgid "Cannot open file '%s'" -msgstr "Impossible d'ouvrir le fichier" - -# src/file.c:330 src/mdi.c:740 - - - -# src/file.c:330 src/mdi.c:746 - - - -# src/file.c:374 src/mdi.c:705 - -# src/file.c:374 src/mdi.c:705 -#: src/file.c:429 -#, fuzzy, c-format -msgid "Error saving file '%s'" -msgstr "Erreur d'écriture du fichier" - -# src/file.c:278 - - - -# src/file.c:278 - - - -# src/file.c:316 - -# src/file.c:316 -#: src/file.c:468 -msgid "Save label as" -msgstr "Enregistrer l'étiquette sous" - -# src/file.c:319 src/mdi.c:729 - - - -# src/file.c:319 src/mdi.c:735 - - - -# src/file.c:362 src/mdi.c:693 - -# src/file.c:362 src/mdi.c:693 -#: src/file.c:550 -msgid "Must supply file name" -msgstr "Vous devez donner un nom de fichier" - -# src/file.c:330 src/mdi.c:740 - - - -# src/file.c:330 src/mdi.c:746 - - - -# src/file.c:374 src/mdi.c:705 - -# src/file.c:374 src/mdi.c:705 -#: src/file.c:569 -#, fuzzy, c-format -msgid "Error writing file '%s'" -msgstr "Erreur d'écriture du fichier" - -# src/print.c:171 - - - -# src/prefs.c:463 src/prefs.c:470 src/prop_line.c:202 - - - -# src/prefs.c:445 src/prefs.c:452 src/prop_line.c:183 - -# src/prefs.c:448 src/prefs.c:455 src/prop_line.c:183 -#. Should not happen -#: src/prefs.c:625 src/prefs.c:632 src/wdgt-line.c:186 -msgid "points" -msgstr "points" - +# src/item_box.c:288 src/item_ellipse.c:293 src/item_image.c:312 +# src/item_line.c:286 +# src/item_box.c:288 src/item_ellipse.c:293 src/item_image.c:312 +# src/item_line.c:286 +# src/item_box.c:272 src/item_ellipse.c:274 src/item_image.c:315 # src/item_line.c:271 +# src/item_box.c:272 src/item_ellipse.c:274 src/item_image.c:315 +# src/item_line.c:271 +#: src/item_line.c:271 src/item_box.c:272 src/item_ellipse.c:274 +#: src/item_image.c:315 +msgid "Position/Size" +msgstr "Position/Taille" +# src/item_box.c:302 src/item_ellipse.c:307 src/item_image.c:326 +# src/item_line.c:300 +# src/item_box.c:302 src/item_ellipse.c:307 src/item_image.c:326 +# src/item_line.c:300 +# src/item_box.c:286 src/item_ellipse.c:288 src/item_image.c:329 +# src/item_line.c:285 +# src/item_box.c:286 src/item_ellipse.c:288 src/item_image.c:329 +# src/item_line.c:285 +#. ------ Size Frame ------ +#: src/item_line.c:285 src/item_box.c:286 src/item_ellipse.c:288 +#: src/item_image.c:329 +msgid "Size" +msgstr "Taille" +# src/item_box.c:251 +# src/item_box.c:251 +# src/item_box.c:235 +# src/item_box.c:235 +#: src/item_box.c:235 +msgid "Edit box object properties" +msgstr "Editer les propriétés de l'objet boîte..." -# src/prefs.c:465 - - - -# src/prefs.c:447 - -# src/prefs.c:450 -#: src/prefs.c:627 -msgid "inches" -msgstr "pouces" - -# src/prefs.c:467 - - - -# src/prefs.c:449 - -# src/prefs.c:452 -#: src/prefs.c:629 -msgid "mm" -msgstr "mm" - -# src/prop_bc.c:189 - - - -# src/prop_bc.c:187 - - - -# src/prop_bc.c:168 - -# src/prop_bc.c:168 -#: src/prefs-dialog.c:220 -#, fuzzy -msgid "Locale" -msgstr "Echelle :" +# src/item_box.c:264 src/item_ellipse.c:269 +# src/item_box.c:264 src/item_ellipse.c:269 +# src/item_box.c:248 src/item_ellipse.c:250 +# src/item_box.c:248 src/item_ellipse.c:250 +#. ------ Line box ------ +#: src/item_box.c:248 src/item_ellipse.c:250 +msgid "Outline" +msgstr "Bordure" -#: src/prefs-dialog.c:224 -msgid "Object defaults" -msgstr "" - -# src/preferences.c:92 - - - -# src/prefs.c:101 - - - -# src/prefs.c:92 - -# src/prefs.c:86 -#: src/prefs-dialog.c:232 -#, fuzzy -msgid "Preferences" -msgstr "Glabels : Préférences" - -#: src/prefs-dialog.c:272 -msgid "Select locale specific behavior." -msgstr "" - -# src/prefs.c:248 - - - -# src/prefs.c:226 - -# src/prefs.c:220 -#. ----- Display Units Frame ------------------------------------ -#: src/prefs-dialog.c:279 -msgid "Display units" -msgstr "Unités d'affichage" - -# src/print.c:149 - - - -# src/prefs.c:259 - - - -# src/prefs.c:237 - -# src/prefs.c:231 -#: src/prefs-dialog.c:289 -msgid "Points" -msgstr "Points" - -# src/prefs.c:265 - - - -# src/prefs.c:243 - -# src/prefs.c:237 -#: src/prefs-dialog.c:296 -msgid "Inches" -msgstr "Pouces" - -# src/prefs.c:271 - - - -# src/prefs.c:250 - -# src/prefs.c:244 -#: src/prefs-dialog.c:303 -msgid "Millimeters" -msgstr "Milimètres" - -# src/item_image.c:341 - - - -# src/prefs.c:278 - - - -# src/prefs.c:255 - -# src/prefs.c:249 -#. ----- Page Size Frame ------------------------------------ -#: src/prefs-dialog.c:310 -msgid "Default page size" -msgstr "Taille de page par défaut" - -#: src/prefs-dialog.c:364 -msgid "Select default properties for new objects." -msgstr "" - -# src/item_line.c:271 - - - -# src/item_line.c:271 - - - -# src/item_line.c:256 src/menu.c:106 - -# src/item_line.c:256 src/menu.c:106 -#. ------ Line box ------ -#: src/prefs-dialog.c:377 -msgid "Line" -msgstr "Ligne" - -# src/item_box.c:274 src/item_ellipse.c:279 - - - -# src/item_box.c:274 src/item_ellipse.c:279 - - - -# src/item_box.c:258 src/item_ellipse.c:260 - -# src/item_box.c:258 src/item_ellipse.c:260 -#. ------ Fill box ------ -#: src/prefs-dialog.c:382 src/view-box.c:325 src/view-ellipse.c:325 -msgid "Fill" -msgstr "Remplissage" - -# src/display.c:1157 src/display.c:1205 - - - -# src/display.c:1160 src/display.c:1208 - - - -# src/display.c:1171 src/display.c:1219 - -# src/display.c:1186 src/display.c:1234 -#: src/view-object.c:406 src/view.c:1520 -msgid "Delete" -msgstr "Supprimer" - -# src/display.c:1167 src/display.c:1215 - - - -# src/display.c:1170 src/display.c:1218 - - - -# src/display.c:1181 src/display.c:1229 - -# src/display.c:1196 src/display.c:1244 -#: src/view-object.c:416 src/view.c:1530 -msgid "Bring to front" -msgstr "Avancer au premier plan" - -# src/display.c:1173 src/display.c:1221 - - - -# src/display.c:1176 src/display.c:1224 - - - -# src/display.c:1187 src/display.c:1235 - -# src/display.c:1202 src/display.c:1250 -#: src/view-object.c:423 src/view.c:1536 -msgid "Send to back" -msgstr "Reculer à l'arrière-plan" - -# src/display.c:1194 - - - -# src/display.c:1197 - - - -# src/display.c:1208 - -# src/display.c:1223 -#: src/view-object.c:395 -msgid "Edit properties..." -msgstr "Editer les propriétés..." - -# src/item_box.c:251 - - - -# src/item_box.c:251 - - - -# src/item_box.c:235 - -# src/item_box.c:235 -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-box.c:293 -msgid "Edit box object properties" -msgstr "Editer les propriétés de l'objet boîte..." - -# src/item_barcode.c:334 src/item_box.c:261 src/item_ellipse.c:266 - - - -# src/item_line.c:268 src/item_text.c:464 - - - -# src/item_barcode.c:340 src/item_box.c:261 src/item_ellipse.c:266 - - - -# src/item_line.c:268 src/item_text.c:464 - - - -# src/item_barcode.c:317 src/item_box.c:245 src/item_ellipse.c:247 - -# src/item_line.c:253 src/item_text.c:479 - -# src/item_barcode.c:317 src/item_box.c:245 src/item_ellipse.c:247 -# src/item_line.c:253 src/item_text.c:479 -#: src/view-barcode.c:313 src/view-box.c:312 src/view-ellipse.c:312 -#: src/view-line.c:309 src/view-text.c:311 -msgid "Appearance" -msgstr "Apparence" - -# src/item_box.c:264 src/item_ellipse.c:269 - - - -# src/item_box.c:264 src/item_ellipse.c:269 - - - -# src/item_box.c:248 src/item_ellipse.c:250 - -# src/item_box.c:248 src/item_ellipse.c:250 -#. ------ Line box ------ -#: src/view-box.c:315 src/view-ellipse.c:315 src/view-line.c:312 -msgid "Outline" -msgstr "Bordure" - -# src/item_box.c:288 src/item_ellipse.c:293 src/item_image.c:312 - - - -# src/item_line.c:286 - - - -# src/item_box.c:288 src/item_ellipse.c:293 src/item_image.c:312 - - - -# src/item_line.c:286 - - - -# src/item_box.c:272 src/item_ellipse.c:274 src/item_image.c:315 - -# src/item_line.c:271 - -# src/item_box.c:272 src/item_ellipse.c:274 src/item_image.c:315 -# src/item_line.c:271 -#: src/view-box.c:340 src/view-ellipse.c:340 src/view-image.c:337 -#: src/view-line.c:328 -msgid "Position/Size" -msgstr "Position/Taille" - -# src/item_barcode.c:362 src/item_barcode.c:365 src/item_box.c:291 - - - -# src/item_ellipse.c:296 src/item_image.c:315 src/item_line.c:289 - - - -# src/item_text.c:487 src/item_text.c:490 - - - -# src/item_barcode.c:368 src/item_barcode.c:371 src/item_box.c:291 - - - -# src/item_ellipse.c:296 src/item_image.c:315 src/item_line.c:289 - - - -# src/item_text.c:487 src/item_text.c:490 - - - -# src/item_barcode.c:345 src/item_barcode.c:348 src/item_box.c:275 - -# src/item_ellipse.c:277 src/item_image.c:318 src/item_line.c:274 - -# src/item_text.c:500 src/item_text.c:503 - -# src/item_barcode.c:345 src/item_barcode.c:348 src/item_box.c:275 -# src/item_ellipse.c:277 src/item_image.c:318 src/item_line.c:274 -# src/item_text.c:500 src/item_text.c:503 -#. ------ Position Frame ------ -#: src/view-barcode.c:345 src/view-barcode.c:349 src/view-box.c:343 -#: src/view-ellipse.c:343 src/view-image.c:340 src/view-line.c:331 -#: src/view-text.c:334 src/view-text.c:338 -msgid "Position" -msgstr "Position" - -# src/item_box.c:302 src/item_ellipse.c:307 src/item_image.c:326 - - - -# src/item_line.c:300 - - - -# src/item_box.c:302 src/item_ellipse.c:307 src/item_image.c:326 - - - -# src/item_line.c:300 - - - -# src/item_box.c:286 src/item_ellipse.c:288 src/item_image.c:329 - -# src/item_line.c:285 - -# src/item_box.c:286 src/item_ellipse.c:288 src/item_image.c:329 -# src/item_line.c:285 -#. ------ Size Frame ------ -#: src/view-box.c:354 src/view-ellipse.c:356 src/view-image.c:353 -#: src/view-line.c:344 -msgid "Size" -msgstr "Taille" - -# src/item_ellipse.c:256 - - - -# src/item_ellipse.c:256 - - - -# src/item_ellipse.c:237 - -# src/item_ellipse.c:237 -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-ellipse.c:293 -msgid "Edit ellipse object properties" -msgstr "Editer les propriétés de l'objet ellipse..." - -# src/item_line.c:258 - - - -# src/item_line.c:258 - - - -# src/item_line.c:243 - -# src/item_line.c:243 -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-line.c:290 -msgid "Edit line object properties" -msgstr "Editer les propriétés de l'objet ligne..." - -# src/item_image.c:272 - - - -# src/item_image.c:272 - - - -# src/item_image.c:257 - -# src/item_image.c:257 -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-image.c:281 -msgid "Edit image object properties" -msgstr "Editer les propriétés de l'objet image..." - -# src/item_image.c:283 - - - -# src/item_image.c:283 - - - -# src/item_image.c:268 src/menu.c:113 - -# src/item_image.c:268 src/menu.c:113 -#: src/view-image.c:300 -msgid "Image" -msgstr "Image" - -# src/item_image.c:341 - - - -# src/item_image.c:340 - - - -# src/item_image.c:342 - -# src/item_image.c:342 -#. ------ Size Reset Button ------ -#: src/view-image.c:364 -msgid "Reset image size" -msgstr "Restaurer la taille d'image" - -# src/item_text.c:432 - - - -# src/item_text.c:432 - - - -# src/item_text.c:450 - -# src/item_text.c:450 -#: src/view-text.c:265 -msgid "Edit text object properties" -msgstr "Editer les propriétés de l'objet texte..." - -# src/item_text.c:442 src/item_text.c:627 - - - -# src/item_text.c:442 src/item_text.c:627 - - - -# src/item_text.c:460 src/item_text.c:464 src/item_text.c:637 src/menu.c:100 - -# src/item_text.c:460 src/item_text.c:464 src/item_text.c:637 src/menu.c:100 -#: src/view-text.c:285 src/view-text.c:605 -msgid "Text" -msgstr "Texte" - -# src/item_barcode.c:299 - - - -# src/item_barcode.c:299 - - - -# src/item_barcode.c:287 - -# src/item_barcode.c:287 -#: src/view-barcode.c:267 -msgid "Edit barcode object properties" -msgstr "Editer les propriétés de l'objet code-barre..." - -# src/item_barcode.c:309 - - - -# src/item_barcode.c:308 - - - -# src/item_barcode.c:297 - -# src/item_barcode.c:297 -#: src/view-barcode.c:287 -msgid "Data" -msgstr "Données" - -# src/item_barcode.c:316 - - - -# src/item_barcode.c:317 - - - -# src/item_barcode.c:299 - -# src/item_barcode.c:299 -#: src/view-barcode.c:292 -msgid "Barcode data" -msgstr "Données de code-barre" - -# src/item_text.c:467 - - - -# src/item_text.c:467 - - - -# src/item_text.c:482 - -# src/item_text.c:482 -#: src/view-barcode.c:318 -#, fuzzy -msgid "Barcode Properties" -msgstr "Propriétés du texte" - -# src/item_barcode.c:347 - - - -# src/item_barcode.c:353 - - - -# src/item_barcode.c:330 - -# src/item_barcode.c:330 -#. ------ Barcode Style Frame ------ -#: src/view-barcode.c:328 -msgid "Style" -msgstr "Style" - -# src/item_barcode.c:564 src/item_barcode.c:588 src/print.c:641 - - - -# src/item_barcode.c:570 src/item_barcode.c:594 src/print.c:641 - - - -# src/item_barcode.c:549 src/item_barcode.c:572 src/print.c:799 - -# src/item_barcode.c:549 src/item_barcode.c:572 src/print.c:600 -#: src/print.c:814 src/view-barcode.c:758 -msgid "Invalid barcode" -msgstr "Code-barre invalide" - -# src/item_box.c:251 - - - -# src/item_box.c:251 - - - -# src/merge_properties.c:82 - -# src/merge_properties.c:82 -#: src/merge-properties.c:84 -msgid "Edit document-merge properties" -msgstr "Editer les propriétés de fusion de document" - -# src/merge_properties.c:131 - -# src/merge_properties.c:131 -#: src/merge-properties.c:130 -msgid "Source" -msgstr "Source" - -# src/prop_text.c:214 - - - -# src/prop_text.c:199 - - - -# src/merge_properties.c:143 - -# src/merge_properties.c:143 -#: src/merge-properties.c:142 -msgid "Format:" -msgstr "Format :" - -# src/merge_properties.c:158 - -# src/merge_properties.c:158 -#: src/merge-properties.c:157 -msgid "Location:" -msgstr "Emplacement :" - -# src/item_box.c:274 src/item_ellipse.c:279 - - - -# src/item_box.c:274 src/item_ellipse.c:279 - - - -# src/merge_properties.c:168 - -# src/merge_properties.c:168 -#: src/merge-properties.c:167 -msgid "Fields" -msgstr "Champs" - -# src/print.c:149 - - - -# src/print.c:149 - - - -# src/print.c:141 - -# src/print_dialog.c:99 -#. ----- Contstruct basic print dialog with notebook ----- -#: src/print-dialog.c:102 -msgid "Print" -msgstr "Imprimer" - -#: src/print-dialog.c:124 -msgid "_Job" -msgstr "" - -# src/print.c:149 - - - -# src/print.c:149 - - - -# src/print.c:141 - -# src/print_dialog.c:99 -#: src/print-dialog.c:129 -#, fuzzy -msgid "P_rinter" -msgstr "Imprimer" - -# src/print.c:153 - - - -# src/print.c:153 - - - -# src/print.c:146 - -# src/print_dialog.c:104 -#. ----------- Add simple-copies widget ------------ -#: src/print-dialog.c:158 -msgid "Copies" -msgstr "Copies" - -# src/print.c:164 - -# src/print_dialog.c:121 -#. ------- Otherwise add merge control widget ------------ -#: src/print-dialog.c:174 -msgid "Document merge control" -msgstr "Contrôle de la fusion de document" - -# src/print.c:171 - - - -# src/print.c:171 - - - -# src/print.c:186 - -# src/print_dialog.c:141 -#. ----------- Add custom print options area ------------ -#: src/print-dialog.c:195 -msgid "Options" -msgstr "Options" - -# src/print.c:235 - - - -# src/print.c:235 - - - -# src/print.c:283 src/print.c:348 - -# src/print_dialog.c:241 src/print_dialog.c:280 -#: src/print-dialog.c:345 src/print-dialog.c:384 -msgid "Print preview" -msgstr "Aperçu avant impression" - -#: src/label.c:535 -#, c-format -msgid "%s %d" -msgstr "" - -#: src/label.c:535 -msgid "Untitled" -msgstr "" - -# src/template.c:179 - - - -# src/template.c:178 - -# src/template.c:223 -#: src/template.c:346 -msgid "No template files found!" -msgstr "Aucun fichier de patron trouvé !" - -# src/label.c:186 src/label.c:211 - - - -# src/label.c:186 src/label.c:211 - - - -# src/label.c:170 src/label.c:194 - -# src/label.c:168 src/label.c:192 -#: src/xml-label.c:108 src/xml-label.c:139 -msgid "xmlParseFile error" -msgstr "erreur xmlParseFile" - -# src/label.c:243 - - - -# src/label.c:244 - - - -# src/label.c:225 - -# src/label.c:223 -#: src/xml-label.c:174 -msgid "No document root" -msgstr "Pas de racine de document" - -#: src/xml-label.c:186 -msgid "Importing from glabels 0.1 format" -msgstr "" - -#: src/xml-label.c:194 -msgid "Importing from glabels 0.4 format" -msgstr "" - -# src/label.c:248 - - - -# src/label.c:249 - - - -# src/label.c:236 - -# src/label.c:234 -#: src/xml-label.c:198 -#, fuzzy -msgid "bad document, unknown glabels Namespace" -msgstr "document de type erroné, aucun espace de noms glabels trouvé" - -# src/label.c:253 - - - -# src/label.c:254 - - - -# src/label.c:241 - -# src/label.c:239 -#: src/xml-label.c:226 -#, c-format -msgid "Bad root node = \"%s\"" -msgstr "Mauvais noeud racine = \"%s\"" - -# src/label.c:298 - - - -# src/label.c:301 - - - -# src/label.c:294 - -# src/label.c:290 -#: src/xml-label.c:249 src/xml-label.c:281 -#, c-format -msgid "bad node = \"%s\"" -msgstr "mauvais noeud = \"%s\"" - -# src/label.c:487 - - - -# src/label.c:493 - - - -# src/label.c:589 - -# src/label.c:587 -#: src/xml-label.c:656 -msgid "Problem saving xml file." -msgstr "Problème de sauvegarde du fichier xml." - -# src/merge.c:80 - -# src/merge.c:78 -#: src/merge.c:80 -msgid "None" -msgstr "Aucun" - -# src/merge.c:89 - -# src/merge.c:86 -#: src/merge.c:88 -msgid "Text with tab separators" -msgstr "Texte avec séparateurs de tabulation" - -# src/merge.c:98 - -# src/merge.c:94 -#: src/merge.c:96 -msgid "Text with comma separators" -msgstr "Texte séparé par des virgules" - -# src/merge.c:107 - -# src/merge.c:102 -#: src/merge.c:104 -msgid "Text with colon separators" -msgstr "Texte séparé par des deux-points" - -# src/merge_ui.c:207 src/merge_ui.c:242 src/merge_ui.c:387 src/merge_ui.c:428 - -# src/merge_ui.c:207 src/merge_ui.c:242 src/merge_ui.c:387 src/merge_ui.c:428 -#: src/merge-ui.c:223 src/merge-ui.c:265 src/merge-ui.c:435 src/merge-ui.c:483 -msgid "N/A" -msgstr "Non défini" - -# src/merge_ui_text.c:170 - -# src/merge_ui_text.c:170 -#: src/merge-ui-text.c:172 -msgid "Select merge-database source" -msgstr "Sélection de la base de données source de la fusion" - -# src/merge_ui_text.c:330 - -# src/merge_ui_text.c:330 -#: src/merge-ui-text.c:330 -msgid "Column" -msgstr "Colonne" - -# src/merge_ui_text.c:334 - -# src/merge_ui_text.c:334 -#: src/merge-ui-text.c:334 -msgid "Custom field key" -msgstr "Clé de champ spécifique" - -# src/merge_ui_text.c:338 - -# src/merge_ui_text.c:338 -#: src/merge-ui-text.c:338 -msgid "Sample data" -msgstr "Exemple de données" - -# src/prop_text.c:214 - - - -# src/prop_text.c:199 - - - -# src/prop_text.c:181 - -# src/prop_text.c:181 -#. Font label -#: src/wdgt-text-props.c:184 -msgid "Font:" -msgstr "Police :" - -# src/prop_bc.c:204 src/prop_fill.c:186 src/prop_line.c:203 - - - -# src/prop_text.c:263 - - - -# src/prop_bc.c:210 src/prop_fill.c:184 src/prop_line.c:209 - - - -# src/prop_text.c:247 - - - -# src/prop_bc.c:188 src/prop_fill.c:166 src/prop_line.c:189 - -# src/prop_text.c:234 - -# src/prop_bc.c:188 src/prop_fill.c:166 src/prop_line.c:189 -# src/prop_text.c:234 -#. Text Color Label -#: src/wdgt-bc-props.c:190 src/wdgt-fill.c:169 src/wdgt-line.c:192 -#: src/wdgt-text-props.c:237 -msgid "Color:" -msgstr "Couleur :" - -# src/prop_text.c:277 - - - -# src/prop_text.c:264 - - - -# src/prop_text.c:248 - -# src/prop_text.c:248 -#. Alignment label -#: src/wdgt-text-props.c:251 -msgid "Alignment:" -msgstr "Alignement :" - -# src/prop_bc_data.c:196 src/prop_text_entry.c:180 - -# src/prop_bc_data.c:196 src/prop_text_entry.c:180 -#. Insert merge field label -#: src/wdgt-bc-data.c:199 src/wdgt-text-entry.c:201 -msgid "Key:" -msgstr "Clé :" - -# src/prop_text_entry.c:196 - -# src/prop_text_entry.c:196 -#: src/wdgt-text-entry.c:217 -msgid "Insert merge field" -msgstr "Insérer champ de fusion" - -# src/prop_position.c:192 - - - -# src/prop_position.c:173 - -# src/prop_position.c:173 -#. X label -#: src/wdgt-position.c:182 -msgid "X:" -msgstr "X :" - -# src/prop_position.c:212 - - - -# src/prop_position.c:191 - -# src/prop_position.c:191 -#. Y label -#: src/wdgt-position.c:200 -msgid "Y:" -msgstr "Y :" - -# src/prop_line.c:188 - - - -# src/prop_line.c:187 src/prop_size.c:202 - - - -# src/prop_line.c:169 src/prop_size.c:182 - -# src/prop_line.c:169 src/prop_size.c:182 -#. W Label -#: src/wdgt-line.c:172 src/wdgt-size.c:184 -msgid "Width:" -msgstr "Largeur :" - -# src/prop_size.c:220 - - - -# src/prop_size.c:198 - -# src/prop_size.c:198 -#. H label -#: src/wdgt-size.c:200 -msgid "Height:" -msgstr "Hauteur :" - -# src/prop_size.c:215 - - - -# src/prop_size.c:247 - - - -# src/prop_size.c:222 - -# src/prop_size.c:222 -#: src/wdgt-size.c:224 -msgid "Maintain current aspect ratio" -msgstr "Conserver le rapport d'échelle actuel" - -# src/prop_vector.c:196 - - - -# src/prop_vector.c:202 - - - -# src/prop_vector.c:183 - -# src/prop_vector.c:183 -#. Length label -#: src/wdgt-vector.c:186 -msgid "Length:" -msgstr "Longueur :" - -# src/prop_vector.c:207 - - - -# src/prop_vector.c:228 - - - -# src/prop_vector.c:207 - -# src/prop_vector.c:207 -#. Angle label -#: src/wdgt-vector.c:210 -msgid "Angle:" -msgstr "Angle :" - -# src/prop_vector.c:245 - - - -# src/prop_vector.c:224 - -# src/prop_vector.c:224 -#. Angle units label -#: src/wdgt-vector.c:227 -msgid "degrees" -msgstr "degrés" - -# src/prop_bc.c:189 - - - -# src/prop_bc.c:187 - - - -# src/prop_bc.c:168 - -# src/prop_bc.c:168 -#. Scale Label -#: src/wdgt-bc-props.c:170 -msgid "Scale:" -msgstr "Echelle :" - -# src/prop_bc.c:202 - - - -# src/prop_bc.c:182 - -# src/prop_bc.c:182 -#. % Label -#: src/wdgt-bc-props.c:184 -#, c-format -msgid "%" -msgstr "%" - -# src/prop_bc_style.c:328 - - - -# src/prop_bc_style.c:328 - - - -# src/prop_bc_style.c:313 - -# src/prop_bc_style.c:313 -#: src/wdgt-bc-style.c:316 -msgid "Show text with barcode" -msgstr "Afficher du texte avec le code-barre" - -# src/prop_bc_data.c:176 - -# src/prop_bc_data.c:176 -#: src/wdgt-bc-data.c:179 -msgid "Literal:" -msgstr "Littéral :" - -# src/print_copies.c:193 - - - -# src/print_copies.c:193 - - - -# src/print_copies.c:171 - -# src/print_copies.c:170 -#: src/wdgt-print-copies.c:178 -msgid "Sheets:" -msgstr "Feuilles :" - -# src/print_copies.c:210 - - - -# src/print_copies.c:210 - - - -# src/print_copies.c:188 - -# src/print_copies.c:187 -#: src/wdgt-print-copies.c:195 -msgid "Labels" -msgstr "Etiquettes" - -# src/print_copies.c:213 - - - -# src/print_copies.c:213 - - - -# src/print_copies.c:191 - -# src/print_copies.c:190 -#: src/wdgt-print-copies.c:198 -msgid "from:" -msgstr "de :" - -# src/print_copies.c:221 - - - -# src/print_copies.c:221 - - - -# src/print_copies.c:199 - -# src/print_copies.c:198 -#: src/wdgt-print-copies.c:206 -msgid "to:" -msgstr "à :" - -# src/print_copies_merge.c:197 - -# src/print_merge.c:170 -#: src/wdgt-print-merge.c:177 -msgid "Start on label" -msgstr "Commencer par l'étiquette" - -# src/print_copies_merge.c:206 - -# src/print_merge.c:179 -#: src/wdgt-print-merge.c:186 -msgid "on 1st sheet" -msgstr "en 1ère page" - -# src/rotate_select.c:187 - - - -# src/rotate_select.c:187 - - - -# src/print_copies_merge.c:186 - -# src/print_merge.c:188 -#: src/wdgt-print-merge.c:197 -msgid "Collate" -msgstr "Assembler" - -# src/print.c:153 - - - -# src/print.c:153 - - - -# src/print_copies_merge.c:173 - -# src/print_merge.c:195 -#: src/wdgt-print-merge.c:204 -msgid "Copies:" -msgstr "Copies :" - -# src/media_select.c:216 - - - -# src/media_select.c:242 - - - -# src/media_select.c:222 - -# src/media_select.c:222 -#: src/wdgt-media-select.c:252 -msgid "Description:" -msgstr "Description :" - -# src/media_select.c:221 - - - -# src/media_select.c:247 - - - -# src/media_select.c:227 - -# src/media_select.c:227 -#: src/wdgt-media-select.c:257 -msgid "Page size:" -msgstr "Taille de page :" - -# src/media_select.c:226 - - - -# src/media_select.c:252 - - - -# src/media_select.c:232 - -# src/media_select.c:232 -#: src/wdgt-media-select.c:262 -msgid "Label size:" -msgstr "Taille d'étiquette :" - -# src/media_select.c:231 - - - -# src/media_select.c:257 - - - -# src/media_select.c:237 - -# src/media_select.c:237 -#: src/wdgt-media-select.c:267 -msgid "Layout:" -msgstr "Disposition :" - -# src/media_select.c:515 - - - -# src/media_select.c:481 - -# src/media_select.c:353 -#: src/wdgt-media-select.c:408 -#, c-format -msgid "%d x %d (%d per sheet)" -msgstr "%d x %d (%d par feuille)" - -# src/media_select.c:522 - - - -# src/media_select.c:488 - -# src/media_select.c:367 -#: src/wdgt-media-select.c:422 -#, c-format -msgid "%s x %s %s" -msgstr "%s x %s %s" - -# src/media_select.c:522 - - - -# src/media_select.c:488 - -# src/media_select.c:372 -#: src/wdgt-media-select.c:427 -#, c-format -msgid "%.5g x %.5g %s" -msgstr "%.5g x %.5g %s" - -# src/rotate_select.c:187 - - - -# src/rotate_select.c:187 - - - -# src/rotate_select.c:167 - -# src/rotate_select.c:169 -#: src/wdgt-rotate-label.c:176 -msgid "Rotate" -msgstr "Rotation" - -#: src/bonobo-mdi.c:522 src/bonobo-mdi.c:612 src/bonobo-mdi.c:1850 -#, c-format -msgid "Activate %s" -msgstr "" - -# src/file.c:178 - - - -# src/file.c:178 - - - -# src/file.c:211 - -# src/file.c:211 -#: src/gnome-recent-view-bonobo.c:189 -#, fuzzy, c-format -msgid "Open %s" -msgstr "Ouvrir" - -# src/mdi.c:190 - - - -# src/mdi.c:189 - - - -# src/mdi.c:169 - -# src/mdi.c:169 -#~ msgid "Revert to saved copy of %s?" -#~ msgstr "Rétablir la version sauvegardée de %s ?" - -# src/mdi.c:219 - - - -# src/mdi.c:207 - -# src/mdi.c:207 -#~ msgid "Unknown media type. Using default." -#~ msgstr "Type de media inconnu. Utilisation de celui par défaut." - -# src/mdi.c:477 - - - -# src/mdi.c:483 - - - -# src/mdi.c:455 - -# src/mdi.c:455 -#~ msgid "" -#~ "``%s'' has been modified.\n" -#~ "\n" -#~ "Do you wish to save it?" -#~ msgstr "" -#~ "``%s'' a été modifié \n" -#~ "\n" -#~ "Voulez-vous l'enregistrer ?" - -# src/file.c:248 src/mdi.c:635 +# src/item_box.c:274 src/item_ellipse.c:279 +# src/item_box.c:274 src/item_ellipse.c:279 +# src/item_box.c:258 src/item_ellipse.c:260 +# src/item_box.c:258 src/item_ellipse.c:260 +#. ------ Fill box ------ +#: src/item_box.c:258 src/item_ellipse.c:260 +msgid "Fill" +msgstr "Remplissage" +# src/item_ellipse.c:256 +# src/item_ellipse.c:256 +# src/item_ellipse.c:237 +# src/item_ellipse.c:237 +#: src/item_ellipse.c:237 +msgid "Edit ellipse object properties" +msgstr "Editer les propriétés de l'objet ellipse..." +# src/item_image.c:272 +# src/item_image.c:272 +# src/item_image.c:257 +# src/item_image.c:257 +#: src/item_image.c:257 +msgid "Edit image object properties" +msgstr "Editer les propriétés de l'objet image..." -# src/file.c:248 src/mdi.c:641 +# src/item_image.c:283 +# src/item_image.c:283 +# src/item_image.c:268 src/menu.c:113 +# src/item_image.c:268 src/menu.c:113 +#: src/item_image.c:268 src/menu.c:113 +msgid "Image" +msgstr "Image" +# src/item_image.c:341 +# src/item_image.c:340 +# src/item_image.c:342 +# src/item_image.c:342 +#. ------ Size Reset Button ------ +#: src/item_image.c:342 +msgid "Reset image size" +msgstr "Restaurer la taille d'image" +# src/item_image.c:389 src/item_image.c:444 +# src/item_image.c:388 src/item_image.c:442 +# src/item_image.c:389 src/item_image.c:454 +# src/item_image.c:389 src/item_image.c:454 +#: src/item_image.c:389 src/item_image.c:454 +msgid "Image format not currently supported" +msgstr "Format d'image non supporté actuellement" -# src/file.c:288 src/mdi.c:601 +# src/item_barcode.c:299 +# src/item_barcode.c:299 +# src/item_barcode.c:287 +# src/item_barcode.c:287 +#: src/item_barcode.c:287 +msgid "Edit barcode object properties" +msgstr "Editer les propriétés de l'objet code-barre..." -# src/file.c:288 src/mdi.c:601 -#~ msgid "Cannot save file" -#~ msgstr "Impossible d'enregistrer le fichier" +# src/item_barcode.c:309 +# src/item_barcode.c:308 +# src/item_barcode.c:297 +# src/item_barcode.c:297 +#: src/item_barcode.c:297 +msgid "Data" +msgstr "Données" -# src/file.c:271 src/mdi.c:660 +# src/item_barcode.c:316 +# src/item_barcode.c:317 +# src/item_barcode.c:299 +# src/item_barcode.c:299 +#: src/item_barcode.c:299 +msgid "Barcode data" +msgstr "Données de code-barre" +# src/item_barcode.c:337 +# src/item_barcode.c:343 src/prefs.c:243 +# src/item_barcode.c:320 src/prefs.c:221 +# src/item_barcode.c:320 src/prefs.c:215 +#. ------ Begin Barcode Properties Frame ------ +#: src/item_barcode.c:320 src/prefs.c:215 +msgid "General" +msgstr "Général" +# src/item_barcode.c:347 +# src/item_barcode.c:353 +# src/item_barcode.c:330 +# src/item_barcode.c:330 +#. ------ Barcode Style Frame ------ +#: src/item_barcode.c:330 +msgid "Style" +msgstr "Style" -# src/file.c:271 src/mdi.c:666 +# src/item_barcode.c:564 src/item_barcode.c:588 src/print.c:641 +# src/item_barcode.c:570 src/item_barcode.c:594 src/print.c:641 +# src/item_barcode.c:549 src/item_barcode.c:572 src/print.c:799 +# src/item_barcode.c:549 src/item_barcode.c:572 src/print.c:600 +#: src/item_barcode.c:549 src/item_barcode.c:572 src/print.c:631 +msgid "Invalid barcode" +msgstr "Code-barre invalide" +# src/prop_line.c:188 +# src/prop_line.c:187 src/prop_size.c:202 +# src/prop_line.c:169 src/prop_size.c:182 +# src/prop_line.c:169 src/prop_size.c:182 +#. W Label +#: src/prop_size.c:182 src/prop_line.c:169 +msgid "Width:" +msgstr "Largeur :" +# src/prop_size.c:220 +# src/prop_size.c:198 +# src/prop_size.c:198 +#. H label +#: src/prop_size.c:198 +msgid "Height:" +msgstr "Hauteur :" -# src/file.c:311 src/mdi.c:623 +# src/prop_size.c:215 +# src/prop_size.c:247 +# src/prop_size.c:222 +# src/prop_size.c:222 +#: src/prop_size.c:222 +msgid "Maintain current aspect ratio" +msgstr "Conserver le rapport d'échelle actuel" -# src/file.c:311 src/mdi.c:623 -#~ msgid "Save As" -#~ msgstr "Enregistrer sous" +# src/prop_position.c:192 +# src/prop_position.c:173 +# src/prop_position.c:173 +#. X label +#: src/prop_position.c:173 +msgid "X:" +msgstr "X :" -# src/mdi.c:663 +# src/prop_position.c:212 +# src/prop_position.c:191 +# src/prop_position.c:191 +#. Y label +#: src/prop_position.c:191 +msgid "Y:" +msgstr "Y :" +# src/print.c:171 +# src/prefs.c:463 src/prefs.c:470 src/prop_line.c:202 +# src/prefs.c:445 src/prefs.c:452 src/prop_line.c:183 +# src/prefs.c:448 src/prefs.c:455 src/prop_line.c:183 +#. Line Width units +#: src/prop_line.c:183 src/prefs.c:448 src/prefs.c:455 +msgid "points" +msgstr "points" +# src/prop_bc.c:204 src/prop_fill.c:186 src/prop_line.c:203 +# src/prop_text.c:263 +# src/prop_bc.c:210 src/prop_fill.c:184 src/prop_line.c:209 +# src/prop_text.c:247 +# src/prop_bc.c:188 src/prop_fill.c:166 src/prop_line.c:189 +# src/prop_text.c:234 +# src/prop_bc.c:188 src/prop_fill.c:166 src/prop_line.c:189 +# src/prop_text.c:234 +#. Line Color Label +#: src/prop_line.c:189 src/prop_fill.c:166 src/prop_text.c:234 +#: src/prop_bc.c:188 +msgid "Color:" +msgstr "Couleur :" -# src/mdi.c:669 +# src/prop_text.c:214 +# src/prop_text.c:199 +# src/prop_text.c:181 +# src/prop_text.c:181 +#. Font label +#: src/prop_text.c:181 +msgid "Font:" +msgstr "Police :" +# src/prop_text.c:277 +# src/prop_text.c:264 +# src/prop_text.c:248 +# src/prop_text.c:248 +#. Alignment label +#: src/prop_text.c:248 +msgid "Alignment:" +msgstr "Alignement :" +# src/prop_bc_data.c:196 src/prop_text_entry.c:180 +# src/prop_bc_data.c:196 src/prop_text_entry.c:180 +#. Insert merge field label +#: src/prop_text_entry.c:180 src/prop_bc_data.c:196 +msgid "Key:" +msgstr "Clé :" -# src/mdi.c:626 +# src/prop_text_entry.c:196 +# src/prop_text_entry.c:196 +#: src/prop_text_entry.c:196 +msgid "Insert merge field" +msgstr "Insérer champ de fusion" -# src/mdi.c:626 -#~ msgid "Close / Save label as" -#~ msgstr "Fermer / Enregistrer l'étiquette sous" +# src/prop_vector.c:196 +# src/prop_vector.c:202 +# src/prop_vector.c:183 +# src/prop_vector.c:183 +#. Length label +#: src/prop_vector.c:183 +msgid "Length:" +msgstr "Longueur :" -# src/file.c:309 src/mdi.c:716 +# src/prop_vector.c:207 +# src/prop_vector.c:228 +# src/prop_vector.c:207 +# src/prop_vector.c:207 +#. Angle label +#: src/prop_vector.c:207 +msgid "Angle:" +msgstr "Angle :" +# src/prop_vector.c:245 +# src/prop_vector.c:224 +# src/prop_vector.c:224 +#. Angle units label +#: src/prop_vector.c:224 +msgid "degrees" +msgstr "degrés" +# src/prop_bc.c:189 +# src/prop_bc.c:187 +# src/prop_bc.c:168 +# src/prop_bc.c:168 +#. Scale Label +#: src/prop_bc.c:168 +msgid "Scale:" +msgstr "Echelle :" -# src/file.c:309 src/mdi.c:722 +# src/prop_bc.c:202 +# src/prop_bc.c:182 +# src/prop_bc.c:182 +#. % Label +#: src/prop_bc.c:182 +msgid "%" +msgstr "%" +# src/prop_bc_style.c:328 +# src/prop_bc_style.c:328 +# src/prop_bc_style.c:313 +# src/prop_bc_style.c:313 +#: src/prop_bc_style.c:313 +msgid "Show text with barcode" +msgstr "Afficher du texte avec le code-barre" +# src/prop_bc_data.c:176 +# src/prop_bc_data.c:176 +#: src/prop_bc_data.c:176 +msgid "Literal:" +msgstr "Littéral :" -# src/file.c:352 src/mdi.c:680 +# src/label.c:186 src/label.c:211 +# src/label.c:186 src/label.c:211 +# src/label.c:170 src/label.c:194 +# src/label.c:168 src/label.c:192 +#: src/label.c:173 src/label.c:197 +msgid "xmlParseFile error" +msgstr "erreur xmlParseFile" -# src/file.c:352 src/mdi.c:680 -#~ msgid "Label no longer valid!" -#~ msgstr "Etiquette plus valide !" +# src/label.c:243 +# src/label.c:244 +# src/label.c:225 +# src/label.c:223 +#: src/label.c:228 +msgid "No document root" +msgstr "Pas de racine de document" -# src/item_image.c:389 src/item_image.c:444 +# src/label.c:248 +# src/label.c:249 +# src/label.c:236 +# src/label.c:234 +#: src/label.c:239 +msgid "document of the wrong type, glabels Namespace not found" +msgstr "document de type erroné, aucun espace de noms glabels trouvé" +# src/label.c:253 +# src/label.c:254 +# src/label.c:241 +# src/label.c:239 +#: src/label.c:244 +#, c-format +msgid "Bad root node = \"%s\"" +msgstr "Mauvais noeud racine = \"%s\"" +# src/label.c:298 +# src/label.c:301 +# src/label.c:294 +# src/label.c:290 +#: src/label.c:291 +#, c-format +msgid "bad node = \"%s\"" +msgstr "mauvais noeud = \"%s\"" -# src/item_image.c:388 src/item_image.c:442 +# src/label.c:487 +# src/label.c:493 +# src/label.c:589 +# src/label.c:587 +#: src/label.c:606 +msgid "Problem saving xml file." +msgstr "Problème de sauvegarde du fichier xml." +# src/template.c:179 +# src/template.c:178 +# src/template.c:223 +#: src/template.c:224 +msgid "No template files found!" +msgstr "Aucun fichier de patron trouvé !" +# src/item_box.c:251 +# src/item_box.c:251 +# src/merge_properties.c:82 +# src/merge_properties.c:82 +#: src/merge_properties.c:82 +msgid "Edit document-merge properties" +msgstr "Editer les propriétés de fusion de document" -# src/item_image.c:389 src/item_image.c:454 +# src/merge_properties.c:131 +# src/merge_properties.c:131 +#: src/merge_properties.c:131 +msgid "Source" +msgstr "Source" -# src/item_image.c:389 src/item_image.c:454 -#~ msgid "Image format not currently supported" -#~ msgstr "Format d'image non supporté actuellement" +# src/prop_text.c:214 +# src/prop_text.c:199 +# src/merge_properties.c:143 +# src/merge_properties.c:143 +#: src/merge_properties.c:143 +msgid "Format:" +msgstr "Format :" -# src/item_barcode.c:337 +# src/merge_properties.c:158 +# src/merge_properties.c:158 +#: src/merge_properties.c:158 +msgid "Location:" +msgstr "Emplacement :" +# src/item_box.c:274 src/item_ellipse.c:279 +# src/item_box.c:274 src/item_ellipse.c:279 +# src/merge_properties.c:168 +# src/merge_properties.c:168 +#: src/merge_properties.c:168 +msgid "Fields" +msgstr "Champs" +# src/merge.c:80 +# src/merge.c:78 +#: src/merge.c:78 +msgid "None" +msgstr "Aucun" -# src/item_barcode.c:343 src/prefs.c:243 +# src/merge.c:89 +# src/merge.c:86 +#: src/merge.c:86 +msgid "Text with tab separators" +msgstr "Texte avec séparateurs de tabulation" +# src/merge.c:98 +# src/merge.c:94 +#: src/merge.c:94 +msgid "Text with comma separators (CSV)" +msgstr "Texte séparé par des virgules (CSV)" +# src/merge.c:107 +# src/merge.c:102 +#: src/merge.c:102 +msgid "Text with colon separators" +msgstr "Texte séparé par des deux-points" -# src/item_barcode.c:320 src/prefs.c:221 +# src/merge_ui.c:207 src/merge_ui.c:242 src/merge_ui.c:387 src/merge_ui.c:428 +# src/merge_ui.c:207 src/merge_ui.c:242 src/merge_ui.c:387 src/merge_ui.c:428 +#: src/merge_ui.c:207 src/merge_ui.c:242 src/merge_ui.c:387 src/merge_ui.c:428 +msgid "N/A" +msgstr "Non défini" -# src/item_barcode.c:320 src/prefs.c:215 -#~ msgid "General" -#~ msgstr "Général" +# src/merge_ui_text.c:170 +# src/merge_ui_text.c:170 +#: src/merge_ui_text.c:170 +msgid "Select merge-database source" +msgstr "Sélection de la base de données source de la fusion" -# src/menu.c:50 +# src/merge_ui_text.c:330 +# src/merge_ui_text.c:330 +#: src/merge_ui_text.c:330 +msgid "Column" +msgstr "Colonne" +# src/merge_ui_text.c:334 +# src/merge_ui_text.c:334 +#: src/merge_ui_text.c:334 +msgid "Custom field key" +msgstr "Clé de champ spécifique" +# src/merge_ui_text.c:338 +# src/merge_ui_text.c:338 +#: src/merge_ui_text.c:338 +msgid "Sample data" +msgstr "Exemple de données" # src/menu.c:50 - - - # src/menu.c:50 - # src/menu.c:50 -#~ msgid "_New" -#~ msgstr "_Nouveau" +# src/menu.c:50 +#: src/menu.c:50 +msgid "_New" +msgstr "_Nouveau" # src/menu.c:51 - - - # src/menu.c:51 - - - # src/menu.c:51 - # src/menu.c:51 -#~ msgid "Make a new, empty label" -#~ msgstr "Créer une nouvelle étiquette vide" +#: src/menu.c:51 +msgid "Make a new, empty label" +msgstr "Créer une nouvelle étiquette vide" # src/menu.c:86 - - - # src/menu.c:86 - - - # src/menu.c:85 - # src/menu.c:85 -#~ msgid "U_nselect All " -#~ msgstr "_Désélectionne tout" +#: src/menu.c:85 +msgid "U_nselect All " +msgstr "_Désélectionne tout" # src/menu.c:86 - - - # src/menu.c:86 - - - # src/menu.c:86 - # src/menu.c:86 -#~ msgid "Remove all selections" -#~ msgstr "Supprime toutes les sélections" +#: src/menu.c:86 +msgid "Remove all selections" +msgstr "Supprime toutes les sélections" # src/display.c:1157 src/display.c:1205 - - - # src/display.c:1160 src/display.c:1208 - - - # src/menu.c:94 - # src/menu.c:94 -#~ msgid "Select" -#~ msgstr "Sélectionner" +#: src/menu.c:94 +msgid "Select" +msgstr "Sélectionner" # src/tools.c:59 - - - # src/tools.c:59 - - - # src/menu.c:95 src/menu.c:186 - # src/menu.c:95 src/menu.c:186 -#~ msgid "Select, move and modify objects" -#~ msgstr "Sélectionner, déplacer et modifier les objets" +#: src/menu.c:95 src/menu.c:186 +msgid "Select, move and modify objects" +msgstr "Sélectionner, déplacer et modifier les objets" # src/tools.c:64 - - - # src/tools.c:64 - - - # src/menu.c:100 src/menu.c:191 - # src/menu.c:100 src/menu.c:191 -#~ msgid "Create text object" -#~ msgstr "Créer un objet texte" +#: src/menu.c:100 src/menu.c:191 +msgid "Create text object" +msgstr "Créer un objet texte" # src/menu.c:103 - # src/menu.c:103 -#~ msgid "Box" -#~ msgstr "Boîte" +#: src/menu.c:103 +msgid "Box" +msgstr "Boîte" # src/tools.c:67 - - - # src/tools.c:67 - - - # src/menu.c:103 src/menu.c:194 - # src/menu.c:103 src/menu.c:194 -#~ msgid "Create box/rectangle object" -#~ msgstr "Créer un objet boîte/rectangle" +#: src/menu.c:103 src/menu.c:194 +msgid "Create box/rectangle object" +msgstr "Créer un objet boîte/rectangle" # src/tools.c:70 - - - # src/tools.c:70 - - - # src/menu.c:106 src/menu.c:197 - # src/menu.c:106 src/menu.c:197 -#~ msgid "Create line object" -#~ msgstr "Créer un objet ligne" +#: src/menu.c:106 src/menu.c:197 +msgid "Create line object" +msgstr "Créer un objet ligne" # src/menu.c:109 - # src/menu.c:109 -#~ msgid "Ellipse" -#~ msgstr "Ellipse" +#: src/menu.c:109 +msgid "Ellipse" +msgstr "Ellipse" # src/tools.c:73 - - - # src/tools.c:73 - - - # src/menu.c:110 src/menu.c:200 - # src/menu.c:110 src/menu.c:200 -#~ msgid "Create ellipse/circle object" -#~ msgstr "Créer un objet ellipse/cercle" +#: src/menu.c:110 src/menu.c:200 +msgid "Create ellipse/circle object" +msgstr "Créer un objet ellipse/cercle" # src/tools.c:76 - - - # src/tools.c:76 - - - # src/menu.c:113 src/menu.c:203 - # src/menu.c:113 src/menu.c:203 -#~ msgid "Create image object" -#~ msgstr "Créer un objet image" +#: src/menu.c:113 src/menu.c:203 +msgid "Create image object" +msgstr "Créer un objet image" # src/item_barcode.c:316 - - - # src/item_barcode.c:317 - - - # src/menu.c:116 - # src/menu.c:116 -#~ msgid "Barcode" -#~ msgstr "Code-barre" +#: src/menu.c:116 +msgid "Barcode" +msgstr "Code-barre" # src/tools.c:79 - - - # src/tools.c:79 - - - # src/menu.c:116 src/menu.c:206 - # src/menu.c:116 src/menu.c:206 -#~ msgid "Create barcode object" -#~ msgstr "Créer un objet code-barre" +#: src/menu.c:116 src/menu.c:206 +msgid "Create barcode object" +msgstr "Créer un objet code-barre" # src/tools.c:84 - - - # src/tools.c:84 - - - # src/menu.c:121 src/menu.c:211 - # src/menu.c:121 src/menu.c:211 -#~ msgid "Zoom in" -#~ msgstr "Zoom supérieur" +#: src/menu.c:121 src/menu.c:211 +msgid "Zoom in" +msgstr "Zoom supérieur" # src/tools.c:87 - - - # src/tools.c:87 - - - # src/menu.c:124 src/menu.c:214 - # src/menu.c:124 src/menu.c:214 -#~ msgid "Zoom out" -#~ msgstr "Zoom inférieur" +#: src/menu.c:124 src/menu.c:214 +msgid "Zoom out" +msgstr "Zoom inférieur" # src/tools.c:90 - - - # src/tools.c:90 - - - # src/menu.c:127 - # src/menu.c:127 -#~ msgid "Zoom 1:1" -#~ msgstr "Zoom 1:1" +#: src/menu.c:127 +msgid "Zoom 1:1" +msgstr "Zoom 1:1" # src/tools.c:90 - - - # src/tools.c:90 - - - # src/menu.c:127 src/menu.c:217 - # src/menu.c:127 src/menu.c:217 -#~ msgid "Zoom to 1:1" -#~ msgstr "Zoomer à 1:1" +#: src/menu.c:127 src/menu.c:217 +msgid "Zoom to 1:1" +msgstr "Zoomer à 1:1" # src/item_text.c:467 - - - # src/item_text.c:467 - - - # src/menu.c:132 src/menu.c:223 - # src/menu.c:132 src/menu.c:223 -#~ msgid "Merge properties" -#~ msgstr "Propriétés de fusion" +#: src/menu.c:132 src/menu.c:223 +msgid "Merge properties" +msgstr "Propriétés de fusion" # src/item_image.c:272 - - - # src/item_image.c:272 - - - # src/menu.c:133 - # src/menu.c:133 -#~ msgid "Edit merge properties" -#~ msgstr "Editer les propriétés de fusion" +#: src/menu.c:133 +msgid "Edit merge properties" +msgstr "Editer les propriétés de fusion" # src/menu.c:157 - # src/menu.c:157 -#~ msgid "_Tools" -#~ msgstr "_Outils" +#: src/menu.c:157 +msgid "_Tools" +msgstr "_Outils" # src/menu.c:138 - - - # src/menu.c:138 - - - # src/menu.c:168 - # src/menu.c:168 -#~ msgid " New " -#~ msgstr " Nouveau " +#: src/menu.c:168 +msgid " New " +msgstr " Nouveau " # src/menu.c:138 - - - # src/menu.c:138 - - - # src/menu.c:168 - # src/menu.c:168 -#~ msgid "New Label/Card" -#~ msgstr "Nouvelle étiquette/carte" +#: src/menu.c:168 +msgid "New Label/Card" +msgstr "Nouvelle étiquette/carte" # src/menu.c:140 - - - # src/menu.c:140 - - - # src/menu.c:170 - # src/menu.c:170 -#~ msgid " Open " -#~ msgstr " Ouvrir " +#: src/menu.c:170 +msgid " Open " +msgstr " Ouvrir " # src/menu.c:140 - - - # src/menu.c:140 - - - # src/menu.c:170 - # src/menu.c:170 -#~ msgid "Open a file" -#~ msgstr "Ouvrir un fichier" +#: src/menu.c:170 +msgid "Open a file" +msgstr "Ouvrir un fichier" # src/menu.c:142 +# src/menu.c:142 +# src/menu.c:172 +# src/menu.c:172 +#: src/menu.c:172 +msgid " Save " +msgstr " Enregistrer " +# src/menu.c:142 +# src/menu.c:142 +# src/menu.c:172 +# src/menu.c:172 +#: src/menu.c:172 +msgid "Save current file" +msgstr "Sauvegarder le fichier en cours" +# src/menu.c:145 +# src/menu.c:145 +# src/menu.c:175 +# src/menu.c:175 +#: src/menu.c:175 +msgid " Print " +msgstr " Imprimer " -# src/menu.c:142 +# src/menu.c:145 +# src/menu.c:145 +# src/menu.c:175 +# src/menu.c:175 +#: src/menu.c:175 +msgid "Print current file" +msgstr "Imprimer le fichier en cours" + +# src/menu.c:185 +# src/menu.c:185 +# src/menu.c:290 +# src/menu.c:290 +#: src/menu.c:290 +msgid "" +"A label and business card creation program for GNOME.\n" +" \n" +"Glabels is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version.\n" +" \n" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details.\n" +msgstr "" +"Un programme de création d'étiquettes et de cartes de visite pour GNOME.\n" +" \n" +"Ce programme est un logiciel libre ; vous pouvez le redistribuer et/ou le " +"modifier conformément aux dispositions de la Licence Publique Générale GNU, " +"telle que publiée par la Free Software Foundation ; version 2 de la licence, " +"ou encore (à votre choix) toute version ultérieure.\n" +" \n" +"Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE " +"GARANTIE ; sans même la garantie implicite de COMMERCIALISATION ou " +"D'ADAPTATION A UN OBJET PARTICULIER. Pour plus de détail, voir la Licence " +"Publique Générale GNU.\n" + +# src/menu.c:221 +# src/menu.c:221 +# src/menu.c:326 +# src/menu.c:326 +#: src/menu.c:326 +msgid "Function is not implemented!" +msgstr "Cette fonction n'est pas implémentée !" +# src/file.c:59 +# src/file.c:59 +# src/file.c:72 +# src/file.c:72 +#: src/file.c:72 +msgid "New Label or Card" +msgstr "Nouvelle étiquette ou carte" +# src/file.c:87 +# src/file.c:87 +# src/file.c:98 +# src/file.c:98 +#: src/file.c:98 +msgid "Media Type" +msgstr "Type de média" -# src/menu.c:172 +# src/file.c:98 +# src/file.c:98 +# src/file.c:109 +# src/file.c:109 +#: src/file.c:109 +msgid "Label orientation" +msgstr "Orientation de l'étiquette" -# src/menu.c:172 -#~ msgid " Save " -#~ msgstr " Enregistrer " +# src/file.c:178 +# src/file.c:178 +# src/file.c:211 +# src/file.c:211 +#: src/file.c:211 +msgid "Open" +msgstr "Ouvrir" -# src/menu.c:142 +# src/file.c:183 +# src/file.c:183 +# src/file.c:213 +# src/file.c:213 +#: src/file.c:213 +msgid "Open label" +msgstr "Ouvrir une étiquette" +# src/file.c:214 +# src/file.c:214 +# src/file.c:249 +# src/file.c:249 +#: src/file.c:249 +msgid "Cannot open file" +msgstr "Impossible d'ouvrir le fichier" +# src/file.c:278 +# src/file.c:278 +# src/file.c:316 +# src/file.c:316 +#: src/file.c:316 +msgid "Save label as" +msgstr "Enregistrer l'étiquette sous" -# src/menu.c:142 +# src/media_select.c:216 +# src/media_select.c:242 +# src/media_select.c:222 +# src/media_select.c:222 +#: src/media_select.c:222 +msgid "Description:" +msgstr "Description :" +# src/media_select.c:221 +# src/media_select.c:247 +# src/media_select.c:227 +# src/media_select.c:227 +#: src/media_select.c:227 +msgid "Page size:" +msgstr "Taille de page :" +# src/media_select.c:226 +# src/media_select.c:252 +# src/media_select.c:232 +# src/media_select.c:232 +#: src/media_select.c:232 +msgid "Label size:" +msgstr "Taille d'étiquette :" -# src/menu.c:172 +# src/media_select.c:231 +# src/media_select.c:257 +# src/media_select.c:237 +# src/media_select.c:237 +#: src/media_select.c:237 +msgid "Layout:" +msgstr "Disposition :" -# src/menu.c:172 -#~ msgid "Save current file" -#~ msgstr "Sauvegarder le fichier en cours" +# src/media_select.c:515 +# src/media_select.c:481 +# src/media_select.c:353 +#: src/media_select.c:353 +#, c-format +msgid "%d x %d (%d per sheet)" +msgstr "%d x %d (%d par feuille)" -# src/menu.c:145 +# src/media_select.c:522 +# src/media_select.c:488 +# src/media_select.c:367 +#: src/media_select.c:367 +#, c-format +msgid "%s x %s %s" +msgstr "%s x %s %s" +# src/media_select.c:522 +# src/media_select.c:488 +# src/media_select.c:372 +#: src/media_select.c:372 +#, c-format +msgid "%.5g x %.5g %s" +msgstr "%.5g x %.5g %s" +# src/rotate_select.c:187 +# src/rotate_select.c:187 +# src/rotate_select.c:167 +# src/rotate_select.c:169 +#: src/rotate_select.c:169 +msgid "Rotate" +msgstr "Rotation" -# src/menu.c:145 +# src/print.c:149 +# src/print.c:149 +# src/print.c:141 +# src/print_dialog.c:99 +#: src/print_dialog.c:99 +msgid "Print" +msgstr "Imprimer" +# src/print.c:153 +# src/print.c:153 +# src/print.c:146 +# src/print_dialog.c:104 +#. ----------- Add simple-copies widget ------------ +#: src/print_dialog.c:104 +msgid "Copies" +msgstr "Copies" +# src/print.c:164 +# src/print_dialog.c:121 +#. -------Otherwise add merge control widget ------------ +#: src/print_dialog.c:121 +msgid "Document merge control" +msgstr "Contrôle de la fusion de document" -# src/menu.c:175 +# src/print.c:171 +# src/print.c:171 +# src/print.c:186 +# src/print_dialog.c:141 +#. ----------- Add custom print options area ------------ +#: src/print_dialog.c:141 +msgid "Options" +msgstr "Options" -# src/menu.c:175 -#~ msgid " Print " -#~ msgstr " Imprimer " +# src/print.c:235 +# src/print.c:235 +# src/print.c:283 src/print.c:348 +# src/print_dialog.c:241 src/print_dialog.c:280 +#: src/print_dialog.c:241 src/print_dialog.c:280 +msgid "Print preview" +msgstr "Aperçu avant impression" -# src/menu.c:145 +# src/print_copies.c:193 +# src/print_copies.c:193 +# src/print_copies.c:171 +# src/print_copies.c:170 +#: src/print_copies.c:170 +msgid "Sheets:" +msgstr "Feuilles :" +# src/print_copies.c:210 +# src/print_copies.c:210 +# src/print_copies.c:188 +# src/print_copies.c:187 +#: src/print_copies.c:187 +msgid "Labels" +msgstr "Etiquettes" +# src/print_copies.c:213 +# src/print_copies.c:213 +# src/print_copies.c:191 +# src/print_copies.c:190 +#: src/print_copies.c:190 +msgid "from:" +msgstr "de :" -# src/menu.c:145 +# src/print_copies.c:221 +# src/print_copies.c:221 +# src/print_copies.c:199 +# src/print_copies.c:198 +#: src/print_copies.c:198 +msgid "to:" +msgstr "à :" +# src/print_copies_merge.c:197 +# src/print_merge.c:170 +#: src/print_merge.c:170 +msgid "Start on label" +msgstr "Commencer par l'étiquette" +# src/print_copies_merge.c:206 +# src/print_merge.c:179 +#: src/print_merge.c:179 +msgid "on 1st sheet" +msgstr "en 1ère page" -# src/menu.c:175 +# src/rotate_select.c:187 +# src/rotate_select.c:187 +# src/print_copies_merge.c:186 +# src/print_merge.c:188 +#: src/print_merge.c:188 +msgid "Collate" +msgstr "Assembler" -# src/menu.c:175 -#~ msgid "Print current file" -#~ msgstr "Imprimer le fichier en cours" +# src/print.c:153 +# src/print.c:153 +# src/print_copies_merge.c:173 +# src/print_merge.c:195 +#: src/print_merge.c:195 +msgid "Copies:" +msgstr "Copies :" -# src/menu.c:221 +# src/preferences.c:92 +# src/prefs.c:101 +# src/prefs.c:92 +# src/prefs.c:86 +#: src/prefs.c:86 +msgid "Glabels: Preferences" +msgstr "Glabels : Préférences" +# src/prefs.c:248 +# src/prefs.c:226 +# src/prefs.c:220 +#. ----- Display Units Frame ------------------------------------ +#: src/prefs.c:220 +msgid "Display units" +msgstr "Unités d'affichage" +# src/print.c:149 +# src/prefs.c:259 +# src/prefs.c:237 +# src/prefs.c:231 +#: src/prefs.c:231 +msgid "Points" +msgstr "Points" -# src/menu.c:221 +# src/prefs.c:265 +# src/prefs.c:243 +# src/prefs.c:237 +#: src/prefs.c:237 +msgid "Inches" +msgstr "Pouces" +# src/prefs.c:271 +# src/prefs.c:250 +# src/prefs.c:244 +#: src/prefs.c:244 +msgid "Millimeters" +msgstr "Milimètres" +# src/item_image.c:341 +# src/prefs.c:278 +# src/prefs.c:255 +# src/prefs.c:249 +#. ----- Display Units Frame ------------------------------------ +#: src/prefs.c:249 +msgid "Default page size" +msgstr "Taille de page par défaut" -# src/menu.c:326 +# src/item_line.c:271 +# src/prefs.c:465 +# src/prefs.c:447 +# src/prefs.c:450 +#: src/prefs.c:450 +msgid "inches" +msgstr "pouces" -# src/menu.c:326 -#~ msgid "Function is not implemented!" -#~ msgstr "Cette fonction n'est pas implémentée !" +# src/prefs.c:467 +# src/prefs.c:449 +# src/prefs.c:452 +#: src/prefs.c:452 +msgid "mm" +msgstr "mm" # src/tools.c:297 - - - # src/tools.c:297 - - - #~ msgid "Function is not yet implemented!" #~ msgstr "Cette fonction n'est pas encore implémentée !" # src/prop_size.c:194 - - - #~ msgid "w" #~ msgstr "l" # src/prop_size.c:203 - - - #~ msgid "h" #~ msgstr "h" # src/prop_position.c:183 - - - #~ msgid "x" #~ msgstr "x" # src/prop_position.c:195 - - - #~ msgid "y" #~ msgstr "y" # src/media_select.c:462 - - - #~ msgid "%.1f x %.1f" #~ msgstr "%.1f x %.1f" # src/preferences.c:213 - - - #~ msgid "Startup" #~ msgstr "Démarrage" # src/preferences.c:215 - - - #~ msgid "Under construction" #~ msgstr "En construction" diff --git a/glabels2/po/glabels.pot b/glabels2/po/glabels.pot index 3cfbe2e8..d71156d1 100644 --- a/glabels2/po/glabels.pot +++ b/glabels2/po/glabels.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-08-20 21:43-0400\n" +"POT-Creation-Date: 2002-08-25 21:57-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -299,19 +299,19 @@ msgstr "" msgid "Fill" msgstr "" -#: src/view-object.c:406 src/view.c:1520 +#: src/view-object.c:410 src/view.c:1590 msgid "Delete" msgstr "" -#: src/view-object.c:416 src/view.c:1530 +#: src/view-object.c:420 src/view.c:1600 msgid "Bring to front" msgstr "" -#: src/view-object.c:423 src/view.c:1536 +#: src/view-object.c:427 src/view.c:1606 msgid "Send to back" msgstr "" -#: src/view-object.c:395 +#: src/view-object.c:399 msgid "Edit properties..." msgstr "" @@ -549,18 +549,18 @@ msgid "Sample data" msgstr "" #. Font label -#: src/wdgt-text-props.c:184 +#: src/wdgt-text-props.c:185 msgid "Font:" msgstr "" #. Text Color Label #: src/wdgt-bc-props.c:190 src/wdgt-fill.c:169 src/wdgt-line.c:192 -#: src/wdgt-text-props.c:237 +#: src/wdgt-text-props.c:238 msgid "Color:" msgstr "" #. Alignment label -#: src/wdgt-text-props.c:251 +#: src/wdgt-text-props.c:252 msgid "Alignment:" msgstr "" diff --git a/glabels2/po/ja.po b/glabels2/po/ja.po index 836c63d0..f52d7c23 100644 --- a/glabels2/po/ja.po +++ b/glabels2/po/ja.po @@ -2,853 +2,710 @@ # Copyright (C) 2001 Free Software Foundation, Inc. # Takeshi Aihana , 2001, 2002. # -#: src/commands.c:384 msgid "" msgstr "" -"Project-Id-Version: glabels 0.4.1\n" -"POT-Creation-Date: 2002-08-20 21:43-0400\n" -"PO-Revision-Date: 2002-01-15 22:34+0900\n" +"Project-Id-Version: glabels 0.4.3\n" +"POT-Creation-Date: 2002-08-24 22:30-0400\n" +"PO-Revision-Date: 2002-03-10 21:17+0900\n" "Last-Translator: Takeshi Aihana \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=euc-jp\n" "Content-Transfer-Encoding: 8bit\n" -#: src/glabels.c:59 -msgid "Show view debugging messages." -msgstr "" - -#: src/glabels.c:62 -msgid "Show item debugging messages." -msgstr "" - -#: src/glabels.c:65 -msgid "Show printing debugging messages." -msgstr "" - -#: src/glabels.c:68 -msgid "Show prefs debugging messages." -msgstr "" - -#: src/glabels.c:71 -msgid "Show file debugging messages." -msgstr "" - -#: src/glabels.c:74 -msgid "Show document debugging messages." -msgstr "" - -#: src/glabels.c:77 -msgid "Show template debugging messages." -msgstr "" - -#: src/glabels.c:80 -msgid "Show xml debugging messages." -msgstr "" - -#: src/glabels.c:83 -msgid "Show document merge debugging messages." -msgstr "" - -#: src/glabels.c:86 -msgid "Show commands debugging messages." -msgstr "" - -#: src/glabels.c:89 -msgid "Show undo debugging messages." -msgstr "" - -#: src/glabels.c:92 -msgid "Show recent debugging messages." -msgstr "" - -#: src/glabels.c:95 -msgid "Show mdi debugging messages." -msgstr "" - -#: src/glabels.c:98 -msgid "Show media select widget debugging messages." -msgstr "" - -#: src/glabels.c:101 -msgid "Show mini preview widget debugging messages." -msgstr "" - -#: src/glabels.c:104 -msgid "Show widget debugging messages." -msgstr "" - -#: src/glabels.c:107 -msgid "Turn on all debugging messages." -msgstr "" - -#: src/glabels-batch.c:47 +#: src/glabels_batch.c:49 msgid "print this message" -msgstr "" +msgstr "¤³¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤¹¤ë" -#: src/glabels-batch.c:49 +#: src/glabels_batch.c:51 msgid "print the version of glabels-batch being used" -msgstr "" +msgstr "»ÈÍѤ·¤Æ¤¤¤ë gLabel ¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë" -#: src/glabels-batch.c:51 +#: src/glabels_batch.c:53 msgid "set output filename (default=\"output.ps\")" -msgstr "" +msgstr "½ÐÎϤ¹¤ë¥Õ¥¡¥¤¥ë̾¤ò»ØÄꤹ¤ë (¥Ç¥Õ¥©¥ë¥È = \"output.ps\")" -#: src/glabels-batch.c:51 +#: src/glabels_batch.c:53 msgid "filename" -msgstr "" +msgstr "¥Õ¥¡¥¤¥ë̾" -#: src/glabels-batch.c:53 +#: src/glabels_batch.c:55 msgid "number of sheets (default=1)" -msgstr "" +msgstr "ÍÑ»æ¤Î¿ô (¥Ç¥Õ¥©¥ë¥È = 1)" -#: src/glabels-batch.c:53 -#, fuzzy +#: src/glabels_batch.c:55 msgid "sheets" -msgstr "用紙:" +msgstr "ÍÑ»æ¤Î¿ô" -#: src/glabels-batch.c:55 +#: src/glabels_batch.c:57 msgid "number of copies (default=1)" -msgstr "" +msgstr "¥³¥Ô¡¼¤Î¿ô (¥Ç¥Õ¥©¥ë¥È = 1)" -#: src/glabels-batch.c:55 -#, fuzzy +#: src/glabels_batch.c:57 msgid "copies" -msgstr "コピー" +msgstr "¥³¥Ô¡¼¤Î¿ô" -#: src/glabels-batch.c:57 src/print-dialog.c:205 +#: src/glabels_batch.c:59 src/print_dialog.c:152 msgid "print outlines (to test printer alignment)" -msgstr "アウトラインを印刷する (印刷時の配置を確認するため)" +msgstr "¥¢¥¦¥È¥é¥¤¥ó¤ò°õºþ¤¹¤ë (°õºþ»þ¤ÎÇÛÃÖ¤ò³Îǧ¤¹¤ë¤¿¤á)" -#: src/glabels-batch.c:59 src/print-dialog.c:214 +#: src/glabels_batch.c:61 src/print_dialog.c:160 msgid "print in reverse (i.e. a mirror image)" -msgstr "反転して印刷 (i.e. 画像をミラーしたもの)" +msgstr "ȿž¤·¤Æ°õºþ (i.e. ²èÁü¤ò¥ß¥é¡¼¤·¤¿¤â¤Î)" -#: src/glabels-batch.c:90 +#: src/glabels_batch.c:92 msgid "[OPTION...] GLABELS_FILE..." -msgstr "" +msgstr "[¥ª¥×¥·¥ç¥ó...] ¥Õ¥¡¥¤¥ë̾..." -#: src/glabels-batch.c:109 +#: src/glabels_batch.c:111 msgid "missing glabels file\n" -msgstr "" +msgstr "gLabel ¤Ç»ÈÍѤ¹¤ë¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó\n" -#: src/glabels-batch.c:140 -#, fuzzy, c-format +#: src/glabels_batch.c:139 +#, c-format msgid "cannot open glabels file %s\n" -msgstr "ファイルが開けません" +msgstr "gLabel ¤Ç»ÈÍѤ¹¤ë¥Õ¥¡¥¤¥ë %s ¤¬³«¤±¤Þ¤»¤ó\n" -#: src/mdi.c:579 +#: src/mdi.c:169 #, c-format -msgid "" -"Do you want to save the changes you made to the document \"%s\"? \n" -"\n" -"Your changes will be lost if you don't save them." -msgstr "" +msgid "Revert to saved copy of %s?" +msgstr "%s ¤Î¥³¥Ô¡¼¤òȿž¤·¤Þ¤¹¤«¡©" -#: src/mdi.c:584 -#, fuzzy -msgid "Do_n't save" -msgstr "保存しない" - -#: src/mdi.c:604 -msgid "_Don't quit" -msgstr "" - -#: src/mdi.c:609 -#, fuzzy -msgid "_Don't close" -msgstr "保存しない" +#: src/mdi.c:207 +msgid "Unknown media type. Using default." +msgstr "¥á¥Ç¥£¥¢¤Î¼ïÎबÆÃÄê¤Ç¤­¤Þ¤»¤ó¡£¥Ç¥Õ¥©¥ë¥È¤ò»ÈÍѤ·¤Þ¤¹¡£" -#: src/mdi.c:706 -msgid "(modified)" -msgstr "" - -#: src/commands.c:359 +#: src/mdi.c:455 +#, c-format msgid "" -"A label and business card creation program for GNOME.\n" -" \n" -"Glabels is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version.\n" -" \n" -"This program is distributed in the hope that it will be useful, but WITHOUT " -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details.\n" -msgstr "" -"GNOME 向けのラベル/ビジネスカードの作成プログラムです。\n" -"\n" -"Glabels はフリーソフトです。フリーソフトウェア財団が定める GNU 一般公有使用許" -"諾契約書の第2版もしくはそれ以降のバージョンの下で複製、改編、再配布が認められ" -"ています。\n" +"``%s'' has been modified.\n" "\n" -"このプログラムが役に立つことを望む中で配布されていますが、完全無保証です。販" -"売目的または商用目的の保証はありません。詳細については GNU 一般公有使用許諾契" -"約書を参照して下さい。\n" - -#: src/commands.c:371 -#, fuzzy -msgid "Author:" -msgstr "終了:" - -#: src/commands.c:374 -msgid "See the file AUTHORS for additional acknowledgments," -msgstr "" - -#: src/commands.c:375 -msgid "or visit http://snaught.com/glabels" +"Do you wish to save it?" msgstr "" +"%s ¤ÏÊÔ½¸¤µ¤ì¤Æ¤¤¤Þ¤¹¡£\n" +"\n" +"Êݸ¤·¤Þ¤¹¤«¡©" -#: src/commands.c:397 -#, fuzzy -msgid "glabels" -msgstr "ラベル" - -#: src/file.c:82 -msgid "New Label or Card" -msgstr "新規ラベルまたはカード" - -#: src/file.c:109 -msgid "Media Type" -msgstr "メディアの種類" - -#: src/file.c:119 -msgid "Label orientation" -msgstr "ラベルの向き" - -#: src/file.c:248 -msgid "Open" -msgstr "開く" +#: src/mdi.c:459 +msgid "Don't save" +msgstr "Êݸ¤·¤Ê¤¤" -#: src/file.c:250 -msgid "Open label" -msgstr "ラベルを開きます" +#: src/mdi.c:601 src/file.c:288 +msgid "Cannot save file" +msgstr "¥Õ¥¡¥¤¥ë¤òÊݸ¤¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤»¤ó" -#: src/file.c:338 -#, fuzzy, c-format -msgid "Cannot open file '%s'" -msgstr "ファイルが開けません" +#: src/mdi.c:623 src/file.c:311 +msgid "Save As" +msgstr "̾Á°¤òÉÕ¤±¤ÆÊݸ" -#: src/file.c:429 -#, fuzzy, c-format -msgid "Error saving file '%s'" -msgstr "ファイルの書き込みでエラー" +#: src/mdi.c:626 +msgid "Close / Save label as" +msgstr "¥é¥Ù¥ë¤Ë̾Á°¤òÉÕ¤±¤ÆÊݸ¤·¤ÆÊĤ¸¤Þ¤¹" -#: src/file.c:468 -msgid "Save label as" -msgstr "ラベルに名前を付けて保存します" +#: src/mdi.c:680 src/file.c:352 +msgid "Label no longer valid!" +msgstr "¥é¥Ù¥ë¤ÏÍ­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡ª" -#: src/file.c:550 +#: src/mdi.c:693 src/file.c:362 msgid "Must supply file name" -msgstr "ファイル名を指定して下さい" +msgstr "¥Õ¥¡¥¤¥ë̾¤ò»ØÄꤷ¤Æ²¼¤µ¤¤" -#: src/file.c:569 -#, fuzzy, c-format -msgid "Error writing file '%s'" -msgstr "ファイルの書き込みでエラー" +#: src/mdi.c:705 src/file.c:374 +msgid "Error writing file" +msgstr "¥Õ¥¡¥¤¥ë¤Î½ñ¤­¹þ¤ß¤Ç¥¨¥é¡¼" -#. Should not happen -#: src/prefs.c:625 src/prefs.c:632 src/wdgt-line.c:186 -msgid "points" -msgstr "ポイント" - -#: src/prefs.c:627 -msgid "inches" -msgstr "[インチ]" - -#: src/prefs.c:629 -msgid "mm" -msgstr "[ミリ]" - -#: src/prefs-dialog.c:220 -#, fuzzy -msgid "Locale" -msgstr "寸法:" +#: src/display.c:1250 src/display.c:1298 +msgid "Delete" +msgstr "ºï½ü" -#: src/prefs-dialog.c:224 -msgid "Object defaults" -msgstr "" +#: src/display.c:1260 src/display.c:1308 +msgid "Bring to front" +msgstr "Á°¤Ë»ý¤Ã¤ÆÍè¤ë" -#: src/prefs-dialog.c:232 -#, fuzzy -msgid "Preferences" -msgstr "Glabels: 設定" +#: src/display.c:1266 src/display.c:1314 +msgid "Send to back" +msgstr "¸å¤í¤Ë¤Þ¤ï¤¹" -#: src/prefs-dialog.c:272 -msgid "Select locale specific behavior." -msgstr "" +#: src/display.c:1287 +msgid "Edit properties..." +msgstr "¥×¥í¥Ñ¥Æ¥£¤ÎÊÔ½¸..." -#. ----- Display Units Frame ------------------------------------ -#: src/prefs-dialog.c:279 -msgid "Display units" -msgstr "表示する単位" +#: src/item_text.c:450 +msgid "Edit text object properties" +msgstr "¥Æ¥­¥¹¥È¤ÎÊÔ½¸" -#: src/prefs-dialog.c:289 -msgid "Points" -msgstr "ポイント" +#: src/item_text.c:460 src/item_text.c:464 src/item_text.c:637 src/menu.c:100 +msgid "Text" +msgstr "¥Æ¥­¥¹¥È" -#: src/prefs-dialog.c:296 -msgid "Inches" -msgstr "インチ" +#: src/item_text.c:479 src/item_line.c:253 src/item_box.c:245 +#: src/item_ellipse.c:247 src/item_barcode.c:317 +msgid "Appearance" +msgstr "³°´Ñ" -#: src/prefs-dialog.c:303 -msgid "Millimeters" -msgstr "ミリ" +#. ------ Begin Text Properties box ------ +#: src/item_text.c:482 +msgid "Text Properties" +msgstr "ʸ»ú¥×¥í¥Ñ¥Æ¥£..." -#. ----- Page Size Frame ------------------------------------ -#: src/prefs-dialog.c:310 -msgid "Default page size" -msgstr "デフォルトの用紙サイズ" +#. ------ Position Frame ------ +#: src/item_text.c:500 src/item_text.c:503 src/item_line.c:274 +#: src/item_box.c:275 src/item_ellipse.c:277 src/item_image.c:318 +#: src/item_barcode.c:345 src/item_barcode.c:348 +msgid "Position" +msgstr "°ÌÃÖ" -#: src/prefs-dialog.c:364 -msgid "Select default properties for new objects." -msgstr "" +#: src/item_line.c:243 +msgid "Edit line object properties" +msgstr "ľÀþ¤ÎÊÔ½¸" -#. ------ Line box ------ -#: src/prefs-dialog.c:377 +#. ------ Begin Line box ------ +#: src/item_line.c:256 src/menu.c:106 msgid "Line" -msgstr "直線" +msgstr "ľÀþ" -#. ------ Fill box ------ -#: src/prefs-dialog.c:382 src/view-box.c:325 src/view-ellipse.c:325 -msgid "Fill" -msgstr "塗りつぶし" - -#: src/view-object.c:406 src/view.c:1520 -msgid "Delete" -msgstr "削除" - -#: src/view-object.c:416 src/view.c:1530 -msgid "Bring to front" -msgstr "前に持って来る" - -#: src/view-object.c:423 src/view.c:1536 -msgid "Send to back" -msgstr "後ろにまわす" +#: src/item_line.c:271 src/item_box.c:272 src/item_ellipse.c:274 +#: src/item_image.c:315 +msgid "Position/Size" +msgstr "°ÌÃ֤ȥµ¥¤¥º" -#: src/view-object.c:395 -msgid "Edit properties..." -msgstr "プロパティの編集..." +#. ------ Size Frame ------ +#: src/item_line.c:285 src/item_box.c:286 src/item_ellipse.c:288 +#: src/item_image.c:329 +msgid "Size" +msgstr "¥µ¥¤¥º" -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-box.c:293 +#: src/item_box.c:235 msgid "Edit box object properties" -msgstr "四角の編集" - -#: src/view-barcode.c:313 src/view-box.c:312 src/view-ellipse.c:312 -#: src/view-line.c:309 src/view-text.c:311 -msgid "Appearance" -msgstr "外観" +msgstr "»Í³Ñ¤ÎÊÔ½¸" #. ------ Line box ------ -#: src/view-box.c:315 src/view-ellipse.c:315 src/view-line.c:312 +#: src/item_box.c:248 src/item_ellipse.c:250 msgid "Outline" -msgstr "矩形" +msgstr "¶ë·Á" -#: src/view-box.c:340 src/view-ellipse.c:340 src/view-image.c:337 -#: src/view-line.c:328 -msgid "Position/Size" -msgstr "位置とサイズ" - -#. ------ Position Frame ------ -#: src/view-barcode.c:345 src/view-barcode.c:349 src/view-box.c:343 -#: src/view-ellipse.c:343 src/view-image.c:340 src/view-line.c:331 -#: src/view-text.c:334 src/view-text.c:338 -msgid "Position" -msgstr "位置" - -#. ------ Size Frame ------ -#: src/view-box.c:354 src/view-ellipse.c:356 src/view-image.c:353 -#: src/view-line.c:344 -msgid "Size" -msgstr "サイズ" +#. ------ Fill box ------ +#: src/item_box.c:258 src/item_ellipse.c:260 +msgid "Fill" +msgstr "Åɤê¤Ä¤Ö¤·" -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-ellipse.c:293 +#: src/item_ellipse.c:237 msgid "Edit ellipse object properties" -msgstr "楕円の編集" - -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-line.c:290 -msgid "Edit line object properties" -msgstr "直線の編集" +msgstr "ÂʱߤÎÊÔ½¸" -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-image.c:281 +#: src/item_image.c:257 msgid "Edit image object properties" -msgstr "画像の編集" +msgstr "²èÁü¤ÎÊÔ½¸" -#: src/view-image.c:300 +#: src/item_image.c:268 src/menu.c:113 msgid "Image" -msgstr "画像" +msgstr "²èÁü" #. ------ Size Reset Button ------ -#: src/view-image.c:364 +#: src/item_image.c:342 msgid "Reset image size" -msgstr "画像サイズのリセット" - -#: src/view-text.c:265 -msgid "Edit text object properties" -msgstr "テキストの編集" +msgstr "²èÁü¥µ¥¤¥º¤Î¥ê¥»¥Ã¥È" -#: src/view-text.c:285 src/view-text.c:605 -msgid "Text" -msgstr "テキスト" +#: src/item_image.c:389 src/item_image.c:454 +msgid "Image format not currently supported" +msgstr "²èÁü¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó" -#: src/view-barcode.c:267 +#: src/item_barcode.c:287 msgid "Edit barcode object properties" -msgstr "バーコードの編集" +msgstr "¥Ð¡¼¥³¡¼¥É¤ÎÊÔ½¸" -#: src/view-barcode.c:287 +#: src/item_barcode.c:297 msgid "Data" -msgstr "データ" +msgstr "¥Ç¡¼¥¿" -#: src/view-barcode.c:292 +#: src/item_barcode.c:299 msgid "Barcode data" -msgstr "バーコード・データ" +msgstr "¥Ð¡¼¥³¡¼¥É¡¦¥Ç¡¼¥¿" -#: src/view-barcode.c:318 -#, fuzzy -msgid "Barcode Properties" -msgstr "文字プロパティ..." +#. ------ Begin Barcode Properties Frame ------ +#: src/item_barcode.c:320 src/prefs.c:215 +msgid "General" +msgstr "Á´ÈÌ" #. ------ Barcode Style Frame ------ -#: src/view-barcode.c:328 +#: src/item_barcode.c:330 msgid "Style" -msgstr "スタイル" +msgstr "¥¹¥¿¥¤¥ë" -#: src/print.c:814 src/view-barcode.c:758 +#: src/item_barcode.c:549 src/item_barcode.c:572 src/print.c:631 msgid "Invalid barcode" -msgstr "おかしなバーコード" +msgstr "¤ª¤«¤·¤Ê¥Ð¡¼¥³¡¼¥É" -#: src/merge-properties.c:84 -msgid "Edit document-merge properties" -msgstr "結合ドキュメント・プロパティの編集" +#. W Label +#: src/prop_size.c:182 src/prop_line.c:169 +msgid "Width:" +msgstr "Éý:" -#: src/merge-properties.c:130 -msgid "Source" -msgstr "ソース" +#. H label +#: src/prop_size.c:198 +msgid "Height:" +msgstr "¹â¤µ:" -#: src/merge-properties.c:142 -msgid "Format:" -msgstr "書式:" +#: src/prop_size.c:222 +msgid "Maintain current aspect ratio" +msgstr "¸½ºß¤Î¥¢¥¹¥Ú¥¯¥ÈÈæΨ¤ò°Ý»ý¤¹¤ë" -#: src/merge-properties.c:157 -msgid "Location:" -msgstr "場所:" +#. X label +#: src/prop_position.c:173 +msgid "X:" +msgstr "X:" -#: src/merge-properties.c:167 -msgid "Fields" -msgstr "フィールド" +#. Y label +#: src/prop_position.c:191 +msgid "Y:" +msgstr "Y:" -#. ----- Contstruct basic print dialog with notebook ----- -#: src/print-dialog.c:102 -msgid "Print" -msgstr "印刷" +#. Line Width units +#: src/prop_line.c:183 src/prefs.c:448 src/prefs.c:455 +msgid "points" +msgstr "¥Ý¥¤¥ó¥È" -#: src/print-dialog.c:124 -msgid "_Job" -msgstr "" +#. Line Color Label +#: src/prop_line.c:189 src/prop_fill.c:166 src/prop_text.c:234 +#: src/prop_bc.c:188 +msgid "Color:" +msgstr "¿§:" -#: src/print-dialog.c:129 -#, fuzzy -msgid "P_rinter" -msgstr "印刷" +#. Font label +#: src/prop_text.c:181 +msgid "Font:" +msgstr "¥Õ¥©¥ó¥È:" -#. ----------- Add simple-copies widget ------------ -#: src/print-dialog.c:158 -msgid "Copies" -msgstr "コピー" +#. Alignment label +#: src/prop_text.c:248 +msgid "Alignment:" +msgstr "°ÌÃÖ:" -#. ------- Otherwise add merge control widget ------------ -#: src/print-dialog.c:174 -msgid "Document merge control" -msgstr "ドキュメントをコントロールにマージする" +#. Insert merge field label +#: src/prop_text_entry.c:180 src/prop_bc_data.c:196 +msgid "Key:" +msgstr "¥­¡¼:" -#. ----------- Add custom print options area ------------ -#: src/print-dialog.c:195 -msgid "Options" -msgstr "オプション" +#: src/prop_text_entry.c:196 +msgid "Insert merge field" +msgstr "·ë¹ç¥Õ¥£¡¼¥ë¥É¤ÎÁÞÆþ" -#: src/print-dialog.c:345 src/print-dialog.c:384 -msgid "Print preview" -msgstr "印刷プレビュー" +#. Length label +#: src/prop_vector.c:183 +msgid "Length:" +msgstr "Ťµ:" -#: src/label.c:535 -#, c-format -msgid "%s %d" -msgstr "" +#. Angle label +#: src/prop_vector.c:207 +msgid "Angle:" +msgstr "³ÑÅÙ:" -#: src/label.c:535 -msgid "Untitled" -msgstr "" +#. Angle units label +#: src/prop_vector.c:224 +msgid "degrees" +msgstr "ÅÙ" -#: src/template.c:346 -msgid "No template files found!" -msgstr "テンプレート・ファイルが見つかりません!" +#. Scale Label +#: src/prop_bc.c:168 +msgid "Scale:" +msgstr "À£Ë¡:" -#: src/xml-label.c:108 src/xml-label.c:139 -msgid "xmlParseFile error" -msgstr "xmlParseFile エラー" +#. % Label +#: src/prop_bc.c:182 +msgid "%" +msgstr "%" -#: src/xml-label.c:174 -msgid "No document root" -msgstr "root ドキュメントではありません" +#: src/prop_bc_style.c:313 +msgid "Show text with barcode" +msgstr "¥Ð¡¼¥³¡¼¥É¤òÉÕ¤±¤Æ¥Æ¥­¥¹¥È¤òɽ¼¨¤¹¤ë" -#: src/xml-label.c:186 -msgid "Importing from glabels 0.1 format" -msgstr "" +#: src/prop_bc_data.c:176 +msgid "Literal:" +msgstr "¥ê¥Æ¥é¥ë:" -#: src/xml-label.c:194 -msgid "Importing from glabels 0.4 format" -msgstr "" +#: src/label.c:173 src/label.c:197 +msgid "xmlParseFile error" +msgstr "xmlParseFile ¥¨¥é¡¼" -#: src/xml-label.c:198 -#, fuzzy -msgid "bad document, unknown glabels Namespace" -msgstr "ドキュメントの種類が間違っています。Glabels 名前空間が見つかりません。" +#: src/label.c:228 +msgid "No document root" +msgstr "root ¥É¥­¥å¥á¥ó¥È¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó" + +#: src/label.c:239 +msgid "document of the wrong type, glabels Namespace not found" +msgstr "¥É¥­¥å¥á¥ó¥È¤Î¼ïÎब´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹¡£Glabels ̾Á°¶õ´Ö¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£" -#: src/xml-label.c:226 +#: src/label.c:244 #, c-format msgid "Bad root node = \"%s\"" -msgstr "おかしな root のノード = \"%s\"" +msgstr "¤ª¤«¤·¤Ê root ¤Î¥Î¡¼¥É = \"%s\"" -#: src/xml-label.c:249 src/xml-label.c:281 +#: src/label.c:291 #, c-format msgid "bad node = \"%s\"" -msgstr "おかしなノード = \"%s\"" +msgstr "¤ª¤«¤·¤Ê¥Î¡¼¥É = \"%s\"" -#: src/xml-label.c:656 +#: src/label.c:606 msgid "Problem saving xml file." -msgstr "XML ファイルの保存で問題があります" +msgstr "XML ¥Õ¥¡¥¤¥ë¤ÎÊݸ¤ÇÌäÂ꤬¤¢¤ê¤Þ¤¹" + +#: src/template.c:224 +msgid "No template files found!" +msgstr "¥Æ¥ó¥×¥ì¡¼¥È¡¦¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡ª" + +#: src/merge_properties.c:82 +msgid "Edit document-merge properties" +msgstr "·ë¹ç¥É¥­¥å¥á¥ó¥È¡¦¥×¥í¥Ñ¥Æ¥£¤ÎÊÔ½¸" + +#: src/merge_properties.c:131 +msgid "Source" +msgstr "¥½¡¼¥¹" + +#: src/merge_properties.c:143 +msgid "Format:" +msgstr "½ñ¼°:" + +#: src/merge_properties.c:158 +msgid "Location:" +msgstr "¾ì½ê:" -#: src/merge.c:80 +#: src/merge_properties.c:168 +msgid "Fields" +msgstr "¥Õ¥£¡¼¥ë¥É" + +#: src/merge.c:78 msgid "None" -msgstr "なし" +msgstr "¤Ê¤·" -#: src/merge.c:88 +#: src/merge.c:86 msgid "Text with tab separators" -msgstr "タブで区切ったテキスト" +msgstr "¥¿¥Ö¤Ç¶èÀڤ俥ƥ­¥¹¥È" -#: src/merge.c:96 -msgid "Text with comma separators" -msgstr "コンマで区切ったテキスト" +#: src/merge.c:94 +#, fuzzy +msgid "Text with comma separators (CSV)" +msgstr "¥³¥ó¥Þ¤Ç¶èÀڤ俥ƥ­¥¹¥È" -#: src/merge.c:104 +#: src/merge.c:102 msgid "Text with colon separators" -msgstr "コロンで区切ったテキスト" +msgstr "¥³¥í¥ó¤Ç¶èÀڤ俥ƥ­¥¹¥È" -#: src/merge-ui.c:223 src/merge-ui.c:265 src/merge-ui.c:435 src/merge-ui.c:483 +#: src/merge_ui.c:207 src/merge_ui.c:242 src/merge_ui.c:387 src/merge_ui.c:428 msgid "N/A" msgstr "N/A" -#: src/merge-ui-text.c:172 +#: src/merge_ui_text.c:170 msgid "Select merge-database source" -msgstr "結合データベース・ソースの選択" +msgstr "·ë¹ç¥Ç¡¼¥¿¥Ù¡¼¥¹¡¦¥½¡¼¥¹¤ÎÁªÂò" -#: src/merge-ui-text.c:330 +#: src/merge_ui_text.c:330 msgid "Column" -msgstr "列" +msgstr "Îó" -#: src/merge-ui-text.c:334 +#: src/merge_ui_text.c:334 msgid "Custom field key" -msgstr "カスタム・フィールド・キー" +msgstr "¥«¥¹¥¿¥à¡¦¥Õ¥£¡¼¥ë¥É¡¦¥­¡¼" -#: src/merge-ui-text.c:338 +#: src/merge_ui_text.c:338 msgid "Sample data" -msgstr "サンプルデータ" +msgstr "¥µ¥ó¥×¥ë¥Ç¡¼¥¿" -#. Font label -#: src/wdgt-text-props.c:184 -msgid "Font:" -msgstr "フォント:" +#: src/menu.c:50 +msgid "_New" +msgstr "¿·µ¬(_N)" -#. Text Color Label -#: src/wdgt-bc-props.c:190 src/wdgt-fill.c:169 src/wdgt-line.c:192 -#: src/wdgt-text-props.c:237 -msgid "Color:" -msgstr "色:" +#: src/menu.c:51 +msgid "Make a new, empty label" +msgstr "¿·µ¬¤Ë¶õ¤Î¥é¥Ù¥ë¤òºîÀ®¤·¤Þ¤¹" -#. Alignment label -#: src/wdgt-text-props.c:251 -msgid "Alignment:" -msgstr "位置:" +#: src/menu.c:85 +msgid "U_nselect All " +msgstr "Á´¤ÆÁªÂò²ò½ü(_N)" -#. Insert merge field label -#: src/wdgt-bc-data.c:199 src/wdgt-text-entry.c:201 -msgid "Key:" -msgstr "キー:" - -#: src/wdgt-text-entry.c:217 -msgid "Insert merge field" -msgstr "結合フィールドの挿入" - -#. X label -#: src/wdgt-position.c:182 -msgid "X:" -msgstr "X:" - -#. Y label -#: src/wdgt-position.c:200 -msgid "Y:" -msgstr "Y:" +#: src/menu.c:86 +msgid "Remove all selections" +msgstr "ÁªÂòÈϰϤò²ò½ü¤·¤Þ¤¹" -#. W Label -#: src/wdgt-line.c:172 src/wdgt-size.c:184 -msgid "Width:" -msgstr "幅:" +#: src/menu.c:94 +msgid "Select" +msgstr "ÁªÂò" -#. H label -#: src/wdgt-size.c:200 -msgid "Height:" -msgstr "高さ:" +#: src/menu.c:95 src/menu.c:186 +msgid "Select, move and modify objects" +msgstr "¥ª¥Ö¥¸¥§¥¯¥È¤ÎÁªÂò¡¢°ÜÆ°¡¢ÊÔ½¸¤ò¹Ô¤¤¤Þ¤¹" -#: src/wdgt-size.c:224 -msgid "Maintain current aspect ratio" -msgstr "現在のアスペクト比率を維持する" +#: src/menu.c:100 src/menu.c:191 +msgid "Create text object" +msgstr "¥Æ¥­¥¹¥È¡¦¥ª¥Ö¥¸¥§¥¯¥È¤òºîÀ®¤·¤Þ¤¹" -#. Length label -#: src/wdgt-vector.c:186 -msgid "Length:" -msgstr "長さ:" +#: src/menu.c:103 +msgid "Box" +msgstr "»Í³Ñ" -#. Angle label -#: src/wdgt-vector.c:210 -msgid "Angle:" -msgstr "角度:" +#: src/menu.c:103 src/menu.c:194 +msgid "Create box/rectangle object" +msgstr "»Í³Ñ/»°³Ñ¤Î¥ª¥Ö¥¸¥§¥¯¥È¤òºîÀ®¤·¤Þ¤¹" -#. Angle units label -#: src/wdgt-vector.c:227 -msgid "degrees" -msgstr "度" +#: src/menu.c:106 src/menu.c:197 +msgid "Create line object" +msgstr "ľÀþ¥ª¥Ö¥¸¥§¥¯¥È¤òºîÀ®¤·¤Þ¤¹" -#. Scale Label -#: src/wdgt-bc-props.c:170 -msgid "Scale:" -msgstr "寸法:" +#: src/menu.c:109 +msgid "Ellipse" +msgstr "Âʱß" -#. % Label -#: src/wdgt-bc-props.c:184 -#, c-format -msgid "%" -msgstr "%" +#: src/menu.c:110 src/menu.c:200 +msgid "Create ellipse/circle object" +msgstr "Âʱß/±ß¥ª¥Ö¥¸¥§¥¯¥È¤òºîÀ®¤·¤Þ¤¹" -#: src/wdgt-bc-style.c:316 -msgid "Show text with barcode" -msgstr "バーコードを付けてテキストを表示する" +#: src/menu.c:113 src/menu.c:203 +msgid "Create image object" +msgstr "²èÁü¥ª¥Ö¥¸¥§¥¯¥È¤òºîÀ®¤·¤Þ¤¹" -#: src/wdgt-bc-data.c:179 -msgid "Literal:" -msgstr "リテラル:" +#: src/menu.c:116 +msgid "Barcode" +msgstr "¥Ð¡¼¥³¡¼¥É" -#: src/wdgt-print-copies.c:178 -msgid "Sheets:" -msgstr "用紙:" +#: src/menu.c:116 src/menu.c:206 +msgid "Create barcode object" +msgstr "¥Ð¡¼¥³¡¼¥É¡¦¥ª¥Ö¥¸¥§¥¯¥È¤òºîÀ®¤·¤Þ¤¹" -#: src/wdgt-print-copies.c:195 -msgid "Labels" -msgstr "ラベル" +#: src/menu.c:121 src/menu.c:211 +msgid "Zoom in" +msgstr "³ÈÂç" -#: src/wdgt-print-copies.c:198 -msgid "from:" -msgstr "開始:" +#: src/menu.c:124 src/menu.c:214 +msgid "Zoom out" +msgstr "½Ì¾®" -#: src/wdgt-print-copies.c:206 -msgid "to:" -msgstr "終了:" +#: src/menu.c:127 +msgid "Zoom 1:1" +msgstr "¸µ¤Î¥µ¥¤¥º¤Ø" -#: src/wdgt-print-merge.c:177 -msgid "Start on label" -msgstr "ラベルの開始" +#: src/menu.c:127 src/menu.c:217 +msgid "Zoom to 1:1" +msgstr "½Ä²£Èæ 1:1 ¤Î¥µ¥¤¥º¤Ë¤·¤Þ¤¹" -#: src/wdgt-print-merge.c:186 -msgid "on 1st sheet" -msgstr "(最初のシート)" +#: src/menu.c:132 src/menu.c:223 +msgid "Merge properties" +msgstr "·ë¹ç¥×¥í¥Ñ¥Æ¥£" -#: src/wdgt-print-merge.c:197 -msgid "Collate" -msgstr "製本" +#: src/menu.c:133 +msgid "Edit merge properties" +msgstr "·ë¹ç¥×¥í¥Ñ¥Æ¥£¤òÊÔ½¸¤·¤Þ¤¹" -#: src/wdgt-print-merge.c:204 -msgid "Copies:" -msgstr "コピー:" +#: src/menu.c:157 +msgid "_Tools" +msgstr "¥Ä¡¼¥ë(_T)" -#: src/wdgt-media-select.c:252 -msgid "Description:" -msgstr "説明:" +#: src/menu.c:168 +msgid " New " +msgstr " ¿·µ¬ " -#: src/wdgt-media-select.c:257 -msgid "Page size:" -msgstr "用紙のサイズ:" +#: src/menu.c:168 +msgid "New Label/Card" +msgstr "¿·µ¬¤Î¥é¥Ù¥ë/¥«¡¼¥É¤òºîÀ®¤·¤Þ¤¹" -#: src/wdgt-media-select.c:262 -msgid "Label size:" -msgstr "ラベルの大きさ:" +#: src/menu.c:170 +msgid " Open " +msgstr " ³«¤¯ " -#: src/wdgt-media-select.c:267 -msgid "Layout:" -msgstr "レイアウト:" +#: src/menu.c:170 +msgid "Open a file" +msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤­¤Þ¤¹" -#: src/wdgt-media-select.c:408 -#, c-format -msgid "%d x %d (%d per sheet)" -msgstr "%d x %d (%d 個/シート)" +#: src/menu.c:172 +msgid " Save " +msgstr " Êݸ " -#: src/wdgt-media-select.c:422 -#, c-format -msgid "%s x %s %s" -msgstr "%s x %s %s" +#: src/menu.c:172 +msgid "Save current file" +msgstr "¤³¤Î¥Õ¥¡¥¤¥ë¤òÊݸ¤·¤Þ¤¹" -#: src/wdgt-media-select.c:427 -#, c-format -msgid "%.5g x %.5g %s" -msgstr "%.5g x %.5g %s" +#: src/menu.c:175 +msgid " Print " +msgstr " °õºþ " -#: src/wdgt-rotate-label.c:176 -msgid "Rotate" -msgstr "回転させる" +#: src/menu.c:175 +msgid "Print current file" +msgstr "¤³¤Î¥Õ¥¡¥¤¥ë¤ò°õºþ¤·¤Þ¤¹" -#: src/bonobo-mdi.c:522 src/bonobo-mdi.c:612 src/bonobo-mdi.c:1850 -#, c-format -msgid "Activate %s" +#: src/menu.c:290 +msgid "" +"A label and business card creation program for GNOME.\n" +" \n" +"Glabels is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version.\n" +" \n" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details.\n" msgstr "" +"GNOME ¸þ¤±¤Î¥é¥Ù¥ë/¥Ó¥¸¥Í¥¹¥«¡¼¥É¤ÎºîÀ®¥×¥í¥°¥é¥à¤Ç¤¹¡£\n" +"\n" +"Glabels ¤Ï¥Õ¥ê¡¼¥½¥Õ¥È¤Ç¤¹¡£¥Õ¥ê¡¼¥½¥Õ¥È¥¦¥§¥¢ºâÃĤ¬Äê¤á¤ë GNU °ìÈ̸øÍ­»ÈÍѵö" +"Âú·ÀÌó½ñ¤ÎÂè2ÈǤ⤷¤¯¤Ï¤½¤ì°Ê¹ß¤Î¥Ð¡¼¥¸¥ç¥ó¤Î²¼¤ÇÊ£À½¡¢²þÊÔ¡¢ºÆÇÛÉÛ¤¬Ç§¤á¤é¤ì" +"¤Æ¤¤¤Þ¤¹¡£\n" +"\n" +"¤³¤Î¥×¥í¥°¥é¥à¤¬Ìò¤ËΩ¤Ä¤³¤È¤ò˾¤àÃæ¤ÇÇÛÉÛ¤µ¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢´°Á´ÌµÊݾڤǤ¹¡£ÈÎ" +"ÇäÌÜŪ¤Þ¤¿¤Ï¾¦ÍÑÌÜŪ¤ÎÊݾڤϤ¢¤ê¤Þ¤»¤ó¡£¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï GNU °ìÈ̸øÍ­»ÈÍѵöÂú·À" +"Ìó½ñ¤ò»²¾È¤·¤Æ²¼¤µ¤¤¡£\n" -#: src/gnome-recent-view-bonobo.c:189 -#, fuzzy, c-format -msgid "Open %s" -msgstr "開く" - -#~ msgid "Revert to saved copy of %s?" -#~ msgstr "%s のコピーを反転しますか?" - -#~ msgid "Unknown media type. Using default." -#~ msgstr "メディアの種類が特定できません。デフォルトを使用します。" - -#~ msgid "" -#~ "``%s'' has been modified.\n" -#~ "\n" -#~ "Do you wish to save it?" -#~ msgstr "" -#~ "%s は編集されています。\n" -#~ "\n" -#~ "保存しますか?" - -#~ msgid "Cannot save file" -#~ msgstr "ファイルを保存することが出来ません" +#: src/menu.c:326 +msgid "Function is not implemented!" +msgstr "¤Þ¤À¤³¤Îµ¡Ç½¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡ª" -#~ msgid "Save As" -#~ msgstr "名前を付けて保存" +#: src/file.c:72 +msgid "New Label or Card" +msgstr "¿·µ¬¥é¥Ù¥ë¤Þ¤¿¤Ï¥«¡¼¥É" -#~ msgid "Close / Save label as" -#~ msgstr "ラベルに名前を付けて保存して閉じます" +#: src/file.c:98 +msgid "Media Type" +msgstr "¥á¥Ç¥£¥¢¤Î¼ïÎà" -#~ msgid "Label no longer valid!" -#~ msgstr "ラベルは有効ではありません!" +#: src/file.c:109 +msgid "Label orientation" +msgstr "¥é¥Ù¥ë¤Î¸þ¤­" -#~ msgid "Image format not currently supported" -#~ msgstr "画像フォーマットはサポートしていません" +#: src/file.c:211 +msgid "Open" +msgstr "³«¤¯" -#~ msgid "General" -#~ msgstr "全般" +#: src/file.c:213 +msgid "Open label" +msgstr "¥é¥Ù¥ë¤ò³«¤­¤Þ¤¹" -#~ msgid "_New" -#~ msgstr "新規(_N)" +#: src/file.c:249 +msgid "Cannot open file" +msgstr "¥Õ¥¡¥¤¥ë¤¬³«¤±¤Þ¤»¤ó" -#~ msgid "Make a new, empty label" -#~ msgstr "新規に空のラベルを作成します" +#: src/file.c:316 +msgid "Save label as" +msgstr "¥é¥Ù¥ë¤Ë̾Á°¤òÉÕ¤±¤ÆÊݸ¤·¤Þ¤¹" -#~ msgid "U_nselect All " -#~ msgstr "全て選択解除(_N)" +#: src/media_select.c:222 +msgid "Description:" +msgstr "ÀâÌÀ:" -#~ msgid "Remove all selections" -#~ msgstr "選択範囲を解除します" +#: src/media_select.c:227 +msgid "Page size:" +msgstr "ÍÑ»æ¤Î¥µ¥¤¥º:" -#~ msgid "Select" -#~ msgstr "選択" +#: src/media_select.c:232 +msgid "Label size:" +msgstr "¥é¥Ù¥ë¤ÎÂ礭¤µ:" -#~ msgid "Select, move and modify objects" -#~ msgstr "オブジェクトの選択、移動、編集を行います" +#: src/media_select.c:237 +msgid "Layout:" +msgstr "¥ì¥¤¥¢¥¦¥È:" -#~ msgid "Create text object" -#~ msgstr "テキスト・オブジェクトを作成します" +#: src/media_select.c:353 +#, c-format +msgid "%d x %d (%d per sheet)" +msgstr "%d x %d (%d ¸Ä/¥·¡¼¥È)" -#~ msgid "Box" -#~ msgstr "四角" +#: src/media_select.c:367 +#, c-format +msgid "%s x %s %s" +msgstr "%s x %s %s" -#~ msgid "Create box/rectangle object" -#~ msgstr "四角/三角のオブジェクトを作成します" +#: src/media_select.c:372 +#, c-format +msgid "%.5g x %.5g %s" +msgstr "%.5g x %.5g %s" -#~ msgid "Create line object" -#~ msgstr "直線オブジェクトを作成します" +#: src/rotate_select.c:169 +msgid "Rotate" +msgstr "²óž¤µ¤»¤ë" -#~ msgid "Ellipse" -#~ msgstr "楕円" +#: src/print_dialog.c:99 +msgid "Print" +msgstr "°õºþ" -#~ msgid "Create ellipse/circle object" -#~ msgstr "楕円/円オブジェクトを作成します" +#. ----------- Add simple-copies widget ------------ +#: src/print_dialog.c:104 +msgid "Copies" +msgstr "¥³¥Ô¡¼" -#~ msgid "Create image object" -#~ msgstr "画像オブジェクトを作成します" +#. -------Otherwise add merge control widget ------------ +#: src/print_dialog.c:121 +msgid "Document merge control" +msgstr "¥É¥­¥å¥á¥ó¥È¤ò¥³¥ó¥È¥í¡¼¥ë¤Ë¥Þ¡¼¥¸¤¹¤ë" -#~ msgid "Barcode" -#~ msgstr "バーコード" +#. ----------- Add custom print options area ------------ +#: src/print_dialog.c:141 +msgid "Options" +msgstr "¥ª¥×¥·¥ç¥ó" -#~ msgid "Create barcode object" -#~ msgstr "バーコード・オブジェクトを作成します" +#: src/print_dialog.c:241 src/print_dialog.c:280 +msgid "Print preview" +msgstr "°õºþ¥×¥ì¥Ó¥å¡¼" -#~ msgid "Zoom in" -#~ msgstr "拡大" +#: src/print_copies.c:170 +msgid "Sheets:" +msgstr "ÍÑ»æ:" -#~ msgid "Zoom out" -#~ msgstr "縮小" +#: src/print_copies.c:187 +msgid "Labels" +msgstr "¥é¥Ù¥ë" -#~ msgid "Zoom 1:1" -#~ msgstr "元のサイズへ" +#: src/print_copies.c:190 +msgid "from:" +msgstr "³«»Ï:" -#~ msgid "Zoom to 1:1" -#~ msgstr "縦横比 1:1 のサイズにします" +#: src/print_copies.c:198 +msgid "to:" +msgstr "½ªÎ»:" -#~ msgid "Merge properties" -#~ msgstr "結合プロパティ" +#: src/print_merge.c:170 +msgid "Start on label" +msgstr "¥é¥Ù¥ë¤Î³«»Ï" -#~ msgid "Edit merge properties" -#~ msgstr "結合プロパティを編集します" +#: src/print_merge.c:179 +msgid "on 1st sheet" +msgstr "(ºÇ½é¤Î¥·¡¼¥È)" -#~ msgid "_Tools" -#~ msgstr "ツール(_T)" +#: src/print_merge.c:188 +msgid "Collate" +msgstr "À½ËÜ" -#~ msgid " New " -#~ msgstr " 新規 " +#: src/print_merge.c:195 +msgid "Copies:" +msgstr "¥³¥Ô¡¼:" -#~ msgid "New Label/Card" -#~ msgstr "新規のラベル/カードを作成します" +#: src/prefs.c:86 +msgid "Glabels: Preferences" +msgstr "Glabels: ÀßÄê" -#~ msgid " Open " -#~ msgstr " 開く " +#. ----- Display Units Frame ------------------------------------ +#: src/prefs.c:220 +msgid "Display units" +msgstr "ɽ¼¨¤¹¤ëñ°Ì" -#~ msgid "Open a file" -#~ msgstr "ファイルを開きます" +#: src/prefs.c:231 +msgid "Points" +msgstr "¥Ý¥¤¥ó¥È" -#~ msgid " Save " -#~ msgstr " 保存 " +#: src/prefs.c:237 +msgid "Inches" +msgstr "¥¤¥ó¥Á" -#~ msgid "Save current file" -#~ msgstr "このファイルを保存します" +#: src/prefs.c:244 +msgid "Millimeters" +msgstr "¥ß¥ê" -#~ msgid " Print " -#~ msgstr " 印刷 " +#. ----- Display Units Frame ------------------------------------ +#: src/prefs.c:249 +msgid "Default page size" +msgstr "¥Ç¥Õ¥©¥ë¥È¤ÎÍѻ極¥¤¥º" -#~ msgid "Print current file" -#~ msgstr "このファイルを印刷します" +#: src/prefs.c:450 +msgid "inches" +msgstr "[¥¤¥ó¥Á]" -#~ msgid "Function is not implemented!" -#~ msgstr "まだこの機能は実装されていません!" +#: src/prefs.c:452 +msgid "mm" +msgstr "[¥ß¥ê]" diff --git a/glabels2/po/pt_BR.po b/glabels2/po/pt_BR.po index 65628ec1..1f3eb8dc 100644 --- a/glabels2/po/pt_BR.po +++ b/glabels2/po/pt_BR.po @@ -2,11 +2,10 @@ # Copyright (C) 2001 Jim Evins # Paulo R. Ormenese , 2001. # -#: src/commands.c:384 msgid "" msgstr "" "Project-Id-Version: glabels 0.4.1\n" -"POT-Creation-Date: 2002-08-20 21:43-0400\n" +"POT-Creation-Date: 2002-08-24 22:30-0400\n" "PO-Revision-Date: 2002-01-31 21:20+ZONE\n" "Last-Translator: Paulo R. Ormenese \n" "Language-Team: Brazilian portuguese <>\n" @@ -14,848 +13,708 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: src/glabels.c:59 -msgid "Show view debugging messages." -msgstr "" - -#: src/glabels.c:62 -msgid "Show item debugging messages." -msgstr "" - -#: src/glabels.c:65 -msgid "Show printing debugging messages." -msgstr "" - -#: src/glabels.c:68 -msgid "Show prefs debugging messages." -msgstr "" - -#: src/glabels.c:71 -msgid "Show file debugging messages." -msgstr "" - -#: src/glabels.c:74 -msgid "Show document debugging messages." -msgstr "" - -#: src/glabels.c:77 -msgid "Show template debugging messages." -msgstr "" - -#: src/glabels.c:80 -msgid "Show xml debugging messages." -msgstr "" - -#: src/glabels.c:83 -msgid "Show document merge debugging messages." -msgstr "" - -#: src/glabels.c:86 -msgid "Show commands debugging messages." -msgstr "" - -#: src/glabels.c:89 -msgid "Show undo debugging messages." -msgstr "" - -#: src/glabels.c:92 -msgid "Show recent debugging messages." -msgstr "" - -#: src/glabels.c:95 -msgid "Show mdi debugging messages." -msgstr "" - -#: src/glabels.c:98 -msgid "Show media select widget debugging messages." -msgstr "" - -#: src/glabels.c:101 -msgid "Show mini preview widget debugging messages." -msgstr "" - -#: src/glabels.c:104 -msgid "Show widget debugging messages." -msgstr "" - -#: src/glabels.c:107 -msgid "Turn on all debugging messages." -msgstr "" - -#: src/glabels-batch.c:47 +#: src/glabels_batch.c:49 msgid "print this message" msgstr "" -#: src/glabels-batch.c:49 +#: src/glabels_batch.c:51 msgid "print the version of glabels-batch being used" msgstr "" -#: src/glabels-batch.c:51 +#: src/glabels_batch.c:53 msgid "set output filename (default=\"output.ps\")" msgstr "" -#: src/glabels-batch.c:51 +#: src/glabels_batch.c:53 msgid "filename" msgstr "" -#: src/glabels-batch.c:53 +#: src/glabels_batch.c:55 msgid "number of sheets (default=1)" msgstr "" -#: src/glabels-batch.c:53 +#: src/glabels_batch.c:55 #, fuzzy msgid "sheets" msgstr "Páginas:" -#: src/glabels-batch.c:55 +#: src/glabels_batch.c:57 msgid "number of copies (default=1)" msgstr "" -#: src/glabels-batch.c:55 +#: src/glabels_batch.c:57 #, fuzzy msgid "copies" msgstr "Cópias" -#: src/glabels-batch.c:57 src/print-dialog.c:205 +#: src/glabels_batch.c:59 src/print_dialog.c:152 msgid "print outlines (to test printer alignment)" msgstr "imprimir contornos (testar alinhamento da impressora)" -#: src/glabels-batch.c:59 src/print-dialog.c:214 +#: src/glabels_batch.c:61 src/print_dialog.c:160 msgid "print in reverse (i.e. a mirror image)" msgstr "imprimir ao contrário (como uma imagem de espelho)" -#: src/glabels-batch.c:90 +#: src/glabels_batch.c:92 msgid "[OPTION...] GLABELS_FILE..." msgstr "" -#: src/glabels-batch.c:109 +#: src/glabels_batch.c:111 msgid "missing glabels file\n" msgstr "" -#: src/glabels-batch.c:140 +#: src/glabels_batch.c:139 #, fuzzy, c-format msgid "cannot open glabels file %s\n" msgstr "Impossível abrir o arquivo" -#: src/mdi.c:579 +#: src/mdi.c:169 #, c-format -msgid "" -"Do you want to save the changes you made to the document \"%s\"? \n" -"\n" -"Your changes will be lost if you don't save them." -msgstr "" +msgid "Revert to saved copy of %s?" +msgstr "Reverter para a cópia gravada de %s?" -#: src/mdi.c:584 -#, fuzzy -msgid "Do_n't save" -msgstr "Não salve" - -#: src/mdi.c:604 -msgid "_Don't quit" -msgstr "" - -#: src/mdi.c:609 -#, fuzzy -msgid "_Don't close" -msgstr "Não salve" - -#: src/mdi.c:706 -msgid "(modified)" -msgstr "" +#: src/mdi.c:207 +msgid "Unknown media type. Using default." +msgstr "Tipo de mídia desconhecido. Usando padrão." -#: src/commands.c:359 +#: src/mdi.c:455 +#, c-format msgid "" -"A label and business card creation program for GNOME.\n" -" \n" -"Glabels is free software; you can redistribute it and/or modify it under the " -"terms of the GNU General Public License as published by the Free Software " -"Foundation; either version 2 of the License, or (at your option) any later " -"version.\n" -" \n" -"This program is distributed in the hope that it will be useful, but WITHOUT " -"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details.\n" -msgstr "" -"Um programa para criação de etiquetas e cartões de negócios para o GNOME.\n" +"``%s'' has been modified.\n" "\n" -"Glabels é software livre; você pode redistribuí-lo e/ou modificá-lo sob os " -"termos da Licença Pública Geral GNU conforme publicada pela Free Software " -"Foundation; ou a versão 2 da Licença, ou (sob sua opção) qualquer versão " -"posterior.\n" -"\n" -"Este programa é distribuido na esperança de que seja útil, mas SEM QUALQUER " -"GARANTIA; sem mesmo as garantias implícitas de COMERCIALIZAÇÃO ou AJUSTES A " -"UM PROPÓSITO PARTICULAR. Veja a Licença Pública Geral GNU para mais " -"detalhes.\n" - -#: src/commands.c:371 -#, fuzzy -msgid "Author:" -msgstr "até:" - -#: src/commands.c:374 -msgid "See the file AUTHORS for additional acknowledgments," +"Do you wish to save it?" msgstr "" +"``%s'' foi modificado.\n" +"\n" +"Deseja salvá-lo?" -#: src/commands.c:375 -msgid "or visit http://snaught.com/glabels" -msgstr "" - -#: src/commands.c:397 -#, fuzzy -msgid "glabels" -msgstr "Etiquetas" - -#: src/file.c:82 -msgid "New Label or Card" -msgstr "Nova Etiqueta ou Cartão" - -#: src/file.c:109 -msgid "Media Type" -msgstr "Tipo de mídia" - -#: src/file.c:119 -msgid "Label orientation" -msgstr "Orientação da etiqueta" - -#: src/file.c:248 -msgid "Open" -msgstr "Abrir" +#: src/mdi.c:459 +msgid "Don't save" +msgstr "Não salve" -#: src/file.c:250 -msgid "Open label" -msgstr "Abrir etiqueta" +#: src/mdi.c:601 src/file.c:288 +msgid "Cannot save file" +msgstr "Não posso salvar o arquivo" -#: src/file.c:338 -#, fuzzy, c-format -msgid "Cannot open file '%s'" -msgstr "Impossível abrir o arquivo" +#: src/mdi.c:623 src/file.c:311 +msgid "Save As" +msgstr "Salvar como" -#: src/file.c:429 -#, fuzzy, c-format -msgid "Error saving file '%s'" -msgstr "Erro gravando o arquivo" +#: src/mdi.c:626 +msgid "Close / Save label as" +msgstr "Fechar / Salvar etiqueta como" -#: src/file.c:468 -msgid "Save label as" -msgstr "Salvar etiqueta como" +#: src/mdi.c:680 src/file.c:352 +msgid "Label no longer valid!" +msgstr "Etiqueta não é mais válida" -#: src/file.c:550 +#: src/mdi.c:693 src/file.c:362 msgid "Must supply file name" msgstr "Necessário informar nome do arquivo" -#: src/file.c:569 -#, fuzzy, c-format -msgid "Error writing file '%s'" +#: src/mdi.c:705 src/file.c:374 +msgid "Error writing file" msgstr "Erro gravando o arquivo" -#. Should not happen -#: src/prefs.c:625 src/prefs.c:632 src/wdgt-line.c:186 -msgid "points" -msgstr "pontos" - -#: src/prefs.c:627 -msgid "inches" -msgstr "poleg." - -#: src/prefs.c:629 -msgid "mm" -msgstr "mm" - -#: src/prefs-dialog.c:220 -#, fuzzy -msgid "Locale" -msgstr "Escala:" - -#: src/prefs-dialog.c:224 -msgid "Object defaults" -msgstr "" - -#: src/prefs-dialog.c:232 -#, fuzzy -msgid "Preferences" -msgstr "Glabels: Preferências" - -#: src/prefs-dialog.c:272 -msgid "Select locale specific behavior." -msgstr "" - -#. ----- Display Units Frame ------------------------------------ -#: src/prefs-dialog.c:279 -msgid "Display units" -msgstr "Exibir unidades" - -#: src/prefs-dialog.c:289 -msgid "Points" -msgstr "Pontos" - -#: src/prefs-dialog.c:296 -msgid "Inches" -msgstr "Polegadas" - -#: src/prefs-dialog.c:303 -msgid "Millimeters" -msgstr "Milímetros" - -#. ----- Page Size Frame ------------------------------------ -#: src/prefs-dialog.c:310 -msgid "Default page size" -msgstr "Tamanho de página padrão" - -#: src/prefs-dialog.c:364 -msgid "Select default properties for new objects." -msgstr "" - -#. ------ Line box ------ -#: src/prefs-dialog.c:377 -msgid "Line" -msgstr "Linha" - -#. ------ Fill box ------ -#: src/prefs-dialog.c:382 src/view-box.c:325 src/view-ellipse.c:325 -msgid "Fill" -msgstr "Preencher" - -#: src/view-object.c:406 src/view.c:1520 +#: src/display.c:1250 src/display.c:1298 msgid "Delete" msgstr "Apagar" -#: src/view-object.c:416 src/view.c:1530 +#: src/display.c:1260 src/display.c:1308 msgid "Bring to front" msgstr "Trazer para frente" -#: src/view-object.c:423 src/view.c:1536 +#: src/display.c:1266 src/display.c:1314 msgid "Send to back" msgstr "Enviar para trás" -#: src/view-object.c:395 +#: src/display.c:1287 msgid "Edit properties..." msgstr "Editar propriedades..." -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-box.c:293 -msgid "Edit box object properties" -msgstr "Editar propriedades do objeto caixa" +#: src/item_text.c:450 +msgid "Edit text object properties" +msgstr "Editar propriedades do objeto texto" + +#: src/item_text.c:460 src/item_text.c:464 src/item_text.c:637 src/menu.c:100 +msgid "Text" +msgstr "Texto" -#: src/view-barcode.c:313 src/view-box.c:312 src/view-ellipse.c:312 -#: src/view-line.c:309 src/view-text.c:311 +#: src/item_text.c:479 src/item_line.c:253 src/item_box.c:245 +#: src/item_ellipse.c:247 src/item_barcode.c:317 msgid "Appearance" msgstr "Aparência" -#. ------ Line box ------ -#: src/view-box.c:315 src/view-ellipse.c:315 src/view-line.c:312 -msgid "Outline" -msgstr "Contorno" - -#: src/view-box.c:340 src/view-ellipse.c:340 src/view-image.c:337 -#: src/view-line.c:328 -msgid "Position/Size" -msgstr "Posição/Tamanho" +#. ------ Begin Text Properties box ------ +#: src/item_text.c:482 +msgid "Text Properties" +msgstr "Propriedades de Texto" #. ------ Position Frame ------ -#: src/view-barcode.c:345 src/view-barcode.c:349 src/view-box.c:343 -#: src/view-ellipse.c:343 src/view-image.c:340 src/view-line.c:331 -#: src/view-text.c:334 src/view-text.c:338 +#: src/item_text.c:500 src/item_text.c:503 src/item_line.c:274 +#: src/item_box.c:275 src/item_ellipse.c:277 src/item_image.c:318 +#: src/item_barcode.c:345 src/item_barcode.c:348 msgid "Position" msgstr "Posição" +#: src/item_line.c:243 +msgid "Edit line object properties" +msgstr "Editar propriedades do objeto linha" + +#. ------ Begin Line box ------ +#: src/item_line.c:256 src/menu.c:106 +msgid "Line" +msgstr "Linha" + +#: src/item_line.c:271 src/item_box.c:272 src/item_ellipse.c:274 +#: src/item_image.c:315 +msgid "Position/Size" +msgstr "Posição/Tamanho" + #. ------ Size Frame ------ -#: src/view-box.c:354 src/view-ellipse.c:356 src/view-image.c:353 -#: src/view-line.c:344 +#: src/item_line.c:285 src/item_box.c:286 src/item_ellipse.c:288 +#: src/item_image.c:329 msgid "Size" msgstr "Tamanho" -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-ellipse.c:293 +#: src/item_box.c:235 +msgid "Edit box object properties" +msgstr "Editar propriedades do objeto caixa" + +#. ------ Line box ------ +#: src/item_box.c:248 src/item_ellipse.c:250 +msgid "Outline" +msgstr "Contorno" + +#. ------ Fill box ------ +#: src/item_box.c:258 src/item_ellipse.c:260 +msgid "Fill" +msgstr "Preencher" + +#: src/item_ellipse.c:237 msgid "Edit ellipse object properties" msgstr "Editar propriedades do objeto elipse" -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-line.c:290 -msgid "Edit line object properties" -msgstr "Editar propriedades do objeto linha" - -#. ----------------------------------------------------------------- -#. Build dialog with notebook. -#. ----------------------------------------------------------------- -#: src/view-image.c:281 +#: src/item_image.c:257 msgid "Edit image object properties" msgstr "Editar propriedades do objeto imagem" -#: src/view-image.c:300 +#: src/item_image.c:268 src/menu.c:113 msgid "Image" msgstr "Imagem" #. ------ Size Reset Button ------ -#: src/view-image.c:364 +#: src/item_image.c:342 msgid "Reset image size" msgstr "Redefinir tamanho da imagem" -#: src/view-text.c:265 -msgid "Edit text object properties" -msgstr "Editar propriedades do objeto texto" - -#: src/view-text.c:285 src/view-text.c:605 -msgid "Text" -msgstr "Texto" +#: src/item_image.c:389 src/item_image.c:454 +msgid "Image format not currently supported" +msgstr "Formato de imagem não suportado atualmente" -#: src/view-barcode.c:267 +#: src/item_barcode.c:287 msgid "Edit barcode object properties" msgstr "Editar propriedades do objeto código de barras" -#: src/view-barcode.c:287 +#: src/item_barcode.c:297 msgid "Data" msgstr "Dado" -#: src/view-barcode.c:292 +#: src/item_barcode.c:299 msgid "Barcode data" msgstr "Dado do Código de Barras:" -#: src/view-barcode.c:318 -#, fuzzy -msgid "Barcode Properties" -msgstr "Propriedades de Texto" +#. ------ Begin Barcode Properties Frame ------ +#: src/item_barcode.c:320 src/prefs.c:215 +msgid "General" +msgstr "Geral" #. ------ Barcode Style Frame ------ -#: src/view-barcode.c:328 +#: src/item_barcode.c:330 msgid "Style" msgstr "Estilo" -#: src/print.c:814 src/view-barcode.c:758 +#: src/item_barcode.c:549 src/item_barcode.c:572 src/print.c:631 msgid "Invalid barcode" msgstr "Código de barras inválido" -#: src/merge-properties.c:84 -msgid "Edit document-merge properties" -msgstr "Editar propriedades de fusão do documento" +#. W Label +#: src/prop_size.c:182 src/prop_line.c:169 +msgid "Width:" +msgstr "Largura:" -#: src/merge-properties.c:130 -msgid "Source" -msgstr "Fonte" +#. H label +#: src/prop_size.c:198 +msgid "Height:" +msgstr "Altura:" -#: src/merge-properties.c:142 -msgid "Format:" -msgstr "Formato:" +#: src/prop_size.c:222 +msgid "Maintain current aspect ratio" +msgstr "Manter taxa de aspecto atual" -#: src/merge-properties.c:157 -msgid "Location:" -msgstr "Localização" +#. X label +#: src/prop_position.c:173 +msgid "X:" +msgstr "X:" -#: src/merge-properties.c:167 -msgid "Fields" -msgstr "Campos" +#. Y label +#: src/prop_position.c:191 +msgid "Y:" +msgstr "Y:" -#. ----- Contstruct basic print dialog with notebook ----- -#: src/print-dialog.c:102 -msgid "Print" -msgstr "Imprimir" +#. Line Width units +#: src/prop_line.c:183 src/prefs.c:448 src/prefs.c:455 +msgid "points" +msgstr "pontos" -#: src/print-dialog.c:124 -msgid "_Job" -msgstr "" +#. Line Color Label +#: src/prop_line.c:189 src/prop_fill.c:166 src/prop_text.c:234 +#: src/prop_bc.c:188 +msgid "Color:" +msgstr "Cor:" -#: src/print-dialog.c:129 -#, fuzzy -msgid "P_rinter" -msgstr "Imprimir" +#. Font label +#: src/prop_text.c:181 +msgid "Font:" +msgstr "Fonte:" -#. ----------- Add simple-copies widget ------------ -#: src/print-dialog.c:158 -msgid "Copies" -msgstr "Cópias" +#. Alignment label +#: src/prop_text.c:248 +msgid "Alignment:" +msgstr "Alinhamento:" -#. ------- Otherwise add merge control widget ------------ -#: src/print-dialog.c:174 -msgid "Document merge control" -msgstr "Controle de fusão do documento" +#. Insert merge field label +#: src/prop_text_entry.c:180 src/prop_bc_data.c:196 +msgid "Key:" +msgstr "Chave:" -#. ----------- Add custom print options area ------------ -#: src/print-dialog.c:195 -msgid "Options" -msgstr "Opções" +#: src/prop_text_entry.c:196 +msgid "Insert merge field" +msgstr "Inserir campo de fusão" -#: src/print-dialog.c:345 src/print-dialog.c:384 -msgid "Print preview" -msgstr "Visualizar impressão" +#. Length label +#: src/prop_vector.c:183 +msgid "Length:" +msgstr "Comprimento:" -#: src/label.c:535 -#, c-format -msgid "%s %d" -msgstr "" +#. Angle label +#: src/prop_vector.c:207 +msgid "Angle:" +msgstr "Ângulo:" -#: src/label.c:535 -msgid "Untitled" -msgstr "" +#. Angle units label +#: src/prop_vector.c:224 +msgid "degrees" +msgstr "graus" -#: src/template.c:346 -msgid "No template files found!" -msgstr "Nenhum arquivo modelo encontrado!" +#. Scale Label +#: src/prop_bc.c:168 +msgid "Scale:" +msgstr "Escala:" + +#. % Label +#: src/prop_bc.c:182 +msgid "%" +msgstr "%" -#: src/xml-label.c:108 src/xml-label.c:139 +#: src/prop_bc_style.c:313 +msgid "Show text with barcode" +msgstr "Exibir texto com código de barras" + +#: src/prop_bc_data.c:176 +msgid "Literal:" +msgstr "Literal:" + +#: src/label.c:173 src/label.c:197 msgid "xmlParseFile error" msgstr "erro: xmlParseFile" -#: src/xml-label.c:174 +#: src/label.c:228 #, fuzzy msgid "No document root" msgstr "Sem raiz do documento" -#: src/xml-label.c:186 -msgid "Importing from glabels 0.1 format" -msgstr "" - -#: src/xml-label.c:194 -msgid "Importing from glabels 0.4 format" -msgstr "" - -#: src/xml-label.c:198 -#, fuzzy -msgid "bad document, unknown glabels Namespace" +#: src/label.c:239 +msgid "document of the wrong type, glabels Namespace not found" msgstr "documento de tipo errado, espaço de nome glabels não encontrado" -#: src/xml-label.c:226 +#: src/label.c:244 #, c-format msgid "Bad root node = \"%s\"" msgstr "Nó raiz ruim = \"%s\"" -#: src/xml-label.c:249 src/xml-label.c:281 +#: src/label.c:291 #, c-format msgid "bad node = \"%s\"" msgstr "nó ruim = \"%s\"" -#: src/xml-label.c:656 +#: src/label.c:606 msgid "Problem saving xml file." msgstr "Problema salvando arquivo xml." -#: src/merge.c:80 +#: src/template.c:224 +msgid "No template files found!" +msgstr "Nenhum arquivo modelo encontrado!" + +#: src/merge_properties.c:82 +msgid "Edit document-merge properties" +msgstr "Editar propriedades de fusão do documento" + +#: src/merge_properties.c:131 +msgid "Source" +msgstr "Fonte" + +#: src/merge_properties.c:143 +msgid "Format:" +msgstr "Formato:" + +#: src/merge_properties.c:158 +msgid "Location:" +msgstr "Localização" + +#: src/merge_properties.c:168 +msgid "Fields" +msgstr "Campos" + +#: src/merge.c:78 msgid "None" msgstr "Nenhum" -#: src/merge.c:88 +#: src/merge.c:86 msgid "Text with tab separators" msgstr "Texto separado com tab" -#: src/merge.c:96 -msgid "Text with comma separators" +#: src/merge.c:94 +#, fuzzy +msgid "Text with comma separators (CSV)" msgstr "Texto separado com vírgula" -#: src/merge.c:104 +#: src/merge.c:102 msgid "Text with colon separators" msgstr "Texto separado com dois pontos" -#: src/merge-ui.c:223 src/merge-ui.c:265 src/merge-ui.c:435 src/merge-ui.c:483 +#: src/merge_ui.c:207 src/merge_ui.c:242 src/merge_ui.c:387 src/merge_ui.c:428 msgid "N/A" msgstr "Não definido" -#: src/merge-ui-text.c:172 +#: src/merge_ui_text.c:170 msgid "Select merge-database source" msgstr "Selecione a fonte da base de dados da fusão" -#: src/merge-ui-text.c:330 +#: src/merge_ui_text.c:330 msgid "Column" msgstr "Coluna" -#: src/merge-ui-text.c:334 +#: src/merge_ui_text.c:334 msgid "Custom field key" msgstr "Chave do campo específico" -#: src/merge-ui-text.c:338 +#: src/merge_ui_text.c:338 msgid "Sample data" msgstr "Dado de amostra" -#. Font label -#: src/wdgt-text-props.c:184 -msgid "Font:" -msgstr "Fonte:" +#: src/menu.c:50 +msgid "_New" +msgstr "_Novo" -#. Text Color Label -#: src/wdgt-bc-props.c:190 src/wdgt-fill.c:169 src/wdgt-line.c:192 -#: src/wdgt-text-props.c:237 -msgid "Color:" -msgstr "Cor:" +#: src/menu.c:51 +msgid "Make a new, empty label" +msgstr "Criar uma etiqueta nova, vazia" -#. Alignment label -#: src/wdgt-text-props.c:251 -msgid "Alignment:" -msgstr "Alinhamento:" +#: src/menu.c:85 +msgid "U_nselect All " +msgstr "D_esmarcar Tudo " -#. Insert merge field label -#: src/wdgt-bc-data.c:199 src/wdgt-text-entry.c:201 -msgid "Key:" -msgstr "Chave:" +#: src/menu.c:86 +msgid "Remove all selections" +msgstr "Remover todas as seleções" -#: src/wdgt-text-entry.c:217 -msgid "Insert merge field" -msgstr "Inserir campo de fusão" +#: src/menu.c:94 +msgid "Select" +msgstr "Selecionar" -#. X label -#: src/wdgt-position.c:182 -msgid "X:" -msgstr "X:" +#: src/menu.c:95 src/menu.c:186 +msgid "Select, move and modify objects" +msgstr "Selecionar, movimentar e modificar objetos" -#. Y label -#: src/wdgt-position.c:200 -msgid "Y:" -msgstr "Y:" +#: src/menu.c:100 src/menu.c:191 +msgid "Create text object" +msgstr "Criar objeto texto" -#. W Label -#: src/wdgt-line.c:172 src/wdgt-size.c:184 -msgid "Width:" -msgstr "Largura:" +#: src/menu.c:103 +msgid "Box" +msgstr "Caixa" -#. H label -#: src/wdgt-size.c:200 -msgid "Height:" -msgstr "Altura:" +#: src/menu.c:103 src/menu.c:194 +msgid "Create box/rectangle object" +msgstr "Criar objeto caixa/retângulo" -#: src/wdgt-size.c:224 -msgid "Maintain current aspect ratio" -msgstr "Manter taxa de aspecto atual" +#: src/menu.c:106 src/menu.c:197 +msgid "Create line object" +msgstr "Criar objeto linha" -#. Length label -#: src/wdgt-vector.c:186 -msgid "Length:" -msgstr "Comprimento:" +#: src/menu.c:109 +msgid "Ellipse" +msgstr "Elipse" -#. Angle label -#: src/wdgt-vector.c:210 -msgid "Angle:" -msgstr "Ângulo:" +#: src/menu.c:110 src/menu.c:200 +msgid "Create ellipse/circle object" +msgstr "Criar objeto elipse/círculo" -#. Angle units label -#: src/wdgt-vector.c:227 -msgid "degrees" -msgstr "graus" +#: src/menu.c:113 src/menu.c:203 +msgid "Create image object" +msgstr "Criar objeto imagem" -#. Scale Label -#: src/wdgt-bc-props.c:170 -msgid "Scale:" -msgstr "Escala:" +#: src/menu.c:116 +msgid "Barcode" +msgstr "Código de Barras" -#. % Label -#: src/wdgt-bc-props.c:184 -#, c-format -msgid "%" -msgstr "%" +#: src/menu.c:116 src/menu.c:206 +msgid "Create barcode object" +msgstr "Criar objeto código de barras" -#: src/wdgt-bc-style.c:316 -msgid "Show text with barcode" -msgstr "Exibir texto com código de barras" +#: src/menu.c:121 src/menu.c:211 +msgid "Zoom in" +msgstr "Mais Zoom" -#: src/wdgt-bc-data.c:179 -msgid "Literal:" -msgstr "Literal:" +#: src/menu.c:124 src/menu.c:214 +msgid "Zoom out" +msgstr "Menos Zoom" -#: src/wdgt-print-copies.c:178 -msgid "Sheets:" -msgstr "Páginas:" +#: src/menu.c:127 +msgid "Zoom 1:1" +msgstr "Zoom 1:1" -#: src/wdgt-print-copies.c:195 -msgid "Labels" -msgstr "Etiquetas" +#: src/menu.c:127 src/menu.c:217 +msgid "Zoom to 1:1" +msgstr "Zoom para 1:1" -#: src/wdgt-print-copies.c:198 -msgid "from:" -msgstr "de:" +#: src/menu.c:132 src/menu.c:223 +msgid "Merge properties" +msgstr "Propriedades de Fusão" -#: src/wdgt-print-copies.c:206 -msgid "to:" -msgstr "até:" +#: src/menu.c:133 +msgid "Edit merge properties" +msgstr "Editar propriedades de fusão" -#: src/wdgt-print-merge.c:177 -msgid "Start on label" -msgstr "Iniciar na etiqueta" +#: src/menu.c:157 +msgid "_Tools" +msgstr "_Ferramentas" -#: src/wdgt-print-merge.c:186 -msgid "on 1st sheet" -msgstr "na primeira folha" +#: src/menu.c:168 +msgid " New " +msgstr " Novo " -#: src/wdgt-print-merge.c:197 -#, fuzzy -msgid "Collate" -msgstr "Montar" +#: src/menu.c:168 +msgid "New Label/Card" +msgstr "Nova Etiqueta/Cartão" -#: src/wdgt-print-merge.c:204 -msgid "Copies:" -msgstr "Cópias:" +#: src/menu.c:170 +msgid " Open " +msgstr " Abrir " + +#: src/menu.c:170 +msgid "Open a file" +msgstr "Abrir um arquivo" + +#: src/menu.c:172 +msgid " Save " +msgstr " Salvar " + +#: src/menu.c:172 +msgid "Save current file" +msgstr "Salvar arquivo atual" -#: src/wdgt-media-select.c:252 +#: src/menu.c:175 +msgid " Print " +msgstr " Imprimir " + +#: src/menu.c:175 +msgid "Print current file" +msgstr "Imprimir arquivo atual" + +#: src/menu.c:290 +msgid "" +"A label and business card creation program for GNOME.\n" +" \n" +"Glabels is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version.\n" +" \n" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details.\n" +msgstr "" +"Um programa para criação de etiquetas e cartões de negócios para o GNOME.\n" +"\n" +"Glabels é software livre; você pode redistribuí-lo e/ou modificá-lo sob os " +"termos da Licença Pública Geral GNU conforme publicada pela Free Software " +"Foundation; ou a versão 2 da Licença, ou (sob sua opção) qualquer versão " +"posterior.\n" +"\n" +"Este programa é distribuido na esperança de que seja útil, mas SEM QUALQUER " +"GARANTIA; sem mesmo as garantias implícitas de COMERCIALIZAÇÃO ou AJUSTES A " +"UM PROPÓSITO PARTICULAR. Veja a Licença Pública Geral GNU para mais " +"detalhes.\n" + +#: src/menu.c:326 +msgid "Function is not implemented!" +msgstr "Função não está implementada!" + +#: src/file.c:72 +msgid "New Label or Card" +msgstr "Nova Etiqueta ou Cartão" + +#: src/file.c:98 +msgid "Media Type" +msgstr "Tipo de mídia" + +#: src/file.c:109 +msgid "Label orientation" +msgstr "Orientação da etiqueta" + +#: src/file.c:211 +msgid "Open" +msgstr "Abrir" + +#: src/file.c:213 +msgid "Open label" +msgstr "Abrir etiqueta" + +#: src/file.c:249 +msgid "Cannot open file" +msgstr "Impossível abrir o arquivo" + +#: src/file.c:316 +msgid "Save label as" +msgstr "Salvar etiqueta como" + +#: src/media_select.c:222 msgid "Description:" msgstr "Descrição:" -#: src/wdgt-media-select.c:257 +#: src/media_select.c:227 msgid "Page size:" msgstr "Tamanho da página:" -#: src/wdgt-media-select.c:262 +#: src/media_select.c:232 msgid "Label size:" msgstr "Tamanho da etiqueta:" -#: src/wdgt-media-select.c:267 +#: src/media_select.c:237 msgid "Layout:" msgstr "Disposição:" -#: src/wdgt-media-select.c:408 +#: src/media_select.c:353 #, c-format msgid "%d x %d (%d per sheet)" msgstr "%d x %d (%d por página)" -#: src/wdgt-media-select.c:422 +#: src/media_select.c:367 #, c-format msgid "%s x %s %s" msgstr "%s x %s %s" -#: src/wdgt-media-select.c:427 +#: src/media_select.c:372 #, c-format msgid "%.5g x %.5g %s" msgstr "%.5g x %.5g %s" -#: src/wdgt-rotate-label.c:176 +#: src/rotate_select.c:169 msgid "Rotate" msgstr "Girar" -#: src/bonobo-mdi.c:522 src/bonobo-mdi.c:612 src/bonobo-mdi.c:1850 -#, c-format -msgid "Activate %s" -msgstr "" - -#: src/gnome-recent-view-bonobo.c:189 -#, fuzzy, c-format -msgid "Open %s" -msgstr "Abrir" - -#~ msgid "Revert to saved copy of %s?" -#~ msgstr "Reverter para a cópia gravada de %s?" - -#~ msgid "Unknown media type. Using default." -#~ msgstr "Tipo de mídia desconhecido. Usando padrão." - -#~ msgid "" -#~ "``%s'' has been modified.\n" -#~ "\n" -#~ "Do you wish to save it?" -#~ msgstr "" -#~ "``%s'' foi modificado.\n" -#~ "\n" -#~ "Deseja salvá-lo?" - -#~ msgid "Cannot save file" -#~ msgstr "Não posso salvar o arquivo" - -#~ msgid "Save As" -#~ msgstr "Salvar como" - -#~ msgid "Close / Save label as" -#~ msgstr "Fechar / Salvar etiqueta como" - -#~ msgid "Label no longer valid!" -#~ msgstr "Etiqueta não é mais válida" - -#~ msgid "Image format not currently supported" -#~ msgstr "Formato de imagem não suportado atualmente" - -#~ msgid "General" -#~ msgstr "Geral" - -#~ msgid "_New" -#~ msgstr "_Novo" - -#~ msgid "Make a new, empty label" -#~ msgstr "Criar uma etiqueta nova, vazia" - -#~ msgid "U_nselect All " -#~ msgstr "D_esmarcar Tudo " - -#~ msgid "Remove all selections" -#~ msgstr "Remover todas as seleções" - -#~ msgid "Select" -#~ msgstr "Selecionar" - -#~ msgid "Select, move and modify objects" -#~ msgstr "Selecionar, movimentar e modificar objetos" - -#~ msgid "Create text object" -#~ msgstr "Criar objeto texto" - -#~ msgid "Box" -#~ msgstr "Caixa" - -#~ msgid "Create box/rectangle object" -#~ msgstr "Criar objeto caixa/retângulo" - -#~ msgid "Create line object" -#~ msgstr "Criar objeto linha" - -#~ msgid "Ellipse" -#~ msgstr "Elipse" +#: src/print_dialog.c:99 +msgid "Print" +msgstr "Imprimir" -#~ msgid "Create ellipse/circle object" -#~ msgstr "Criar objeto elipse/círculo" +#. ----------- Add simple-copies widget ------------ +#: src/print_dialog.c:104 +msgid "Copies" +msgstr "Cópias" -#~ msgid "Create image object" -#~ msgstr "Criar objeto imagem" +#. -------Otherwise add merge control widget ------------ +#: src/print_dialog.c:121 +msgid "Document merge control" +msgstr "Controle de fusão do documento" -#~ msgid "Barcode" -#~ msgstr "Código de Barras" +#. ----------- Add custom print options area ------------ +#: src/print_dialog.c:141 +msgid "Options" +msgstr "Opções" -#~ msgid "Create barcode object" -#~ msgstr "Criar objeto código de barras" +#: src/print_dialog.c:241 src/print_dialog.c:280 +msgid "Print preview" +msgstr "Visualizar impressão" -#~ msgid "Zoom in" -#~ msgstr "Mais Zoom" +#: src/print_copies.c:170 +msgid "Sheets:" +msgstr "Páginas:" -#~ msgid "Zoom out" -#~ msgstr "Menos Zoom" +#: src/print_copies.c:187 +msgid "Labels" +msgstr "Etiquetas" -#~ msgid "Zoom 1:1" -#~ msgstr "Zoom 1:1" +#: src/print_copies.c:190 +msgid "from:" +msgstr "de:" -#~ msgid "Zoom to 1:1" -#~ msgstr "Zoom para 1:1" +#: src/print_copies.c:198 +msgid "to:" +msgstr "até:" -#~ msgid "Merge properties" -#~ msgstr "Propriedades de Fusão" +#: src/print_merge.c:170 +msgid "Start on label" +msgstr "Iniciar na etiqueta" -#~ msgid "Edit merge properties" -#~ msgstr "Editar propriedades de fusão" +#: src/print_merge.c:179 +msgid "on 1st sheet" +msgstr "na primeira folha" -#~ msgid "_Tools" -#~ msgstr "_Ferramentas" +#: src/print_merge.c:188 +#, fuzzy +msgid "Collate" +msgstr "Montar" -#~ msgid " New " -#~ msgstr " Novo " +#: src/print_merge.c:195 +msgid "Copies:" +msgstr "Cópias:" -#~ msgid "New Label/Card" -#~ msgstr "Nova Etiqueta/Cartão" +#: src/prefs.c:86 +msgid "Glabels: Preferences" +msgstr "Glabels: Preferências" -#~ msgid " Open " -#~ msgstr " Abrir " +#. ----- Display Units Frame ------------------------------------ +#: src/prefs.c:220 +msgid "Display units" +msgstr "Exibir unidades" -#~ msgid "Open a file" -#~ msgstr "Abrir um arquivo" +#: src/prefs.c:231 +msgid "Points" +msgstr "Pontos" -#~ msgid " Save " -#~ msgstr " Salvar " +#: src/prefs.c:237 +msgid "Inches" +msgstr "Polegadas" -#~ msgid "Save current file" -#~ msgstr "Salvar arquivo atual" +#: src/prefs.c:244 +msgid "Millimeters" +msgstr "Milímetros" -#~ msgid " Print " -#~ msgstr " Imprimir " +#. ----- Display Units Frame ------------------------------------ +#: src/prefs.c:249 +msgid "Default page size" +msgstr "Tamanho de página padrão" -#~ msgid "Print current file" -#~ msgstr "Imprimir arquivo atual" +#: src/prefs.c:450 +msgid "inches" +msgstr "poleg." -#~ msgid "Function is not implemented!" -#~ msgstr "Função não está implementada!" +#: src/prefs.c:452 +msgid "mm" +msgstr "mm" #~ msgid "Function is not yet implemented!" #~ msgstr "Função ainda não implementada!" -- 2.39.5