From 7cb10bab164bd53e54c8ac00ebdd2dd449dce8b0 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Mon, 12 Jun 2000 22:33:37 +0000 Subject: [PATCH] Add openbsd to config.guess. Remove use of 'category' in xfer dialog. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2458 57a11ea4-9604-0410-9ed3-97b8803252fd --- config.guess | 728 +++++++++++++++++++++++++++++++----- configure | 505 ++++++++++++------------- configure.in | 2 + po/de.po | 312 ++++++++-------- po/en_GB.po | 308 ++++++++------- po/fr.po | 316 ++++++++-------- po/gnucash.pot | 308 ++++++++------- po/ja.po | 312 ++++++++-------- po/sv.po | 318 ++++++++-------- src/gnome/dialog-transfer.c | 4 +- src/messages_i18n.h | 5 +- 11 files changed, 1834 insertions(+), 1284 deletions(-) diff --git a/config.guess b/config.guess index 2ff0eba28a..e1b5871708 100755 --- a/config.guess +++ b/config.guess @@ -1,6 +1,7 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 +# Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -23,6 +24,7 @@ # Written by Per Bothner . # The master version of this file is at the FSF in /home/gd/gnu/lib. +# Please send patches to . # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and @@ -35,6 +37,20 @@ # (but try to keep the structure clean). # +# Use $HOST_CC if defined. $CC may point to a cross-compiler +if test x"$CC_FOR_BUILD" = x; then + if test x"$HOST_CC" != x; then + CC_FOR_BUILD="$HOST_CC" + else + if test x"$CC" != x; then + CC_FOR_BUILD="$CC" + else + CC_FOR_BUILD=cc + fi + fi +fi + + # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 8/24/94.) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then @@ -46,40 +62,131 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15 +dummy=dummy-$$ +trap 'rm -f $dummy.c $dummy.o $dummy; exit 1' 1 2 15 # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - alpha:OSF1:V*:*) - # After 1.2, OSF1 uses "V1.3" for uname -r. - echo alpha-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^V//'` - exit 0 ;; alpha:OSF1:*:*) + if test $UNAME_RELEASE = "V4.0"; then + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + fi + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo alpha-dec-osf${UNAME_RELEASE} - exit 0 ;; + cat <$dummy.s + .globl main + .ent main +main: + .frame \$30,0,\$26,0 + .prologue 0 + .long 0x47e03d80 # implver $0 + lda \$2,259 + .long 0x47e20c21 # amask $2,$1 + srl \$1,8,\$2 + sll \$2,2,\$2 + sll \$0,3,\$0 + addl \$1,\$0,\$0 + addl \$2,\$0,\$0 + ret \$31,(\$26),1 + .end main +EOF + $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null + if test "$?" = 0 ; then + ./$dummy + case "$?" in + 7) + UNAME_MACHINE="alpha" + ;; + 15) + UNAME_MACHINE="alphaev5" + ;; + 14) + UNAME_MACHINE="alphaev56" + ;; + 10) + UNAME_MACHINE="alphapca56" + ;; + 16) + UNAME_MACHINE="alphaev6" + ;; + esac + fi + rm -f $dummy.s $dummy + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit 0 ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit 0 ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit 0 ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-cbm-sysv4 + exit 0;; amiga:NetBSD:*:*) echo m68k-cbm-netbsd${UNAME_RELEASE} exit 0 ;; + amiga:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit 0 ;; + arc64:OpenBSD:*:*) + echo mips64el-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + arc:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + hkmips:OpenBSD:*:*) + echo mips-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + pmax:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + sgi:OpenBSD:*:*) + echo mips-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + wgrisc:OpenBSD:*:*) + echo mipsel-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; - Pyramid*:OSx*:*:*) + arm32:NetBSD:*:*) + echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + exit 0 ;; + SR2?01:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit 0;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit 0 ;; - sun4*:SunOS:5.*:*) + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit 0 ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; i86pc:SunOS:5.*:*) - echo i386-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize @@ -99,27 +206,119 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit 0 ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit 0 ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit 0 ;; atari*:NetBSD:*:*) echo m68k-atari-netbsd${UNAME_RELEASE} exit 0 ;; + atari*:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit 0 ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit 0 ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit 0 ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit 0 ;; sun3*:NetBSD:*:*) echo m68k-sun-netbsd${UNAME_RELEASE} exit 0 ;; + sun3*:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; mac68k:NetBSD:*:*) echo m68k-apple-netbsd${UNAME_RELEASE} exit 0 ;; + mac68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme68k:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + mvme88k:OpenBSD:*:*) + echo m88k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit 0 ;; + macppc:NetBSD:*:*) + echo powerpc-apple-netbsd${UNAME_RELEASE} + exit 0 ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit 0 ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit 0 ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit 0 ;; - mips:*:4*:UMIPS) - echo mips-mips-riscos4sysv + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} exit 0 ;; - mips:*:5*:RISCos) + mips:*:*:UMIPS | mips:*:*:RISCos) + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD $dummy.c -o $dummy \ + && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ + && rm $dummy.c $dummy && exit 0 + rm -f $dummy.c $dummy echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit 0 ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit 0 ;; @@ -130,11 +329,19 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in echo m88k-motorola-sysv3 exit 0 ;; AViiON:dgux:*:*) - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \ - -o ${TARGET_BINARY_INTERFACE}x = x ] ; then + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then echo m88k-dg-dgux${UNAME_RELEASE} - else + else echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} fi exit 0 ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) @@ -153,15 +360,15 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; - ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' - i[34]86:AIX:*:*) + i?86:AIX:*:*) echo i386-ibm-aix exit 0 ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - sed 's/^ //' << EOF >dummy.c + sed 's/^ //' << EOF >$dummy.c #include main() @@ -172,8 +379,8 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in exit(0); } EOF - ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0 - rm -f dummy.c dummy + $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0 + rm -f $dummy.c $dummy echo rs6000-ibm-aix3.2.5 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 @@ -182,7 +389,8 @@ EOF fi exit 0 ;; *:AIX:*:4) - if /usr/sbin/lsattr -EHl proc0 | grep POWER >/dev/null 2>&1; then + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'` + if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc @@ -201,7 +409,7 @@ EOF echo romp-ibm-bsd4.4 exit 0 ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit 0 ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx @@ -215,18 +423,50 @@ EOF hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit 0 ;; - 9000/[3478]??:HP-UX:*:*) + 9000/[34678]??:HP-UX:*:*) case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/7?? | 9000/8?[79] ) HP_ARCH=hppa1.1 ;; - 9000/8?? ) HP_ARCH=hppa1.0 ;; + 9000/[678][0-9][0-9]) + sed 's/^ //' << EOF >$dummy.c + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy` + rm -f $dummy.c $dummy esac HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit 0 ;; 3050*:HI-UX:*:*) - sed 's/^ //' << EOF >dummy.c + sed 's/^ //' << EOF >$dummy.c #include int main () @@ -251,8 +491,8 @@ EOF exit (0); } EOF - ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0 - rm -f dummy.c dummy + $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0 + rm -f $dummy.c $dummy echo unknown-hitachi-hiuxwe2 exit 0 ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) @@ -261,15 +501,28 @@ EOF 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit 0 ;; + *9??*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit 0 ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit 0 ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit 0 ;; + i?86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit 0 ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit 0 ;; + hppa*:OpenBSD:*:*) + echo hppa-unknown-openbsd + exit 0 ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit 0 ;; @@ -294,87 +547,326 @@ EOF CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} exit 0 ;; - CRAY*C90:*:*:*) - echo c90-cray-unicos${UNAME_RELEASE} + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ + exit 0 ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} + exit 0 ;; + CRAY*T3E:*:*:*) + echo alpha-cray-unicosmk${UNAME_RELEASE} exit 0 ;; CRAY-2:*:*:*) echo cray2-cray-unicos exit 0 ;; + F300:UNIX_System_V:*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit 0 ;; + F301:UNIX_System_V:*:*) + echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'` + exit 0 ;; hp3[0-9][05]:NetBSD:*:*) echo m68k-hp-netbsd${UNAME_RELEASE} exit 0 ;; - i[34]86:BSD/386:*:* | *:BSD/OS:*:*) + hp300:OpenBSD:*:*) + echo m68k-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; + i?86:BSD/386:*:* | i?86:BSD/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit 0 ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit 0 ;; + *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; *:FreeBSD:*:*) + if test -x /usr/bin/objformat; then + if test "elf" = "`/usr/bin/objformat`"; then + echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` + exit 0 + fi + fi echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; *:NetBSD:*:*) - echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` + exit 0 ;; + *:OpenBSD:*:*) + echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + exit 0 ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit 0 ;; + i*:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit 0 ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i386-pc-interix + exit 0 ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit 0 ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit 0 ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) - echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; *:Linux:*:*) + # The BFD linker knows what the default object file format is, so - # first see if it will tell us. - ld_help_string=`ld --help 2>&1` - if echo $ld_help_string | grep >/dev/null 2>&1 "supported emulations: elf_i[345]86"; then - echo "${UNAME_MACHINE}-unknown-linux" ; exit 0 - elif echo $ld_help_string | grep >/dev/null 2>&1 "supported emulations: i[345]86linux"; then - echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0 - elif echo $ld_help_string | grep >/dev/null 2>&1 "supported emulations: i[345]86coff"; then - echo "${UNAME_MACHINE}-unknown-linuxcoff" ; exit 0 - elif test "${UNAME_MACHINE}" = "alpha" ; then - echo alpha-unknown-linux ; exit 0 - else - # Either a pre-BFD a.out linker (linuxoldld) or one that does not give us - # useful --help. Gcc wants to distinguish between linuxoldld and linuxaout. - test ! -d /usr/lib/ldscripts/. \ - && echo "${UNAME_MACHINE}-unknown-linuxoldld" && exit 0 - # Determine whether the default compiler is a.out or elf - cat >dummy.c <&1` + ld_supported_emulations=`echo $ld_help_string \ + | sed -ne '/supported emulations:/!d + s/[ ][ ]*/ /g + s/.*supported emulations: *// + s/ .*// + p'` + case "$ld_supported_emulations" in + *ia64) + echo "${UNAME_MACHINE}-unknown-linux" + exit 0 + ;; + i?86linux) + echo "${UNAME_MACHINE}-pc-linux-gnuaout" + exit 0 + ;; + i?86coff) + echo "${UNAME_MACHINE}-pc-linux-gnucoff" + exit 0 + ;; + sparclinux) + echo "${UNAME_MACHINE}-unknown-linux-gnuaout" + exit 0 + ;; + armlinux) + echo "${UNAME_MACHINE}-unknown-linux-gnuaout" + exit 0 + ;; + elf32arm*) + echo "${UNAME_MACHINE}-unknown-linux-gnu" + exit 0 + ;; + armelf_linux*) + echo "${UNAME_MACHINE}-unknown-linux-gnu" + exit 0 + ;; + m68klinux) + echo "${UNAME_MACHINE}-unknown-linux-gnuaout" + exit 0 + ;; + elf32ppc) + # Determine Lib Version + cat >$dummy.c < +#if defined(__GLIBC__) +extern char __libc_version[]; +extern char __libc_release[]; +#endif main(argc, argv) -int argc; -char *argv[]; + int argc; + char *argv[]; { -#ifdef __ELF__ - printf ("%s-unknown-linux\n", argv[1]); +#if defined(__GLIBC__) + printf("%s %s\n", __libc_version, __libc_release); #else - printf ("%s-unknown-linuxaout\n", argv[1]); + printf("unkown\n"); #endif return 0; } EOF - ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 - rm -f dummy.c dummy + LIBC="" + $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null + if test "$?" = 0 ; then + ./$dummy | grep 1\.99 > /dev/null + if test "$?" = 0 ; then + LIBC="libc1" + fi + fi + rm -f $dummy.c $dummy + echo powerpc-unknown-linux-gnu${LIBC} + exit 0 + ;; + esac + + if test "${UNAME_MACHINE}" = "alpha" ; then + sed 's/^ //' <$dummy.s + .globl main + .ent main + main: + .frame \$30,0,\$26,0 + .prologue 0 + .long 0x47e03d80 # implver $0 + lda \$2,259 + .long 0x47e20c21 # amask $2,$1 + srl \$1,8,\$2 + sll \$2,2,\$2 + sll \$0,3,\$0 + addl \$1,\$0,\$0 + addl \$2,\$0,\$0 + ret \$31,(\$26),1 + .end main +EOF + LIBC="" + $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null + if test "$?" = 0 ; then + ./$dummy + case "$?" in + 7) + UNAME_MACHINE="alpha" + ;; + 15) + UNAME_MACHINE="alphaev5" + ;; + 14) + UNAME_MACHINE="alphaev56" + ;; + 10) + UNAME_MACHINE="alphapca56" + ;; + 16) + UNAME_MACHINE="alphaev6" + ;; + esac + + objdump --private-headers $dummy | \ + grep ld.so.1 > /dev/null + if test "$?" = 0 ; then + LIBC="libc1" + fi + fi + rm -f $dummy.s $dummy + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} ; exit 0 + elif test "${UNAME_MACHINE}" = "mips" ; then + cat >$dummy.c </dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0 + rm -f $dummy.c $dummy + else + # Either a pre-BFD a.out linker (linux-gnuoldld) + # or one that does not give us useful --help. + # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. + # If ld does not provide *any* "supported emulations:" + # that means it is gnuoldld. + echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations:" + test $? != 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 + + case "${UNAME_MACHINE}" in + i?86) + VENDOR=pc; + ;; + *) + VENDOR=unknown; + ;; + esac + # Determine whether the default compiler is a.out or elf + cat >$dummy.c < +#ifdef __cplusplus + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif +#ifdef __ELF__ +# ifdef __GLIBC__ +# if __GLIBC__ >= 2 + printf ("%s-${VENDOR}-linux-gnu\n", argv[1]); +# else + printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); +# endif +# else + printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); +# endif +#else + printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]); +#endif + return 0; +} +EOF + $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0 + rm -f $dummy.c $dummy fi ;; # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions # are messed up and put the nodename in both sysname and nodename. - i[34]86:DYNIX/ptx:4*:*) + i?86:DYNIX/ptx:4*:*) echo i386-sequent-sysv4 exit 0 ;; - i[34]86:*:4.*:* | i[34]86:SYSTEM_V:4.*:*) + i?86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit 0 ;; + i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE} + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE} + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit 0 ;; - i[34]86:*:3.2:*) + i?86:*:5:7*) + # Fixed at (any) Pentium or better + UNAME_MACHINE=i586 + if [ ${UNAME_SYSTEM} = "UnixWare" ] ; then + echo ${UNAME_MACHINE}-sco-sysv${UNAME_RELEASE}uw${UNAME_VERSION} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE} + fi + exit 0 ;; + i?86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')` (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 - echo ${UNAME_MACHINE}-unknown-sco$UNAME_REL + (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else - echo ${UNAME_MACHINE}-unknown-sysv32 + echo ${UNAME_MACHINE}-pc-sysv32 fi exit 0 ;; + pc:*:*:*) + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i386. + echo i386-pc-msdosdjgpp + exit 0 ;; Intel:Mach:3*:*) - echo i386-unknown-mach3 + echo i386-pc-mach3 exit 0 ;; paragon:*:*:*) echo i860-intel-osf1 @@ -390,28 +882,39 @@ EOF # "miniframe" echo m68010-convergent-sysv exit 0 ;; - M680[234]0:*:R3V[567]*:*) + M68*:*:R3V[567]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0) - uname -p 2>/dev/null | grep 86 >/dev/null \ - && echo i486-ncr-sysv4.3 && exit 0 ;; + 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && echo i486-ncr-sysv4.3${OS_REL} && exit 0 + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - uname -p 2>/dev/null | grep 86 >/dev/null \ + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && echo i486-ncr-sysv4 && exit 0 ;; - m680[234]0:LynxOS:2.[23]*:*) - echo m68k-lynx-lynxos${UNAME_RELEASE} + m68*:LynxOS:2.*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} exit 0 ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit 0 ;; - i[34]86:LynxOS:2.[23]*:*) - echo i386-lynx-lynxos${UNAME_RELEASE} + i?86:LynxOS:2.*:* | i?86:LynxOS:3.[01]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} exit 0 ;; - TSUNAMI:LynxOS:2.[23]*:*) - echo sparc-lynx-lynxos${UNAME_RELEASE} + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} exit 0 ;; - rs6000:LynxOS:2.[23]*:*) - echo rs6000-lynx-lynxos${UNAME_RELEASE} + rs6000:LynxOS:2.*:* | PowerPC:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit 0 ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit 0 ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 exit 0 ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 @@ -424,12 +927,62 @@ EOF echo ns32k-sni-sysv fi exit 0 ;; + PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit 0 ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit 0 ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit 0 ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit 0 ;; + news*:NEWS-OS:*:6*) + echo mips-sony-newsos6 + exit 0 ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit 0 ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit 0 ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit 0 ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit 0 ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit 0 ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit 0 ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:QNX:*:4*) + echo i386-qnx-qnx${UNAME_VERSION} + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 -cat >dummy.c <$dummy.c < # include @@ -467,7 +1020,10 @@ main () #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - printf ("%s-next-nextstep%s\n", __ARCHITECTURE__, version==2 ? "2" : "3"); + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif @@ -484,7 +1040,7 @@ main () #endif #if defined (__386BSD__) - printf ("i386-unknown-bsd\n"); exit (0); + printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) @@ -527,8 +1083,8 @@ main () } EOF -${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0 -rm -f dummy.c dummy +$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm $dummy.c $dummy && exit 0 +rm -f $dummy.c $dummy # Apollos put the system type in the environment. diff --git a/configure b/configure index 424d99a1ba..c67f3259df 100755 --- a/configure +++ b/configure @@ -825,6 +825,34 @@ fi + +# Make sure we can run config.sub. +if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : +else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } +fi + +echo $ac_n "checking host system type""... $ac_c" 1>&6 +echo "configure:836: checking host system type" >&5 + +host_alias=$host +case "$host_alias" in +NONE) + case $nonopt in + NONE) + if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : + else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } + fi ;; + *) host_alias=$nonopt ;; + esac ;; +esac + +host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` +host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` +echo "$ac_t""$host" 1>&6 + + ALL_LINGUAS="fr de en_GB sv ja" # Check whether --enable-shared or --disable-shared was given. @@ -896,35 +924,8 @@ else enable_fast_install=yes fi - -# Make sure we can run config.sub. -if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : -else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } -fi - -echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:907: checking host system type" >&5 - -host_alias=$host -case "$host_alias" in -NONE) - case $nonopt in - NONE) - if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : - else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } - fi ;; - *) host_alias=$nonopt ;; - esac ;; -esac - -host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` -host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$ac_t""$host" 1>&6 - echo $ac_n "checking build system type""... $ac_c" 1>&6 -echo "configure:928: checking build system type" >&5 +echo "configure:929: checking build system type" >&5 build_alias=$build case "$build_alias" in @@ -944,7 +945,7 @@ echo "$ac_t""$build" 1>&6 # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:948: checking for $ac_word" >&5 +echo "configure:949: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -974,7 +975,7 @@ fi # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:978: checking for $ac_word" >&5 +echo "configure:979: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1004,7 +1005,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1008: checking for $ac_word" >&5 +echo "configure:1009: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1055,7 +1056,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1059: checking for $ac_word" >&5 +echo "configure:1060: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1087,7 +1088,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1091: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1092: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1098,12 +1099,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 1102 "configure" +#line 1103 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:1107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1129,12 +1130,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1133: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1134: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1138: checking whether we are using GNU C" >&5 +echo "configure:1139: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1143,7 +1144,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -1162,7 +1163,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1166: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1167: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1205,7 +1206,7 @@ ac_prog=ld if test "$ac_cv_prog_gcc" = yes; then # Check if gcc -print-prog-name=ld gives a path. echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 -echo "configure:1209: checking for ld used by GCC" >&5 +echo "configure:1210: checking for ld used by GCC" >&5 ac_prog=`($CC -print-prog-name=ld) 2>&5` case "$ac_prog" in # Accept absolute paths. @@ -1229,10 +1230,10 @@ echo "configure:1209: checking for ld used by GCC" >&5 esac elif test "$with_gnu_ld" = yes; then echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 -echo "configure:1233: checking for GNU ld" >&5 +echo "configure:1234: checking for GNU ld" >&5 else echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 -echo "configure:1236: checking for non-GNU ld" >&5 +echo "configure:1237: checking for non-GNU ld" >&5 fi if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1267,7 +1268,7 @@ else fi test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 -echo "configure:1271: checking if the linker ($LD) is GNU ld" >&5 +echo "configure:1272: checking if the linker ($LD) is GNU ld" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1283,7 +1284,7 @@ echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 -echo "configure:1287: checking for BSD-compatible nm" >&5 +echo "configure:1288: checking for BSD-compatible nm" >&5 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1319,7 +1320,7 @@ NM="$ac_cv_path_NM" echo "$ac_t""$NM" 1>&6 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1323: checking whether ln -s works" >&5 +echo "configure:1324: checking whether ln -s works" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1373,8 +1374,8 @@ test x"$silent" = xyes && libtool_flags="$libtool_flags --silent" case "$lt_target" in *-*-irix6*) # Find out which ABI we are using. - echo '#line 1377 "configure"' > conftest.$ac_ext - if { (eval echo configure:1378: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + echo '#line 1378 "configure"' > conftest.$ac_ext + if { (eval echo configure:1379: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then case "`/usr/bin/file conftest.o`" in *32-bit*) LD="${LD-ld} -32" @@ -1395,19 +1396,19 @@ case "$lt_target" in SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 -echo "configure:1399: checking whether the C compiler needs -belf" >&5 +echo "configure:1400: checking whether the C compiler needs -belf" >&5 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* lt_cv_cc_needs_belf=yes else @@ -1521,7 +1522,7 @@ exec 5>>./config.log # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:1525: checking for a BSD compatible install" >&5 +echo "configure:1526: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1576,7 +1577,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1580: checking for $ac_word" >&5 +echo "configure:1581: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1606,7 +1607,7 @@ fi # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1610: checking for $ac_word" >&5 +echo "configure:1611: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1636,7 +1637,7 @@ 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 $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1640: checking for $ac_word" >&5 +echo "configure:1641: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1687,7 +1688,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1691: checking for $ac_word" >&5 +echo "configure:1692: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1719,7 +1720,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1723: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1724: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1730,12 +1731,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 1734 "configure" +#line 1735 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:1739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1761,12 +1762,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1765: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1766: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1770: checking whether we are using GNU C" >&5 +echo "configure:1771: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1775,7 +1776,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1779: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -1794,7 +1795,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1798: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1799: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1827,7 +1828,7 @@ fi echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 -echo "configure:1831: checking for POSIXized ISC" >&5 +echo "configure:1832: checking for POSIXized ISC" >&5 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then @@ -1848,14 +1849,14 @@ else fi echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 -echo "configure:1852: checking whether byte ordering is bigendian" >&5 +echo "configure:1853: checking whether byte ordering is bigendian" >&5 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_bigendian=unknown # See if sys/param.h defines the BYTE_ORDER macro. cat > conftest.$ac_ext < #include @@ -1866,11 +1867,11 @@ int main() { #endif ; return 0; } EOF -if { (eval echo configure:1870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1871: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* # It does; now see whether it defined to BIG_ENDIAN or not. cat > conftest.$ac_ext < #include @@ -1881,7 +1882,7 @@ int main() { #endif ; return 0; } EOF -if { (eval echo configure:1885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_bigendian=yes else @@ -1901,7 +1902,7 @@ if test "$cross_compiling" = yes; then { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:1919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_bigendian=no else @@ -1938,7 +1939,7 @@ EOF fi echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:1942: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:1943: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1965,7 +1966,7 @@ else fi echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1969: checking how to run the C preprocessor" >&5 +echo "configure:1970: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -1980,13 +1981,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -1997,13 +1998,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -2014,13 +2015,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2024: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -2045,12 +2046,12 @@ fi echo "$ac_t""$CPP" 1>&6 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:2049: checking for ANSI C header files" >&5 +echo "configure:2050: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -2058,7 +2059,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -2075,7 +2076,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -2093,7 +2094,7 @@ 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 < EOF @@ -2114,7 +2115,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -2125,7 +2126,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:2129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -2153,17 +2154,17 @@ for ac_hdr in limits.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2157: checking for $ac_hdr" >&5 +echo "configure:2158: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2167: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -2192,12 +2193,12 @@ done for ac_func in stpcpy memcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2196: checking for $ac_func" >&5 +echo "configure:2197: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2380,12 +2381,12 @@ fi # (rlb) should be replaced with this... echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:2384: checking for working const" >&5 +echo "configure:2385: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -2455,21 +2456,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:2459: checking for inline" >&5 +echo "configure:2460: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -2495,12 +2496,12 @@ EOF esac echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:2499: checking for off_t" >&5 +echo "configure:2500: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -2528,12 +2529,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:2532: checking for size_t" >&5 +echo "configure:2533: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -2563,19 +2564,19 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:2567: checking for working alloca.h" >&5 +echo "configure:2568: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:2579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -2596,12 +2597,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:2600: checking for alloca" >&5 +echo "configure:2601: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -2661,12 +2662,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:2665: checking whether alloca needs Cray hooks" >&5 +echo "configure:2666: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2695: checking for $ac_func" >&5 +echo "configure:2696: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2746,7 +2747,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:2750: checking stack direction for C alloca" >&5 +echo "configure:2751: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2754,7 +2755,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -2798,17 +2799,17 @@ for ac_hdr in unistd.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2802: checking for $ac_hdr" >&5 +echo "configure:2803: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2813: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -2837,12 +2838,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2841: checking for $ac_func" >&5 +echo "configure:2842: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2890,7 +2891,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:2894: checking for working mmap" >&5 +echo "configure:2895: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2898,7 +2899,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -3066,17 +3067,17 @@ unistd.h sys/param.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3070: checking for $ac_hdr" >&5 +echo "configure:3071: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3106,12 +3107,12 @@ done strdup __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3110: checking for $ac_func" >&5 +echo "configure:3111: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3163,12 +3164,12 @@ done for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3167: checking for $ac_func" >&5 +echo "configure:3168: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3225,19 +3226,19 @@ EOF if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:3229: checking for LC_MESSAGES" >&5 +echo "configure:3230: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:3241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_val_LC_MESSAGES=yes else @@ -3258,7 +3259,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:3262: checking whether NLS is requested" >&5 +echo "configure:3263: checking whether NLS is requested" >&5 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" @@ -3278,7 +3279,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:3282: checking whether included gettext is requested" >&5 +echo "configure:3283: checking whether included gettext is requested" >&5 # Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" @@ -3297,17 +3298,17 @@ fi ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:3301: checking for libintl.h" >&5 +echo "configure:3302: checking for libintl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3311: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3312: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3324,19 +3325,19 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 -echo "configure:3328: checking for gettext in libc" >&5 +echo "configure:3329: checking for gettext in libc" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:3340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libc=yes else @@ -3352,7 +3353,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6 if test "$gt_cv_func_gettext_libc" != "yes"; then echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:3356: checking for bindtextdomain in -lintl" >&5 +echo "configure:3357: checking for bindtextdomain in -lintl" >&5 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3360,7 +3361,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3387,12 +3388,12 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 -echo "configure:3391: checking for gettext in libintl" >&5 +echo "configure:3392: checking for gettext in libintl" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 -echo "configure:3396: checking for gettext in -lintl" >&5 +echo "configure:3397: checking for gettext in -lintl" >&5 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3400,7 +3401,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3450,7 +3451,7 @@ EOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3454: checking for $ac_word" >&5 +echo "configure:3455: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3484,12 +3485,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3488: checking for $ac_func" >&5 +echo "configure:3489: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3539,7 +3540,7 @@ done # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3543: checking for $ac_word" >&5 +echo "configure:3544: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3575,7 +3576,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3579: checking for $ac_word" >&5 +echo "configure:3580: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3607,7 +3608,7 @@ else fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@ -3638,7 +3639,7 @@ fi if test "$CATOBJEXT" = "NONE"; then echo $ac_n "checking whether catgets can be used""... $ac_c" 1>&6 -echo "configure:3642: checking whether catgets can be used" >&5 +echo "configure:3643: checking whether catgets can be used" >&5 # Check whether --with-catgets or --without-catgets was given. if test "${with_catgets+set}" = set; then withval="$with_catgets" @@ -3651,7 +3652,7 @@ fi if test "$nls_cv_use_catgets" = "yes"; then echo $ac_n "checking for main in -li""... $ac_c" 1>&6 -echo "configure:3655: checking for main in -li" >&5 +echo "configure:3656: checking for main in -li" >&5 ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3659,14 +3660,14 @@ else ac_save_LIBS="$LIBS" LIBS="-li $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3694,12 +3695,12 @@ else fi echo $ac_n "checking for catgets""... $ac_c" 1>&6 -echo "configure:3698: checking for catgets" >&5 +echo "configure:3699: checking for catgets" >&5 if eval "test \"`echo '$''{'ac_cv_func_catgets'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_catgets=yes" else @@ -3744,7 +3745,7 @@ EOF # Extract the first word of "gencat", so it can be a program name with args. set dummy gencat; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3748: checking for $ac_word" >&5 +echo "configure:3749: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GENCAT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3780,7 +3781,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3784: checking for $ac_word" >&5 +echo "configure:3785: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3817,7 +3818,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3821: checking for $ac_word" >&5 +echo "configure:3822: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3852,7 +3853,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3856: checking for $ac_word" >&5 +echo "configure:3857: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3910,7 +3911,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3914: checking for $ac_word" >&5 +echo "configure:3915: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3944,7 +3945,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3948: checking for $ac_word" >&5 +echo "configure:3949: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3980,7 +3981,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3984: checking for $ac_word" >&5 +echo "configure:3985: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4073,7 +4074,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:4077: checking for catalogs to be installed" >&5 +echo "configure:4078: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -4101,17 +4102,17 @@ echo "configure:4077: checking for catalogs to be installed" >&5 if test "$CATOBJEXT" = ".cat"; then ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:4105: checking for linux/version.h" >&5 +echo "configure:4106: checking for linux/version.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4184,7 +4185,7 @@ fi # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4188: checking for $ac_word" >&5 +echo "configure:4189: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4262,7 +4263,7 @@ fi # Extract the first word of "swig", so it can be a program name with args. set dummy swig; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4266: checking for $ac_word" >&5 +echo "configure:4267: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_SWIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4323,7 +4324,7 @@ then # Extract the first word of "glib-config", so it can be a program name with args. set dummy glib-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4327: checking for $ac_word" >&5 +echo "configure:4328: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG_BIN'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4383,7 +4384,7 @@ then # Extract the first word of "gnome-config", so it can be a program name with args. set dummy gnome-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4387: checking for $ac_word" >&5 +echo "configure:4388: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG_BIN'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4433,7 +4434,7 @@ LIBS="$LIBS -lm" # Uses ac_ vars as temps to allow command line to override cache and checks. # --without-x overrides everything else, but does not touch the cache. echo $ac_n "checking for X""... $ac_c" 1>&6 -echo "configure:4437: checking for X" >&5 +echo "configure:4438: checking for X" >&5 # Check whether --with-x or --without-x was given. if test "${with_x+set}" = set; then @@ -4495,12 +4496,12 @@ if test "$ac_x_includes" = NO; then # First, try using that file with no special directory specified. cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4569,14 +4570,14 @@ if test "$ac_x_libraries" = NO; then ac_save_LIBS="$LIBS" LIBS="-l$x_direct_test_library $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* LIBS="$ac_save_LIBS" # We can link X programs with no special library path. @@ -4682,17 +4683,17 @@ else case "`(uname -sr) 2>/dev/null`" in "SunOS 5"*) echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 -echo "configure:4686: checking whether -R must be followed by a space" >&5 +echo "configure:4687: checking whether -R must be followed by a space" >&5 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_nospace=yes else @@ -4708,14 +4709,14 @@ rm -f conftest* else LIBS="$ac_xsave_LIBS -R $x_libraries" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_R_space=yes else @@ -4747,7 +4748,7 @@ rm -f conftest* # libraries were built with DECnet support. And karl@cs.umb.edu says # the Alpha needs dnet_stub (dnet does not exist). echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6 -echo "configure:4751: checking for dnet_ntoa in -ldnet" >&5 +echo "configure:4752: checking for dnet_ntoa in -ldnet" >&5 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4755,7 +4756,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4788,7 +4789,7 @@ fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6 -echo "configure:4792: checking for dnet_ntoa in -ldnet_stub" >&5 +echo "configure:4793: checking for dnet_ntoa in -ldnet_stub" >&5 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4796,7 +4797,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ldnet_stub $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4836,12 +4837,12 @@ fi # The nsl library prevents programs from opening the X display # on Irix 5.2, according to dickey@clark.net. echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 -echo "configure:4840: checking for gethostbyname" >&5 +echo "configure:4841: checking for gethostbyname" >&5 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gethostbyname=yes" else @@ -4885,7 +4886,7 @@ fi if test $ac_cv_func_gethostbyname = no; then echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 -echo "configure:4889: checking for gethostbyname in -lnsl" >&5 +echo "configure:4890: checking for gethostbyname in -lnsl" >&5 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4893,7 +4894,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -4934,12 +4935,12 @@ fi # -lsocket must be given before -lnsl if both are needed. # We assume that if connect needs -lnsl, so does gethostbyname. echo $ac_n "checking for connect""... $ac_c" 1>&6 -echo "configure:4938: checking for connect" >&5 +echo "configure:4939: checking for connect" >&5 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_connect=yes" else @@ -4983,7 +4984,7 @@ fi if test $ac_cv_func_connect = no; then echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 -echo "configure:4987: checking for connect in -lsocket" >&5 +echo "configure:4988: checking for connect in -lsocket" >&5 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4991,7 +4992,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5026,12 +5027,12 @@ fi # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX. echo $ac_n "checking for remove""... $ac_c" 1>&6 -echo "configure:5030: checking for remove" >&5 +echo "configure:5031: checking for remove" >&5 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_remove=yes" else @@ -5075,7 +5076,7 @@ fi if test $ac_cv_func_remove = no; then echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6 -echo "configure:5079: checking for remove in -lposix" >&5 +echo "configure:5080: checking for remove in -lposix" >&5 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5083,7 +5084,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5118,12 +5119,12 @@ fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. echo $ac_n "checking for shmat""... $ac_c" 1>&6 -echo "configure:5122: checking for shmat" >&5 +echo "configure:5123: checking for shmat" >&5 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_shmat=yes" else @@ -5167,7 +5168,7 @@ fi if test $ac_cv_func_shmat = no; then echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6 -echo "configure:5171: checking for shmat in -lipc" >&5 +echo "configure:5172: checking for shmat in -lipc" >&5 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5175,7 +5176,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lipc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5219,7 +5220,7 @@ fi # libraries we check for below, so use a different variable. # --interran@uluru.Stanford.EDU, kb@cs.umb.edu. echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6 -echo "configure:5223: checking for IceConnectionNumber in -lICE" >&5 +echo "configure:5224: checking for IceConnectionNumber in -lICE" >&5 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5227,7 +5228,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5316,7 +5317,7 @@ fi # the XmHTML widget needs libz, libjpeg, and libpng. # it also uses #ifdef's not #if's so DONT #def to zero. echo $ac_n "checking for deflateEnd in -lz""... $ac_c" 1>&6 -echo "configure:5320: checking for deflateEnd in -lz" >&5 +echo "configure:5321: checking for deflateEnd in -lz" >&5 ac_lib_var=`echo z'_'deflateEnd | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5324,7 +5325,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lz $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5359,7 +5360,7 @@ else fi echo $ac_n "checking for jpeg_read_scanlines in -ljpeg""... $ac_c" 1>&6 -echo "configure:5363: checking for jpeg_read_scanlines in -ljpeg" >&5 +echo "configure:5364: checking for jpeg_read_scanlines in -ljpeg" >&5 ac_lib_var=`echo jpeg'_'jpeg_read_scanlines | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5367,7 +5368,7 @@ else ac_save_LIBS="$LIBS" LIBS="-ljpeg $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5402,7 +5403,7 @@ else fi echo $ac_n "checking for png_read_image in -lpng""... $ac_c" 1>&6 -echo "configure:5406: checking for png_read_image in -lpng" >&5 +echo "configure:5407: checking for png_read_image in -lpng" >&5 ac_lib_var=`echo png'_'png_read_image | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5410,7 +5411,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lpng $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5426: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5451,7 +5452,7 @@ fi # LIBS="-lXmu -lXt -lXext $X_PRE_LIBS -lX11 $X_LIBS $X_EXTRA_LIBS $LIBS" echo $ac_n "checking for XpmReadFileToXpmImage in -lXpm""... $ac_c" 1>&6 -echo "configure:5455: checking for XpmReadFileToXpmImage in -lXpm" >&5 +echo "configure:5456: checking for XpmReadFileToXpmImage in -lXpm" >&5 ac_lib_var=`echo Xpm'_'XpmReadFileToXpmImage | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5459,7 +5460,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lXpm $X_PRE_LIBS -lX11 $X_LIBS $X_EXTRA_LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5522,14 +5523,14 @@ GNOME_STATIC_TARGET="gnome.static.real" #AC_CHECK_HEADER might work, but I'm not sure it uses CPPFLAGS # this guarantees it - it works. Promise!! echo $ac_n "checking gtk-xmhtml/gtk-xmhtml.h""... $ac_c" 1>&6 -echo "configure:5526: checking gtk-xmhtml/gtk-xmhtml.h" >&5 +echo "configure:5527: checking gtk-xmhtml/gtk-xmhtml.h" >&5 cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -5552,7 +5553,7 @@ EXTRALIBS=`$GNOME_CONFIG_BIN --libs gtkxmhtml` #check for gtkxmhtml, export library link to variable GTK_XMHTML echo $ac_n "checking for gtk_xmhtml_new in -lgtkxmhtml""... $ac_c" 1>&6 -echo "configure:5556: checking for gtk_xmhtml_new in -lgtkxmhtml" >&5 +echo "configure:5557: checking for gtk_xmhtml_new in -lgtkxmhtml" >&5 ac_lib_var=`echo gtkxmhtml'_'gtk_xmhtml_new | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5560,7 +5561,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lgtkxmhtml $EXTRALIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5600,7 +5601,7 @@ EXTRALIBS=`$GNOME_CONFIG_BIN --libs xml` #check for libxml echo $ac_n "checking for xmlDefaultSAXHandlerInit in -lxml""... $ac_c" 1>&6 -echo "configure:5604: checking for xmlDefaultSAXHandlerInit in -lxml" >&5 +echo "configure:5605: checking for xmlDefaultSAXHandlerInit in -lxml" >&5 ac_lib_var=`echo xml'_'xmlDefaultSAXHandlerInit | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5608,7 +5609,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lxml $EXTRALIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5648,7 +5649,7 @@ EXTRALIBS=`$GNOME_CONFIG_BIN --libs print` # check for gnome-print and enable it via HAVE_LIBGNOMEPRINT # if found echo $ac_n "checking for gnome_print_context_new in -lgnomeprint""... $ac_c" 1>&6 -echo "configure:5652: checking for gnome_print_context_new in -lgnomeprint" >&5 +echo "configure:5653: checking for gnome_print_context_new in -lgnomeprint" >&5 ac_lib_var=`echo gnomeprint'_'gnome_print_context_new | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -5656,7 +5657,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lgnomeprint $EXTRALIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5727,7 +5728,7 @@ G_WRAP_LINK_ARGS="" # Extract the first word of "g-wrap-config", so it can be a program name with args. set dummy g-wrap-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5731: checking for $ac_word" >&5 +echo "configure:5732: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_G_WRAP_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5771,7 +5772,7 @@ fi # Extract the first word of "g-wrap", so it can be a program name with args. set dummy g-wrap; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5775: checking for $ac_word" >&5 +echo "configure:5776: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_G_WRAP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5829,7 +5830,7 @@ GUILE_LINK_ARGS="" # Extract the first word of "guile-config", so it can be a program name with args. set dummy guile-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5833: checking for $ac_word" >&5 +echo "configure:5834: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GUILE_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5873,7 +5874,7 @@ fi # Extract the first word of "guile", so it can be a program name with args. set dummy guile; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5877: checking for $ac_word" >&5 +echo "configure:5878: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GUILE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/configure.in b/configure.in index e58b3cc9e5..6adac95e76 100644 --- a/configure.in +++ b/configure.in @@ -27,6 +27,8 @@ AC_INIT(src/guile/gnucash.h) AM_INIT_AUTOMAKE(gnucash,1.3.100) AM_CONFIG_HEADER(config.h) +AC_CANONICAL_HOST + dnl Set of available languages. ALL_LINGUAS="fr de en_GB sv ja" diff --git a/po/de.po b/po/de.po index dcbf578526..083942f9cc 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash 1.3.1\n" -"POT-Creation-Date: 2000-06-08 12:48-0700\n" +"POT-Creation-Date: 2000-06-12 15:20-0700\n" "PO-Revision-Date: 2000-06-01 20:20+0100\n" "Last-Translator: Jan-Uwe Finck \n" "Language-Team: LANGUAGE \n" @@ -692,15 +692,15 @@ msgstr "Alle Buchungen anzeigen" msgid "Show transactions on single lines" msgstr "Anzeigen der Buchungen auf einer Zeile" -#: messages-i18n.c:128 messages-i18n.c:256 +#: messages-i18n.c:128 messages-i18n.c:255 msgid "Sort by Amount" msgstr "Sortiere nach Betrag" -#: messages-i18n.c:129 messages-i18n.c:257 +#: messages-i18n.c:129 messages-i18n.c:256 msgid "Sort by Date" msgstr "Sortiere nach Datum" -#: messages-i18n.c:130 messages-i18n.c:258 +#: messages-i18n.c:130 messages-i18n.c:257 msgid "Sort by Description" msgstr "Sortiere nach Beschreibung" @@ -708,11 +708,11 @@ msgstr "Sortiere nach Beschreibung" msgid "Sort by the date of entry" msgstr "Sortiere nach Datum der Einträge" -#: messages-i18n.c:132 messages-i18n.c:260 +#: messages-i18n.c:132 messages-i18n.c:259 msgid "Sort by Memo" msgstr "Sortiere nach Memo" -#: messages-i18n.c:133 messages-i18n.c:261 +#: messages-i18n.c:133 messages-i18n.c:260 msgid "Sort by Num" msgstr "Sortiere nach Nummer" @@ -1185,614 +1185,611 @@ msgid "Show All" msgstr "Alles anzeigen" #: messages-i18n.c:251 -msgid "Show Inc/Exp" +#, fuzzy +msgid "Show Income/Expense" msgstr "Einnahmen/Ausgaben anzeigen" #: messages-i18n.c:252 -msgid "Show Categories" -msgstr "Kategorien Anzeigen" - -#: messages-i18n.c:253 msgid "Show Earliest" msgstr "Zeige den ersten" -#: messages-i18n.c:254 +#: messages-i18n.c:253 msgid "Show Latest" msgstr "Zeige den letzten" -#: messages-i18n.c:255 po/guile_strings.txt:190 +#: messages-i18n.c:254 po/guile_strings.txt:190 msgid "Single Line" msgstr "Einfache Zeile" -#: messages-i18n.c:259 +#: messages-i18n.c:258 msgid "Sort by date of entry" msgstr "Nach Datum sortieren" -#: messages-i18n.c:262 +#: messages-i18n.c:261 msgid "Sort by statement date" msgstr "Nach Datum des Statement sortieren" -#: messages-i18n.c:263 +#: messages-i18n.c:262 msgid "Sort Order" msgstr "Sortierreihenfolge" -#: messages-i18n.c:264 +#: messages-i18n.c:263 msgid "Start date" msgstr "Anfangsdatum" -#: messages-i18n.c:265 +#: messages-i18n.c:264 msgid "Starting Balance" msgstr "Anfangssaldo" -#: messages-i18n.c:266 +#: messages-i18n.c:265 msgid "Standard order" msgstr "Standard Order" -#: messages-i18n.c:267 +#: messages-i18n.c:266 msgid "Statement Date:" msgstr "Datum des Statement:" -#: messages-i18n.c:268 +#: messages-i18n.c:267 msgid "Top level account" msgstr "Top Level Konto" -#: messages-i18n.c:269 +#: messages-i18n.c:268 msgid "Total Shares" msgstr "Anzahl Aktien gesamt" -#: messages-i18n.c:270 +#: messages-i18n.c:269 msgid "Verify Changes" msgstr "Änderungen überprüfen" -#: messages-i18n.c:271 +#: messages-i18n.c:270 msgid "Transfer Information" msgstr "Buchungs Information" -#: messages-i18n.c:272 +#: messages-i18n.c:271 msgid "Transfer Money" msgstr "Geld übertragen" -#: messages-i18n.c:273 +#: messages-i18n.c:272 msgid "Transfer From" msgstr "Gegenkonto" -#: messages-i18n.c:274 +#: messages-i18n.c:273 msgid "Transfer To" msgstr "Transferiere auf" -#: messages-i18n.c:275 +#: messages-i18n.c:274 msgid "About" msgstr "Über" -#: messages-i18n.c:276 po/guile_strings.txt:65 +#: messages-i18n.c:275 po/guile_strings.txt:65 #: src/gnome/glade-gnc-dialogs.c:1784 msgid "Account" msgstr "Konto" -#: messages-i18n.c:277 src/gnome/glade-gnc-dialogs.c:302 +#: messages-i18n.c:276 src/gnome/glade-gnc-dialogs.c:302 #: src/gnome/glade-gnc-dialogs.c:462 msgid "Accounts" msgstr "Konten" -#: messages-i18n.c:278 +#: messages-i18n.c:277 msgid "Account Information" msgstr "Kontenbeschreibung" -#: messages-i18n.c:279 +#: messages-i18n.c:278 msgid "AutoDep" msgstr "AutoDepot" -#: messages-i18n.c:280 src/gnome/glade-gnc-dialogs.c:2398 +#: messages-i18n.c:279 src/gnome/glade-gnc-dialogs.c:2398 msgid "Action" msgstr "Aktion" -#: messages-i18n.c:281 +#: messages-i18n.c:280 msgid "Activities" msgstr "Aktivitäten" -#: messages-i18n.c:282 +#: messages-i18n.c:281 msgid "Ago" msgstr "Vor" -#: messages-i18n.c:283 po/guile_strings.txt:57 +#: messages-i18n.c:282 po/guile_strings.txt:57 #: src/gnome/glade-gnc-dialogs.c:2138 msgid "Amount" msgstr "Betrag" -#: messages-i18n.c:284 po/guile_strings.txt:239 +#: messages-i18n.c:283 po/guile_strings.txt:239 msgid "Appreciation" msgstr "Wertsteigerung" -#: messages-i18n.c:285 +#: messages-i18n.c:284 msgid "Phone" msgstr "Telefon" -#: messages-i18n.c:286 po/guile_strings.txt:174 +#: messages-i18n.c:285 po/guile_strings.txt:174 #: src/gnome/glade-gnc-dialogs.c:567 msgid "Asset" msgstr "Haben" -#: messages-i18n.c:287 +#: messages-i18n.c:286 msgid "Assets" msgstr "Haben" -#: messages-i18n.c:288 +#: messages-i18n.c:287 msgid "ATM" msgstr "Geldautomat" -#: messages-i18n.c:289 +#: messages-i18n.c:288 msgid "Back" msgstr "Zurück" -#: messages-i18n.c:290 messages-i18n.c:291 po/guile_strings.txt:13 +#: messages-i18n.c:289 messages-i18n.c:290 po/guile_strings.txt:13 msgid "Balance" msgstr "Saldo" -#: messages-i18n.c:292 po/guile_strings.txt:107 +#: messages-i18n.c:291 po/guile_strings.txt:107 #: src/gnome/glade-gnc-dialogs.c:561 msgid "Bank" msgstr "Bank" -#: messages-i18n.c:293 +#: messages-i18n.c:292 msgid "Blank" msgstr "Leer" -#: messages-i18n.c:294 po/guile_strings.txt:124 +#: messages-i18n.c:293 po/guile_strings.txt:124 msgid "Bought" msgstr "Gekauft" -#: messages-i18n.c:295 +#: messages-i18n.c:294 msgid "Buy" msgstr "Kauf" -#: messages-i18n.c:296 +#: messages-i18n.c:295 msgid "Cancel" msgstr "Abbrechen" -#: messages-i18n.c:297 po/guile_strings.txt:137 +#: messages-i18n.c:296 po/guile_strings.txt:137 #: src/gnome/glade-gnc-dialogs.c:564 msgid "Cash" msgstr "Bargeld" -#: messages-i18n.c:298 +#: messages-i18n.c:297 msgid "Changed" msgstr "Geändert" -#: messages-i18n.c:299 po/guile_strings.txt:205 +#: messages-i18n.c:298 po/guile_strings.txt:205 msgid "Charge" msgstr "Belastung" -#: messages-i18n.c:300 +#: messages-i18n.c:299 msgid "Check" msgstr "Scheck" -#: messages-i18n.c:301 +#: messages-i18n.c:300 msgid "Checking" msgstr "Girokonto" -#: messages-i18n.c:302 src/gnome/glade-gnc-dialogs.c:2449 +#: messages-i18n.c:301 src/gnome/glade-gnc-dialogs.c:2449 msgid "Cleared" msgstr "Abgestimmt" -#: messages-i18n.c:303 +#: messages-i18n.c:302 msgid "Close" msgstr "Schliessen" -#: messages-i18n.c:304 +#: messages-i18n.c:303 msgid "Commit" msgstr "Überweisung" -#: messages-i18n.c:305 +#: messages-i18n.c:304 msgid "Create" msgstr "Anlegen" -#: messages-i18n.c:306 po/guile_strings.txt:254 +#: messages-i18n.c:305 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:570 src/gnome/glade-gnc-dialogs.c:2082 msgid "Credit" msgstr "Haben" -#: messages-i18n.c:307 +#: messages-i18n.c:306 msgid "Credits" msgstr "Kredite" -#: messages-i18n.c:308 po/guile_strings.txt:134 +#: messages-i18n.c:307 po/guile_strings.txt:134 #: src/gnome/glade-gnc-dialogs.c:582 msgid "Currency" msgstr "Währung" -#: messages-i18n.c:309 po/guile_strings.txt:6 +#: messages-i18n.c:308 po/guile_strings.txt:6 #: src/gnome/glade-gnc-dialogs.c:1920 msgid "Date" msgstr "Datum" -#: messages-i18n.c:310 +#: messages-i18n.c:309 msgid "Days" msgstr "Tage" -#: messages-i18n.c:311 po/guile_strings.txt:38 +#: messages-i18n.c:310 po/guile_strings.txt:38 #: src/gnome/glade-gnc-dialogs.c:2085 msgid "Debit" msgstr "Soll" -#: messages-i18n.c:312 +#: messages-i18n.c:311 msgid "Debits" msgstr "Schulden" -#: messages-i18n.c:313 +#: messages-i18n.c:312 msgid "Decrease" msgstr "Abnahme" -#: messages-i18n.c:314 +#: messages-i18n.c:313 msgid "Deficit" msgstr "Defizit" -#: messages-i18n.c:315 src/gnome/glade-gnc-dialogs.c:2868 +#: messages-i18n.c:314 src/gnome/glade-gnc-dialogs.c:2868 msgid "Delete" msgstr "Löschen" -#: messages-i18n.c:316 po/guile_strings.txt:200 +#: messages-i18n.c:315 po/guile_strings.txt:200 msgid "Deposit" msgstr "Gutschrift" -#: messages-i18n.c:317 po/guile_strings.txt:160 +#: messages-i18n.c:316 po/guile_strings.txt:160 msgid "Depreciation" msgstr "Kursverlust" -#: messages-i18n.c:318 po/guile_strings.txt:153 +#: messages-i18n.c:317 po/guile_strings.txt:153 #: src/gnome/glade-gnc-dialogs.c:1978 msgid "Description" msgstr "Beschreibung" -#: messages-i18n.c:319 +#: messages-i18n.c:318 msgid "Difference" msgstr "Diffenrenz" -#: messages-i18n.c:320 +#: messages-i18n.c:319 msgid "Direct Debit" msgstr "Soll" -#: messages-i18n.c:321 +#: messages-i18n.c:320 msgid "Dist" msgstr "Spende" -#: messages-i18n.c:322 +#: messages-i18n.c:321 msgid "Div" msgstr "Dividende" -#: messages-i18n.c:323 +#: messages-i18n.c:322 msgid "Duplicate" msgstr "Wiederholen" -#: messages-i18n.c:324 +#: messages-i18n.c:323 msgid "Edit" msgstr "Bearbeiten" -#: messages-i18n.c:325 po/guile_strings.txt:8 +#: messages-i18n.c:324 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:591 msgid "Equity" msgstr "Nettowert" -#: messages-i18n.c:326 +#: messages-i18n.c:325 msgid "Exit" msgstr "Beenden" -#: messages-i18n.c:327 po/guile_strings.txt:327 +#: messages-i18n.c:326 po/guile_strings.txt:327 #: src/gnome/glade-gnc-dialogs.c:588 msgid "Expense" msgstr "Ausgabe" -#: messages-i18n.c:328 +#: messages-i18n.c:327 msgid "Export" msgstr "Exportieren" -#: messages-i18n.c:329 po/guile_strings.txt:355 +#: messages-i18n.c:328 po/guile_strings.txt:355 msgid "Extensions" msgstr "Erweiterungen" -#: messages-i18n.c:330 +#: messages-i18n.c:329 msgid "Fee" msgstr "Gebühr" -#: messages-i18n.c:331 +#: messages-i18n.c:330 msgid "Field" msgstr "Feld" -#: messages-i18n.c:332 +#: messages-i18n.c:331 msgid "File" msgstr "Datei" -#: messages-i18n.c:333 src/gnome/glade-gnc-dialogs.c:2523 +#: messages-i18n.c:332 src/gnome/glade-gnc-dialogs.c:2523 msgid "Find" msgstr "Suche" -#: messages-i18n.c:334 +#: messages-i18n.c:333 msgid "Forward" msgstr "Vorwärts" -#: messages-i18n.c:335 po/guile_strings.txt:126 +#: messages-i18n.c:334 po/guile_strings.txt:126 msgid "From" msgstr "Von" -#: messages-i18n.c:336 +#: messages-i18n.c:335 msgid "GnuCash Preferences" msgstr "GnuCash Einstellungen" -#: messages-i18n.c:337 +#: messages-i18n.c:336 msgid "Help" msgstr "Hilfe" -#: messages-i18n.c:338 +#: messages-i18n.c:337 msgid "Imbalance" msgstr "unausgeglichenes Saldo" -#: messages-i18n.c:339 +#: messages-i18n.c:338 msgid "Import" msgstr "QIF Import" -#: messages-i18n.c:340 po/guile_strings.txt:244 +#: messages-i18n.c:339 po/guile_strings.txt:244 #: src/gnome/glade-gnc-dialogs.c:585 msgid "Income" msgstr "Einnahme" -#: messages-i18n.c:341 +#: messages-i18n.c:340 msgid "Increase" msgstr "Zunahme" -#: messages-i18n.c:342 +#: messages-i18n.c:341 msgid "Int" msgstr "Beteiligung" -#: messages-i18n.c:343 +#: messages-i18n.c:342 msgid "Jump" msgstr "Sprung" -#: messages-i18n.c:344 po/guile_strings.txt:194 +#: messages-i18n.c:343 po/guile_strings.txt:194 #: src/gnome/glade-gnc-dialogs.c:573 msgid "Liability" msgstr "Verbindlichkeiten" -#: messages-i18n.c:345 +#: messages-i18n.c:344 msgid "License" msgstr "Lizenz" -#: messages-i18n.c:346 +#: messages-i18n.c:345 msgid "Loan" msgstr "Darlehen" -#: messages-i18n.c:347 +#: messages-i18n.c:346 msgid "LTCG" msgstr "Zinsen aus langfristigen Kapitalanlagen" -#: messages-i18n.c:348 po/guile_strings.txt:32 +#: messages-i18n.c:347 po/guile_strings.txt:32 #: src/gnome/glade-gnc-dialogs.c:2196 msgid "Memo" msgstr "Memo" -#: messages-i18n.c:349 +#: messages-i18n.c:348 msgid "Months" msgstr "Monate" -#: messages-i18n.c:350 +#: messages-i18n.c:349 msgid "New" msgstr "Neu" -#: messages-i18n.c:351 +#: messages-i18n.c:350 msgid "No" msgstr "Nein" -#: messages-i18n.c:352 src/gnome/print-session.c:111 +#: messages-i18n.c:351 src/gnome/print-session.c:111 #: src/gnome/print-session.c:200 msgid "(none)" msgstr "(kein(e))" -#: messages-i18n.c:353 po/guile_strings.txt:209 +#: messages-i18n.c:352 po/guile_strings.txt:209 msgid "Notes" msgstr "Notizen" -#: messages-i18n.c:354 po/guile_strings.txt:176 +#: messages-i18n.c:353 po/guile_strings.txt:176 msgid "Num" msgstr "Num" -#: messages-i18n.c:355 +#: messages-i18n.c:354 msgid "Ok" msgstr "Ok" -#: messages-i18n.c:356 +#: messages-i18n.c:355 msgid "Online" msgstr "Online" -#: messages-i18n.c:357 +#: messages-i18n.c:356 msgid "Open" msgstr "Öffnen" -#: messages-i18n.c:358 +#: messages-i18n.c:357 msgid "Orphan" msgstr "Waisenkind" -#: messages-i18n.c:359 +#: messages-i18n.c:358 msgid "Parameters" msgstr "Parameter" -#: messages-i18n.c:360 po/guile_strings.txt:114 +#: messages-i18n.c:359 po/guile_strings.txt:114 msgid "Payment" msgstr "Belastung" -#: messages-i18n.c:361 +#: messages-i18n.c:360 msgid "Portfolio" msgstr "Portfolio" -#: messages-i18n.c:362 +#: messages-i18n.c:361 msgid "POS" msgstr "Karten-Terminal" -#: messages-i18n.c:363 +#: messages-i18n.c:362 msgid "Preferences" msgstr "Einstellungen" -#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:2340 +#: messages-i18n.c:363 src/gnome/glade-gnc-dialogs.c:2340 msgid "Price" msgstr "Preis" -#: messages-i18n.c:365 src/gnome/glade-gnc-dialogs.c:937 +#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:937 msgid "Print" msgstr "Drucken" -#: messages-i18n.c:366 +#: messages-i18n.c:365 msgid "Profits" msgstr "Gewinn / Verlust" -#: messages-i18n.c:367 +#: messages-i18n.c:366 msgid "Quit" msgstr "Beenden" -#: messages-i18n.c:368 po/guile_strings.txt:18 +#: messages-i18n.c:367 po/guile_strings.txt:18 msgid "Rebate" msgstr "Rabatt" -#: messages-i18n.c:369 po/guile_strings.txt:191 +#: messages-i18n.c:368 po/guile_strings.txt:191 msgid "Receive" msgstr "Empfangen" -#: messages-i18n.c:370 +#: messages-i18n.c:369 msgid "Reconcile" msgstr "Abstimmen" -#: messages-i18n.c:371 +#: messages-i18n.c:370 msgid "Record" msgstr "Eintragen" -#: messages-i18n.c:372 po/guile_strings.txt:215 +#: messages-i18n.c:371 po/guile_strings.txt:215 msgid "Register" msgstr "Register" -#: messages-i18n.c:373 po/guile_strings.txt:208 +#: messages-i18n.c:372 po/guile_strings.txt:208 msgid "Report" msgstr "Bericht" -#: messages-i18n.c:374 +#: messages-i18n.c:373 msgid "Reports" msgstr "Berichte" -#: messages-i18n.c:375 +#: messages-i18n.c:374 msgid "Save" msgstr "Sichern" -#: messages-i18n.c:376 +#: messages-i18n.c:375 msgid "Savings" msgstr "Ersparnisse" -#: messages-i18n.c:377 +#: messages-i18n.c:376 msgid "Scrub" msgstr "Ausbuchen" -#: messages-i18n.c:378 +#: messages-i18n.c:377 msgid "Search Results" msgstr "Suchergebnisse" -#: messages-i18n.c:379 po/guile_strings.txt:189 +#: messages-i18n.c:378 po/guile_strings.txt:189 msgid "Security" msgstr "Sicherheit" -#: messages-i18n.c:380 +#: messages-i18n.c:379 msgid "Sell" msgstr "Verkauf" -#: messages-i18n.c:381 +#: messages-i18n.c:380 msgid "Settings" msgstr "Einstellungen" -#: messages-i18n.c:382 +#: messages-i18n.c:381 msgid "Simple" msgstr "Einfach" -#: messages-i18n.c:383 po/guile_strings.txt:313 +#: messages-i18n.c:382 po/guile_strings.txt:313 msgid "Sold" msgstr "Verkauft" -#: messages-i18n.c:384 po/guile_strings.txt:51 +#: messages-i18n.c:383 po/guile_strings.txt:51 msgid "Spend" msgstr "Ausgabe" -#: messages-i18n.c:385 +#: messages-i18n.c:384 msgid "Split" msgstr "Split" -#: messages-i18n.c:386 +#: messages-i18n.c:385 msgid "STCG" msgstr "Zinsen aus kurzfristigen Anlagen" -#: messages-i18n.c:387 po/guile_strings.txt:353 +#: messages-i18n.c:386 po/guile_strings.txt:353 #: src/gnome/glade-gnc-dialogs.c:576 msgid "Stock" msgstr "Depot" -#: messages-i18n.c:388 po/guile_strings.txt:246 +#: messages-i18n.c:387 po/guile_strings.txt:246 msgid "Style" msgstr "Stil" -#: messages-i18n.c:389 +#: messages-i18n.c:388 msgid "Surplus" msgstr "Überschuß" -#: messages-i18n.c:390 +#: messages-i18n.c:389 msgid "Teller" msgstr "Zähler" -#: messages-i18n.c:391 po/guile_strings.txt:302 +#: messages-i18n.c:390 po/guile_strings.txt:302 msgid "To" msgstr "Zu" -#: messages-i18n.c:392 src/gnome/glade-gnc-dialogs.c:2615 +#: messages-i18n.c:391 src/gnome/glade-gnc-dialogs.c:2615 msgid "Today" msgstr "Heute" -#: messages-i18n.c:393 messages-i18n.c:394 po/guile_strings.txt:207 +#: messages-i18n.c:392 messages-i18n.c:393 po/guile_strings.txt:207 msgid "Total" msgstr "Gesamt" -#: messages-i18n.c:395 po/guile_strings.txt:304 +#: messages-i18n.c:394 po/guile_strings.txt:304 #: src/gnome/glade-gnc-dialogs.c:295 src/gnome/glade-gnc-dialogs.c:349 msgid "Type" msgstr "Typ" -#: messages-i18n.c:396 +#: messages-i18n.c:395 msgid "Transaction" msgstr "Buchung" -#: messages-i18n.c:397 +#: messages-i18n.c:396 msgid "Transfer" msgstr "Transfer" -#: messages-i18n.c:398 po/guile_strings.txt:66 +#: messages-i18n.c:397 po/guile_strings.txt:66 msgid "Value" msgstr "Wert" -#: messages-i18n.c:399 +#: messages-i18n.c:398 msgid "WARNING" msgstr "WARNUNG" -#: messages-i18n.c:400 +#: messages-i18n.c:399 msgid "Weeks" msgstr "Wochen" -#: messages-i18n.c:401 +#: messages-i18n.c:400 msgid "Wire" msgstr "Telegrafische Zahlung" -#: messages-i18n.c:402 +#: messages-i18n.c:401 msgid "Withdraw" msgstr "Abhebung" -#: messages-i18n.c:403 po/guile_strings.txt:60 +#: messages-i18n.c:402 po/guile_strings.txt:60 #, fuzzy msgid "Withdrawal" msgstr "Abhebung" -#: messages-i18n.c:404 +#: messages-i18n.c:403 msgid "Years" msgstr "Jahre" -#: messages-i18n.c:405 +#: messages-i18n.c:404 msgid "Yes" msgstr "Ja" @@ -3637,6 +3634,9 @@ msgstr "" msgid "You must select a printer first." msgstr "Sie müssen erst einen Drucker auswählen" +#~ msgid "Show Categories" +#~ msgstr "Kategorien Anzeigen" + #~ msgid "Import QIF File - Scripted in Guile." #~ msgstr "Importieren einer Quicken-Datei (QIF) - Skriptsprache Guile" diff --git a/po/en_GB.po b/po/en_GB.po index 693306fe88..63132d2d4b 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash 1.3.0\n" -"POT-Creation-Date: 2000-06-08 12:48-0700\n" +"POT-Creation-Date: 2000-06-12 15:20-0700\n" "PO-Revision-Date: 2000-03-06 11:20+0000\n" "Last-Translator: David Woodhouse \n" "Language-Team: LANGUAGE \n" @@ -615,15 +615,15 @@ msgstr "" msgid "Show transactions on single lines" msgstr "" -#: messages-i18n.c:128 messages-i18n.c:256 +#: messages-i18n.c:128 messages-i18n.c:255 msgid "Sort by Amount" msgstr "" -#: messages-i18n.c:129 messages-i18n.c:257 +#: messages-i18n.c:129 messages-i18n.c:256 msgid "Sort by Date" msgstr "" -#: messages-i18n.c:130 messages-i18n.c:258 +#: messages-i18n.c:130 messages-i18n.c:257 msgid "Sort by Description" msgstr "" @@ -631,11 +631,11 @@ msgstr "" msgid "Sort by the date of entry" msgstr "" -#: messages-i18n.c:132 messages-i18n.c:260 +#: messages-i18n.c:132 messages-i18n.c:259 msgid "Sort by Memo" msgstr "" -#: messages-i18n.c:133 messages-i18n.c:261 +#: messages-i18n.c:133 messages-i18n.c:260 msgid "Sort by Num" msgstr "" @@ -1114,613 +1114,609 @@ msgid "Show All" msgstr "" #: messages-i18n.c:251 -msgid "Show Inc/Exp" +msgid "Show Income/Expense" msgstr "" #: messages-i18n.c:252 -msgid "Show Categories" -msgstr "" - -#: messages-i18n.c:253 msgid "Show Earliest" msgstr "" -#: messages-i18n.c:254 +#: messages-i18n.c:253 msgid "Show Latest" msgstr "" -#: messages-i18n.c:255 po/guile_strings.txt:190 +#: messages-i18n.c:254 po/guile_strings.txt:190 msgid "Single Line" msgstr "" -#: messages-i18n.c:259 +#: messages-i18n.c:258 msgid "Sort by date of entry" msgstr "" -#: messages-i18n.c:262 +#: messages-i18n.c:261 msgid "Sort by statement date" msgstr "" -#: messages-i18n.c:263 +#: messages-i18n.c:262 msgid "Sort Order" msgstr "" -#: messages-i18n.c:264 +#: messages-i18n.c:263 msgid "Start date" msgstr "" -#: messages-i18n.c:265 +#: messages-i18n.c:264 msgid "Starting Balance" msgstr "" -#: messages-i18n.c:266 +#: messages-i18n.c:265 msgid "Standard order" msgstr "" -#: messages-i18n.c:267 +#: messages-i18n.c:266 msgid "Statement Date:" msgstr "" -#: messages-i18n.c:268 +#: messages-i18n.c:267 msgid "Top level account" msgstr "" -#: messages-i18n.c:269 +#: messages-i18n.c:268 msgid "Total Shares" msgstr "" -#: messages-i18n.c:270 +#: messages-i18n.c:269 msgid "Verify Changes" msgstr "" -#: messages-i18n.c:271 +#: messages-i18n.c:270 msgid "Transfer Information" msgstr "" -#: messages-i18n.c:272 +#: messages-i18n.c:271 msgid "Transfer Money" msgstr "" -#: messages-i18n.c:273 +#: messages-i18n.c:272 msgid "Transfer From" msgstr "" -#: messages-i18n.c:274 +#: messages-i18n.c:273 msgid "Transfer To" msgstr "" -#: messages-i18n.c:275 +#: messages-i18n.c:274 msgid "About" msgstr "" -#: messages-i18n.c:276 po/guile_strings.txt:65 +#: messages-i18n.c:275 po/guile_strings.txt:65 #: src/gnome/glade-gnc-dialogs.c:1784 msgid "Account" msgstr "" -#: messages-i18n.c:277 src/gnome/glade-gnc-dialogs.c:302 +#: messages-i18n.c:276 src/gnome/glade-gnc-dialogs.c:302 #: src/gnome/glade-gnc-dialogs.c:462 msgid "Accounts" msgstr "" -#: messages-i18n.c:278 +#: messages-i18n.c:277 msgid "Account Information" msgstr "" -#: messages-i18n.c:279 +#: messages-i18n.c:278 msgid "AutoDep" msgstr "" -#: messages-i18n.c:280 src/gnome/glade-gnc-dialogs.c:2398 +#: messages-i18n.c:279 src/gnome/glade-gnc-dialogs.c:2398 msgid "Action" msgstr "" -#: messages-i18n.c:281 +#: messages-i18n.c:280 msgid "Activities" msgstr "" -#: messages-i18n.c:282 +#: messages-i18n.c:281 msgid "Ago" msgstr "" -#: messages-i18n.c:283 po/guile_strings.txt:57 +#: messages-i18n.c:282 po/guile_strings.txt:57 #: src/gnome/glade-gnc-dialogs.c:2138 msgid "Amount" msgstr "" -#: messages-i18n.c:284 po/guile_strings.txt:239 +#: messages-i18n.c:283 po/guile_strings.txt:239 msgid "Appreciation" msgstr "" -#: messages-i18n.c:285 +#: messages-i18n.c:284 msgid "Phone" msgstr "" -#: messages-i18n.c:286 po/guile_strings.txt:174 +#: messages-i18n.c:285 po/guile_strings.txt:174 #: src/gnome/glade-gnc-dialogs.c:567 msgid "Asset" msgstr "" -#: messages-i18n.c:287 +#: messages-i18n.c:286 msgid "Assets" msgstr "" -#: messages-i18n.c:288 +#: messages-i18n.c:287 msgid "ATM" msgstr "" -#: messages-i18n.c:289 +#: messages-i18n.c:288 msgid "Back" msgstr "" -#: messages-i18n.c:290 messages-i18n.c:291 po/guile_strings.txt:13 +#: messages-i18n.c:289 messages-i18n.c:290 po/guile_strings.txt:13 msgid "Balance" msgstr "" -#: messages-i18n.c:292 po/guile_strings.txt:107 +#: messages-i18n.c:291 po/guile_strings.txt:107 #: src/gnome/glade-gnc-dialogs.c:561 msgid "Bank" msgstr "" -#: messages-i18n.c:293 +#: messages-i18n.c:292 msgid "Blank" msgstr "" -#: messages-i18n.c:294 po/guile_strings.txt:124 +#: messages-i18n.c:293 po/guile_strings.txt:124 msgid "Bought" msgstr "" -#: messages-i18n.c:295 +#: messages-i18n.c:294 msgid "Buy" msgstr "" -#: messages-i18n.c:296 +#: messages-i18n.c:295 msgid "Cancel" msgstr "" -#: messages-i18n.c:297 po/guile_strings.txt:137 +#: messages-i18n.c:296 po/guile_strings.txt:137 #: src/gnome/glade-gnc-dialogs.c:564 msgid "Cash" msgstr "" -#: messages-i18n.c:298 +#: messages-i18n.c:297 msgid "Changed" msgstr "" -#: messages-i18n.c:299 po/guile_strings.txt:205 +#: messages-i18n.c:298 po/guile_strings.txt:205 msgid "Charge" msgstr "" -#: messages-i18n.c:300 +#: messages-i18n.c:299 msgid "Check" msgstr "Cheque" -#: messages-i18n.c:301 +#: messages-i18n.c:300 msgid "Checking" msgstr "Current" -#: messages-i18n.c:302 src/gnome/glade-gnc-dialogs.c:2449 +#: messages-i18n.c:301 src/gnome/glade-gnc-dialogs.c:2449 msgid "Cleared" msgstr "" -#: messages-i18n.c:303 +#: messages-i18n.c:302 msgid "Close" msgstr "" -#: messages-i18n.c:304 +#: messages-i18n.c:303 msgid "Commit" msgstr "" -#: messages-i18n.c:305 +#: messages-i18n.c:304 msgid "Create" msgstr "" -#: messages-i18n.c:306 po/guile_strings.txt:254 +#: messages-i18n.c:305 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:570 src/gnome/glade-gnc-dialogs.c:2082 msgid "Credit" msgstr "" -#: messages-i18n.c:307 +#: messages-i18n.c:306 msgid "Credits" msgstr "" -#: messages-i18n.c:308 po/guile_strings.txt:134 +#: messages-i18n.c:307 po/guile_strings.txt:134 #: src/gnome/glade-gnc-dialogs.c:582 msgid "Currency" msgstr "" -#: messages-i18n.c:309 po/guile_strings.txt:6 +#: messages-i18n.c:308 po/guile_strings.txt:6 #: src/gnome/glade-gnc-dialogs.c:1920 msgid "Date" msgstr "" -#: messages-i18n.c:310 +#: messages-i18n.c:309 msgid "Days" msgstr "" -#: messages-i18n.c:311 po/guile_strings.txt:38 +#: messages-i18n.c:310 po/guile_strings.txt:38 #: src/gnome/glade-gnc-dialogs.c:2085 msgid "Debit" msgstr "" -#: messages-i18n.c:312 +#: messages-i18n.c:311 msgid "Debits" msgstr "" -#: messages-i18n.c:313 +#: messages-i18n.c:312 msgid "Decrease" msgstr "" -#: messages-i18n.c:314 +#: messages-i18n.c:313 msgid "Deficit" msgstr "" -#: messages-i18n.c:315 src/gnome/glade-gnc-dialogs.c:2868 +#: messages-i18n.c:314 src/gnome/glade-gnc-dialogs.c:2868 msgid "Delete" msgstr "" -#: messages-i18n.c:316 po/guile_strings.txt:200 +#: messages-i18n.c:315 po/guile_strings.txt:200 msgid "Deposit" msgstr "" -#: messages-i18n.c:317 po/guile_strings.txt:160 +#: messages-i18n.c:316 po/guile_strings.txt:160 msgid "Depreciation" msgstr "" -#: messages-i18n.c:318 po/guile_strings.txt:153 +#: messages-i18n.c:317 po/guile_strings.txt:153 #: src/gnome/glade-gnc-dialogs.c:1978 msgid "Description" msgstr "" -#: messages-i18n.c:319 +#: messages-i18n.c:318 msgid "Difference" msgstr "" -#: messages-i18n.c:320 +#: messages-i18n.c:319 msgid "Direct Debit" msgstr "" -#: messages-i18n.c:321 +#: messages-i18n.c:320 msgid "Dist" msgstr "" -#: messages-i18n.c:322 +#: messages-i18n.c:321 msgid "Div" msgstr "" -#: messages-i18n.c:323 +#: messages-i18n.c:322 msgid "Duplicate" msgstr "" -#: messages-i18n.c:324 +#: messages-i18n.c:323 msgid "Edit" msgstr "" -#: messages-i18n.c:325 po/guile_strings.txt:8 +#: messages-i18n.c:324 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:591 msgid "Equity" msgstr "" -#: messages-i18n.c:326 +#: messages-i18n.c:325 msgid "Exit" msgstr "" -#: messages-i18n.c:327 po/guile_strings.txt:327 +#: messages-i18n.c:326 po/guile_strings.txt:327 #: src/gnome/glade-gnc-dialogs.c:588 msgid "Expense" msgstr "" -#: messages-i18n.c:328 +#: messages-i18n.c:327 msgid "Export" msgstr "" -#: messages-i18n.c:329 po/guile_strings.txt:355 +#: messages-i18n.c:328 po/guile_strings.txt:355 msgid "Extensions" msgstr "" -#: messages-i18n.c:330 +#: messages-i18n.c:329 msgid "Fee" msgstr "" -#: messages-i18n.c:331 +#: messages-i18n.c:330 msgid "Field" msgstr "" -#: messages-i18n.c:332 +#: messages-i18n.c:331 msgid "File" msgstr "" -#: messages-i18n.c:333 src/gnome/glade-gnc-dialogs.c:2523 +#: messages-i18n.c:332 src/gnome/glade-gnc-dialogs.c:2523 msgid "Find" msgstr "" -#: messages-i18n.c:334 +#: messages-i18n.c:333 msgid "Forward" msgstr "" -#: messages-i18n.c:335 po/guile_strings.txt:126 +#: messages-i18n.c:334 po/guile_strings.txt:126 msgid "From" msgstr "" -#: messages-i18n.c:336 +#: messages-i18n.c:335 msgid "GnuCash Preferences" msgstr "" -#: messages-i18n.c:337 +#: messages-i18n.c:336 msgid "Help" msgstr "" -#: messages-i18n.c:338 +#: messages-i18n.c:337 msgid "Imbalance" msgstr "" -#: messages-i18n.c:339 +#: messages-i18n.c:338 msgid "Import" msgstr "" -#: messages-i18n.c:340 po/guile_strings.txt:244 +#: messages-i18n.c:339 po/guile_strings.txt:244 #: src/gnome/glade-gnc-dialogs.c:585 msgid "Income" msgstr "" -#: messages-i18n.c:341 +#: messages-i18n.c:340 msgid "Increase" msgstr "" -#: messages-i18n.c:342 +#: messages-i18n.c:341 msgid "Int" msgstr "" -#: messages-i18n.c:343 +#: messages-i18n.c:342 msgid "Jump" msgstr "" -#: messages-i18n.c:344 po/guile_strings.txt:194 +#: messages-i18n.c:343 po/guile_strings.txt:194 #: src/gnome/glade-gnc-dialogs.c:573 msgid "Liability" msgstr "" -#: messages-i18n.c:345 +#: messages-i18n.c:344 msgid "License" msgstr "Licence" -#: messages-i18n.c:346 +#: messages-i18n.c:345 msgid "Loan" msgstr "" -#: messages-i18n.c:347 +#: messages-i18n.c:346 msgid "LTCG" msgstr "" -#: messages-i18n.c:348 po/guile_strings.txt:32 +#: messages-i18n.c:347 po/guile_strings.txt:32 #: src/gnome/glade-gnc-dialogs.c:2196 msgid "Memo" msgstr "" -#: messages-i18n.c:349 +#: messages-i18n.c:348 msgid "Months" msgstr "" -#: messages-i18n.c:350 +#: messages-i18n.c:349 msgid "New" msgstr "" -#: messages-i18n.c:351 +#: messages-i18n.c:350 msgid "No" msgstr "" -#: messages-i18n.c:352 src/gnome/print-session.c:111 +#: messages-i18n.c:351 src/gnome/print-session.c:111 #: src/gnome/print-session.c:200 msgid "(none)" msgstr "" -#: messages-i18n.c:353 po/guile_strings.txt:209 +#: messages-i18n.c:352 po/guile_strings.txt:209 msgid "Notes" msgstr "" -#: messages-i18n.c:354 po/guile_strings.txt:176 +#: messages-i18n.c:353 po/guile_strings.txt:176 msgid "Num" msgstr "" -#: messages-i18n.c:355 +#: messages-i18n.c:354 msgid "Ok" msgstr "" -#: messages-i18n.c:356 +#: messages-i18n.c:355 msgid "Online" msgstr "" -#: messages-i18n.c:357 +#: messages-i18n.c:356 msgid "Open" msgstr "" -#: messages-i18n.c:358 +#: messages-i18n.c:357 msgid "Orphan" msgstr "" -#: messages-i18n.c:359 +#: messages-i18n.c:358 msgid "Parameters" msgstr "" -#: messages-i18n.c:360 po/guile_strings.txt:114 +#: messages-i18n.c:359 po/guile_strings.txt:114 msgid "Payment" msgstr "" -#: messages-i18n.c:361 +#: messages-i18n.c:360 msgid "Portfolio" msgstr "" -#: messages-i18n.c:362 +#: messages-i18n.c:361 msgid "POS" msgstr "" -#: messages-i18n.c:363 +#: messages-i18n.c:362 msgid "Preferences" msgstr "" -#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:2340 +#: messages-i18n.c:363 src/gnome/glade-gnc-dialogs.c:2340 msgid "Price" msgstr "" -#: messages-i18n.c:365 src/gnome/glade-gnc-dialogs.c:937 +#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:937 msgid "Print" msgstr "" -#: messages-i18n.c:366 +#: messages-i18n.c:365 msgid "Profits" msgstr "" -#: messages-i18n.c:367 +#: messages-i18n.c:366 msgid "Quit" msgstr "" -#: messages-i18n.c:368 po/guile_strings.txt:18 +#: messages-i18n.c:367 po/guile_strings.txt:18 msgid "Rebate" msgstr "" -#: messages-i18n.c:369 po/guile_strings.txt:191 +#: messages-i18n.c:368 po/guile_strings.txt:191 msgid "Receive" msgstr "" -#: messages-i18n.c:370 +#: messages-i18n.c:369 msgid "Reconcile" msgstr "" -#: messages-i18n.c:371 +#: messages-i18n.c:370 msgid "Record" msgstr "" -#: messages-i18n.c:372 po/guile_strings.txt:215 +#: messages-i18n.c:371 po/guile_strings.txt:215 msgid "Register" msgstr "" -#: messages-i18n.c:373 po/guile_strings.txt:208 +#: messages-i18n.c:372 po/guile_strings.txt:208 msgid "Report" msgstr "" -#: messages-i18n.c:374 +#: messages-i18n.c:373 msgid "Reports" msgstr "" -#: messages-i18n.c:375 +#: messages-i18n.c:374 msgid "Save" msgstr "" -#: messages-i18n.c:376 +#: messages-i18n.c:375 msgid "Savings" msgstr "" -#: messages-i18n.c:377 +#: messages-i18n.c:376 msgid "Scrub" msgstr "" -#: messages-i18n.c:378 +#: messages-i18n.c:377 msgid "Search Results" msgstr "" -#: messages-i18n.c:379 po/guile_strings.txt:189 +#: messages-i18n.c:378 po/guile_strings.txt:189 msgid "Security" msgstr "" -#: messages-i18n.c:380 +#: messages-i18n.c:379 msgid "Sell" msgstr "" -#: messages-i18n.c:381 +#: messages-i18n.c:380 msgid "Settings" msgstr "" -#: messages-i18n.c:382 +#: messages-i18n.c:381 msgid "Simple" msgstr "" -#: messages-i18n.c:383 po/guile_strings.txt:313 +#: messages-i18n.c:382 po/guile_strings.txt:313 msgid "Sold" msgstr "" -#: messages-i18n.c:384 po/guile_strings.txt:51 +#: messages-i18n.c:383 po/guile_strings.txt:51 msgid "Spend" msgstr "" -#: messages-i18n.c:385 +#: messages-i18n.c:384 msgid "Split" msgstr "" -#: messages-i18n.c:386 +#: messages-i18n.c:385 msgid "STCG" msgstr "" -#: messages-i18n.c:387 po/guile_strings.txt:353 +#: messages-i18n.c:386 po/guile_strings.txt:353 #: src/gnome/glade-gnc-dialogs.c:576 msgid "Stock" msgstr "Share" -#: messages-i18n.c:388 po/guile_strings.txt:246 +#: messages-i18n.c:387 po/guile_strings.txt:246 msgid "Style" msgstr "" -#: messages-i18n.c:389 +#: messages-i18n.c:388 msgid "Surplus" msgstr "" -#: messages-i18n.c:390 +#: messages-i18n.c:389 msgid "Teller" msgstr "" -#: messages-i18n.c:391 po/guile_strings.txt:302 +#: messages-i18n.c:390 po/guile_strings.txt:302 msgid "To" msgstr "" -#: messages-i18n.c:392 src/gnome/glade-gnc-dialogs.c:2615 +#: messages-i18n.c:391 src/gnome/glade-gnc-dialogs.c:2615 msgid "Today" msgstr "" -#: messages-i18n.c:393 messages-i18n.c:394 po/guile_strings.txt:207 +#: messages-i18n.c:392 messages-i18n.c:393 po/guile_strings.txt:207 msgid "Total" msgstr "" -#: messages-i18n.c:395 po/guile_strings.txt:304 +#: messages-i18n.c:394 po/guile_strings.txt:304 #: src/gnome/glade-gnc-dialogs.c:295 src/gnome/glade-gnc-dialogs.c:349 msgid "Type" msgstr "" -#: messages-i18n.c:396 +#: messages-i18n.c:395 msgid "Transaction" msgstr "" -#: messages-i18n.c:397 +#: messages-i18n.c:396 msgid "Transfer" msgstr "" -#: messages-i18n.c:398 po/guile_strings.txt:66 +#: messages-i18n.c:397 po/guile_strings.txt:66 msgid "Value" msgstr "" -#: messages-i18n.c:399 +#: messages-i18n.c:398 msgid "WARNING" msgstr "" -#: messages-i18n.c:400 +#: messages-i18n.c:399 msgid "Weeks" msgstr "" -#: messages-i18n.c:401 +#: messages-i18n.c:400 msgid "Wire" msgstr "" -#: messages-i18n.c:402 +#: messages-i18n.c:401 msgid "Withdraw" msgstr "" -#: messages-i18n.c:403 po/guile_strings.txt:60 +#: messages-i18n.c:402 po/guile_strings.txt:60 msgid "Withdrawal" msgstr "" -#: messages-i18n.c:404 +#: messages-i18n.c:403 msgid "Years" msgstr "" -#: messages-i18n.c:405 +#: messages-i18n.c:404 msgid "Yes" msgstr "" diff --git a/po/fr.po b/po/fr.po index b19fe21b01..104f8be259 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash 1.3.X\n" -"POT-Creation-Date: 2000-06-08 12:48-0700\n" +"POT-Creation-Date: 2000-06-12 15:20-0700\n" "PO-Revision-Date: 2000-06-04 23:00+0100\n" "Last-Translator: Yannick LE NY \n" "Language-Team: LANGUAGE \n" @@ -816,17 +816,17 @@ msgid "Show transactions on single lines" msgstr "Montrer les transactions sur des lignes simples" # messages-i18n.c:221 -#: messages-i18n.c:128 messages-i18n.c:256 +#: messages-i18n.c:128 messages-i18n.c:255 msgid "Sort by Amount" msgstr "Trier par montant" # messages-i18n.c:222 -#: messages-i18n.c:129 messages-i18n.c:257 +#: messages-i18n.c:129 messages-i18n.c:256 msgid "Sort by Date" msgstr "Trier par date" # messages-i18n.c:223 -#: messages-i18n.c:130 messages-i18n.c:258 +#: messages-i18n.c:130 messages-i18n.c:257 msgid "Sort by Description" msgstr "Trier par description" @@ -836,12 +836,12 @@ msgid "Sort by the date of entry" msgstr "Trier par la date de l'entrée" # messages-i18n.c:224 -#: messages-i18n.c:132 messages-i18n.c:260 +#: messages-i18n.c:132 messages-i18n.c:259 msgid "Sort by Memo" msgstr "Trier par mémo" # messages-i18n.c:225 -#: messages-i18n.c:133 messages-i18n.c:261 +#: messages-i18n.c:133 messages-i18n.c:260 msgid "Sort by Num" msgstr "Trier par num" @@ -1432,771 +1432,767 @@ msgstr "Montrer Tout" # messages-i18n.c:216 #: messages-i18n.c:251 -msgid "Show Inc/Exp" +#, fuzzy +msgid "Show Income/Expense" msgstr "Montrer Revenus/Dépenses" -# messages-i18n.c:217 -#: messages-i18n.c:252 -msgid "Show Categories" -msgstr "Montrer les catégories" - # messages-i18n.c:218 -#: messages-i18n.c:253 +#: messages-i18n.c:252 msgid "Show Earliest" msgstr "Montrer le premier" # messages-i18n.c:219 -#: messages-i18n.c:254 +#: messages-i18n.c:253 msgid "Show Latest" msgstr "Montrer le dernier" # messages-i18n.c:220 po/guile_strings.txt:162 -#: messages-i18n.c:255 po/guile_strings.txt:190 +#: messages-i18n.c:254 po/guile_strings.txt:190 msgid "Single Line" msgstr "Ligne unique" # po/guile_strings.txt:37 -#: messages-i18n.c:259 +#: messages-i18n.c:258 msgid "Sort by date of entry" msgstr "Trier par date d'entrée" # po/guile_strings.txt:37 -#: messages-i18n.c:262 +#: messages-i18n.c:261 msgid "Sort by statement date" msgstr "Trier par l'état de la date" # messages-i18n.c:226 -#: messages-i18n.c:263 +#: messages-i18n.c:262 msgid "Sort Order" msgstr "Ordre de tri" # messages-i18n.c:227 -#: messages-i18n.c:264 +#: messages-i18n.c:263 msgid "Start date" msgstr "Date de départ" # messages-i18n.c:179 -#: messages-i18n.c:265 +#: messages-i18n.c:264 msgid "Starting Balance" msgstr "Solde du début" # messages-i18n.c:228 -#: messages-i18n.c:266 +#: messages-i18n.c:265 msgid "Standard order" msgstr "Ordre standard" # messages-i18n.c:210 -#: messages-i18n.c:267 +#: messages-i18n.c:266 msgid "Statement Date:" msgstr "Etat de la date:" # messages-i18n.c:229 -#: messages-i18n.c:268 +#: messages-i18n.c:267 msgid "Top level account" msgstr "Nouveau compte de niveau supérieur/base." # messages-i18n.c:230 -#: messages-i18n.c:269 +#: messages-i18n.c:268 msgid "Total Shares" msgstr "Total titres" -#: messages-i18n.c:270 +#: messages-i18n.c:269 msgid "Verify Changes" msgstr "Vérifier les changements" # messages-i18n.c:231 -#: messages-i18n.c:271 +#: messages-i18n.c:270 msgid "Transfer Information" msgstr "Informations du transfert" # messages-i18n.c:232 -#: messages-i18n.c:272 +#: messages-i18n.c:271 msgid "Transfer Money" msgstr "Transfert d'argent" # messages-i18n.c:233 -#: messages-i18n.c:273 +#: messages-i18n.c:272 msgid "Transfer From" msgstr "Transfert depuis" # messages-i18n.c:234 -#: messages-i18n.c:274 +#: messages-i18n.c:273 msgid "Transfer To" msgstr "Transferer vers" # messages-i18n.c:235 -#: messages-i18n.c:275 +#: messages-i18n.c:274 msgid "About" msgstr "A propos de" # messages-i18n.c:236 po/guile_strings.txt:56 -#: messages-i18n.c:276 po/guile_strings.txt:65 +#: messages-i18n.c:275 po/guile_strings.txt:65 #: src/gnome/glade-gnc-dialogs.c:1784 msgid "Account" msgstr "Compte" # messages-i18n.c:237 src/gnome/glade-gnc-dialogs.c:361 # src/gnome/glade-gnc-dialogs.c:521 -#: messages-i18n.c:277 src/gnome/glade-gnc-dialogs.c:302 +#: messages-i18n.c:276 src/gnome/glade-gnc-dialogs.c:302 #: src/gnome/glade-gnc-dialogs.c:462 msgid "Accounts" msgstr "Comptes" # messages-i18n.c:238 -#: messages-i18n.c:278 +#: messages-i18n.c:277 msgid "Account Information" msgstr "Informations du compte" # messages-i18n.c:239 -#: messages-i18n.c:279 +#: messages-i18n.c:278 msgid "AutoDep" msgstr "Dépot Automatique" # messages-i18n.c:240 -#: messages-i18n.c:280 src/gnome/glade-gnc-dialogs.c:2398 +#: messages-i18n.c:279 src/gnome/glade-gnc-dialogs.c:2398 msgid "Action" msgstr "Action" # messages-i18n.c:241 -#: messages-i18n.c:281 +#: messages-i18n.c:280 msgid "Activities" msgstr "Activitées" -#: messages-i18n.c:282 +#: messages-i18n.c:281 msgid "Ago" msgstr "Il y a" # messages-i18n.c:242 po/guile_strings.txt:50 -#: messages-i18n.c:283 po/guile_strings.txt:57 +#: messages-i18n.c:282 po/guile_strings.txt:57 #: src/gnome/glade-gnc-dialogs.c:2138 msgid "Amount" msgstr "Montant" # messages-i18n.c:243 -#: messages-i18n.c:284 po/guile_strings.txt:239 +#: messages-i18n.c:283 po/guile_strings.txt:239 msgid "Appreciation" msgstr "Appréciation" # messages-i18n.c:244 -#: messages-i18n.c:285 +#: messages-i18n.c:284 msgid "Phone" msgstr "Téléphone" # messages-i18n.c:245 po/guile_strings.txt:146 # src/gnome/glade-gnc-dialogs.c:626 -#: messages-i18n.c:286 po/guile_strings.txt:174 +#: messages-i18n.c:285 po/guile_strings.txt:174 #: src/gnome/glade-gnc-dialogs.c:567 msgid "Asset" msgstr "Actif(Avoirs)" # messages-i18n.c:246 -#: messages-i18n.c:287 +#: messages-i18n.c:286 msgid "Assets" msgstr "Actif(Avoirs)" # messages-i18n.c:247 -#: messages-i18n.c:288 +#: messages-i18n.c:287 msgid "ATM" msgstr "ATM" # messages-i18n.c:248 -#: messages-i18n.c:289 +#: messages-i18n.c:288 msgid "Back" msgstr "Précédent" # messages-i18n.c:249 po/guile_strings.txt:12 -#: messages-i18n.c:290 messages-i18n.c:291 po/guile_strings.txt:13 +#: messages-i18n.c:289 messages-i18n.c:290 po/guile_strings.txt:13 msgid "Balance" msgstr "Solde" # messages-i18n.c:250 po/guile_strings.txt:94 # src/gnome/glade-gnc-dialogs.c:620 -#: messages-i18n.c:292 po/guile_strings.txt:107 +#: messages-i18n.c:291 po/guile_strings.txt:107 #: src/gnome/glade-gnc-dialogs.c:561 msgid "Bank" msgstr "Banque" # messages-i18n.c:251 -#: messages-i18n.c:293 +#: messages-i18n.c:292 msgid "Blank" msgstr "Vierge" # messages-i18n.c:252 -#: messages-i18n.c:294 po/guile_strings.txt:124 +#: messages-i18n.c:293 po/guile_strings.txt:124 msgid "Bought" msgstr "Acheté" # messages-i18n.c:253 -#: messages-i18n.c:295 +#: messages-i18n.c:294 msgid "Buy" msgstr "Acheter" # messages-i18n.c:254 -#: messages-i18n.c:296 +#: messages-i18n.c:295 msgid "Cancel" msgstr "Annuler" # messages-i18n.c:255 po/guile_strings.txt:116 # src/gnome/glade-gnc-dialogs.c:623 -#: messages-i18n.c:297 po/guile_strings.txt:137 +#: messages-i18n.c:296 po/guile_strings.txt:137 #: src/gnome/glade-gnc-dialogs.c:564 msgid "Cash" msgstr "Espèces" # messages-i18n.c:256 -#: messages-i18n.c:298 +#: messages-i18n.c:297 msgid "Changed" msgstr "Changé" # messages-i18n.c:257 -#: messages-i18n.c:299 po/guile_strings.txt:205 +#: messages-i18n.c:298 po/guile_strings.txt:205 msgid "Charge" msgstr "Prix" # messages-i18n.c:258 -#: messages-i18n.c:300 +#: messages-i18n.c:299 msgid "Check" msgstr "Vérifier" # messages-i18n.c:259 -#: messages-i18n.c:301 +#: messages-i18n.c:300 msgid "Checking" msgstr "Vérification" # messages-i18n.c:260 -#: messages-i18n.c:302 src/gnome/glade-gnc-dialogs.c:2449 +#: messages-i18n.c:301 src/gnome/glade-gnc-dialogs.c:2449 msgid "Cleared" msgstr "Pointé" # messages-i18n.c:261 -#: messages-i18n.c:303 +#: messages-i18n.c:302 msgid "Close" msgstr "Fermer" # messages-i18n.c:262 -#: messages-i18n.c:304 +#: messages-i18n.c:303 msgid "Commit" msgstr "Livrer" # messages-i18n.c:263 -#: messages-i18n.c:305 +#: messages-i18n.c:304 msgid "Create" msgstr "Créér" # messages-i18n.c:264 po/guile_strings.txt:211 # src/gnome/glade-gnc-dialogs.c:629 -#: messages-i18n.c:306 po/guile_strings.txt:254 +#: messages-i18n.c:305 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:570 src/gnome/glade-gnc-dialogs.c:2082 msgid "Credit" msgstr "Crédit" # messages-i18n.c:265 -#: messages-i18n.c:307 +#: messages-i18n.c:306 msgid "Credits" msgstr "Crédits" # messages-i18n.c:266 po/guile_strings.txt:112 # src/gnome/glade-gnc-dialogs.c:641 -#: messages-i18n.c:308 po/guile_strings.txt:134 +#: messages-i18n.c:307 po/guile_strings.txt:134 #: src/gnome/glade-gnc-dialogs.c:582 msgid "Currency" msgstr "Monnaie" # messages-i18n.c:267 po/guile_strings.txt:6 -#: messages-i18n.c:309 po/guile_strings.txt:6 +#: messages-i18n.c:308 po/guile_strings.txt:6 #: src/gnome/glade-gnc-dialogs.c:1920 msgid "Date" msgstr "Date" # po/guile_strings.txt:101 -#: messages-i18n.c:310 +#: messages-i18n.c:309 msgid "Days" msgstr "Jours" # messages-i18n.c:268 po/guile_strings.txt:32 -#: messages-i18n.c:311 po/guile_strings.txt:38 +#: messages-i18n.c:310 po/guile_strings.txt:38 #: src/gnome/glade-gnc-dialogs.c:2085 msgid "Debit" msgstr "Débiter" # messages-i18n.c:269 -#: messages-i18n.c:312 +#: messages-i18n.c:311 msgid "Debits" msgstr "Débits" # messages-i18n.c:270 -#: messages-i18n.c:313 +#: messages-i18n.c:312 msgid "Decrease" msgstr "Réduire" # messages-i18n.c:271 -#: messages-i18n.c:314 +#: messages-i18n.c:313 msgid "Deficit" msgstr "Déficit" # messages-i18n.c:272 -#: messages-i18n.c:315 src/gnome/glade-gnc-dialogs.c:2868 +#: messages-i18n.c:314 src/gnome/glade-gnc-dialogs.c:2868 msgid "Delete" msgstr "Supprimer" # messages-i18n.c:273 -#: messages-i18n.c:316 po/guile_strings.txt:200 +#: messages-i18n.c:315 po/guile_strings.txt:200 msgid "Deposit" msgstr "Dépot" # messages-i18n.c:274 -#: messages-i18n.c:317 po/guile_strings.txt:160 +#: messages-i18n.c:316 po/guile_strings.txt:160 msgid "Depreciation" msgstr "Dépréciation/Moins-values" # messages-i18n.c:275 po/guile_strings.txt:129 -#: messages-i18n.c:318 po/guile_strings.txt:153 +#: messages-i18n.c:317 po/guile_strings.txt:153 #: src/gnome/glade-gnc-dialogs.c:1978 msgid "Description" msgstr "Description" # messages-i18n.c:276 -#: messages-i18n.c:319 +#: messages-i18n.c:318 msgid "Difference" msgstr "Différence" # messages-i18n.c:277 -#: messages-i18n.c:320 +#: messages-i18n.c:319 msgid "Direct Debit" msgstr "Débit direct" # messages-i18n.c:278 -#: messages-i18n.c:321 +#: messages-i18n.c:320 msgid "Dist" msgstr "Dist" # messages-i18n.c:279 -#: messages-i18n.c:322 +#: messages-i18n.c:321 msgid "Div" msgstr "Div" # messages-i18n.c:280 -#: messages-i18n.c:323 +#: messages-i18n.c:322 msgid "Duplicate" msgstr "Dupliquer" # messages-i18n.c:281 -#: messages-i18n.c:324 +#: messages-i18n.c:323 msgid "Edit" msgstr "Afficher" # messages-i18n.c:282 po/guile_strings.txt:8 # src/gnome/glade-gnc-dialogs.c:650 -#: messages-i18n.c:325 po/guile_strings.txt:8 +#: messages-i18n.c:324 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:591 msgid "Equity" msgstr "Capitaux propres" # messages-i18n.c:283 -#: messages-i18n.c:326 +#: messages-i18n.c:325 msgid "Exit" msgstr "Quitter" # messages-i18n.c:284 po/guile_strings.txt:274 # src/gnome/glade-gnc-dialogs.c:647 -#: messages-i18n.c:327 po/guile_strings.txt:327 +#: messages-i18n.c:326 po/guile_strings.txt:327 #: src/gnome/glade-gnc-dialogs.c:588 msgid "Expense" msgstr "Dépenses" # messages-i18n.c:285 -#: messages-i18n.c:328 +#: messages-i18n.c:327 msgid "Export" msgstr "Exporter" # messages-i18n.c:286 po/guile_strings.txt:300 -#: messages-i18n.c:329 po/guile_strings.txt:355 +#: messages-i18n.c:328 po/guile_strings.txt:355 msgid "Extensions" msgstr "Extensions" # messages-i18n.c:287 -#: messages-i18n.c:330 +#: messages-i18n.c:329 msgid "Fee" msgstr "Taxes/Impots" # messages-i18n.c:288 -#: messages-i18n.c:331 +#: messages-i18n.c:330 msgid "Field" msgstr "Champ" # messages-i18n.c:288 -#: messages-i18n.c:332 +#: messages-i18n.c:331 msgid "File" msgstr "Fichier" # messages-i18n.c:182 -#: messages-i18n.c:333 src/gnome/glade-gnc-dialogs.c:2523 +#: messages-i18n.c:332 src/gnome/glade-gnc-dialogs.c:2523 msgid "Find" msgstr "Chercher" # messages-i18n.c:289 -#: messages-i18n.c:334 +#: messages-i18n.c:333 msgid "Forward" msgstr "Suivant" # messages-i18n.c:290 po/guile_strings.txt:106 -#: messages-i18n.c:335 po/guile_strings.txt:126 +#: messages-i18n.c:334 po/guile_strings.txt:126 msgid "From" msgstr "Depuis" # messages-i18n.c:291 -#: messages-i18n.c:336 +#: messages-i18n.c:335 msgid "GnuCash Preferences" msgstr "Préférences de GnuCash" # messages-i18n.c:292 -#: messages-i18n.c:337 +#: messages-i18n.c:336 msgid "Help" msgstr "Aide" # messages-i18n.c:249 po/guile_strings.txt:12 -#: messages-i18n.c:338 +#: messages-i18n.c:337 msgid "Imbalance" msgstr "Non soldé" # messages-i18n.c:293 -#: messages-i18n.c:339 +#: messages-i18n.c:338 msgid "Import" msgstr "Importer" # messages-i18n.c:294 po/guile_strings.txt:205 # src/gnome/glade-gnc-dialogs.c:644 -#: messages-i18n.c:340 po/guile_strings.txt:244 +#: messages-i18n.c:339 po/guile_strings.txt:244 #: src/gnome/glade-gnc-dialogs.c:585 msgid "Income" msgstr "Revenus" # messages-i18n.c:295 -#: messages-i18n.c:341 +#: messages-i18n.c:340 msgid "Increase" msgstr "Augmenter" # messages-i18n.c:296 -#: messages-i18n.c:342 +#: messages-i18n.c:341 msgid "Int" msgstr "Int" # messages-i18n.c:297 -#: messages-i18n.c:343 +#: messages-i18n.c:342 msgid "Jump" msgstr "Sauter" # messages-i18n.c:298 po/guile_strings.txt:165 # src/gnome/glade-gnc-dialogs.c:632 -#: messages-i18n.c:344 po/guile_strings.txt:194 +#: messages-i18n.c:343 po/guile_strings.txt:194 #: src/gnome/glade-gnc-dialogs.c:573 msgid "Liability" msgstr "Passif(Dettes)" # messages-i18n.c:299 -#: messages-i18n.c:345 +#: messages-i18n.c:344 msgid "License" msgstr "Licence" # messages-i18n.c:300 -#: messages-i18n.c:346 +#: messages-i18n.c:345 msgid "Loan" msgstr "Emprunt" # messages-i18n.c:301 -#: messages-i18n.c:347 +#: messages-i18n.c:346 msgid "LTCG" msgstr "PVLT" # messages-i18n.c:302 po/guile_strings.txt:26 -#: messages-i18n.c:348 po/guile_strings.txt:32 +#: messages-i18n.c:347 po/guile_strings.txt:32 #: src/gnome/glade-gnc-dialogs.c:2196 msgid "Memo" msgstr "Mémo" # po/guile_strings.txt:184 -#: messages-i18n.c:349 +#: messages-i18n.c:348 msgid "Months" msgstr "Mois" # messages-i18n.c:303 -#: messages-i18n.c:350 +#: messages-i18n.c:349 msgid "New" msgstr "Nouveau" # messages-i18n.c:304 -#: messages-i18n.c:351 +#: messages-i18n.c:350 msgid "No" msgstr "Non" # messages-i18n.c:305 src/gnome/print-session.c:108 # src/gnome/print-session.c:197 -#: messages-i18n.c:352 src/gnome/print-session.c:111 +#: messages-i18n.c:351 src/gnome/print-session.c:111 #: src/gnome/print-session.c:200 msgid "(none)" msgstr "(aucun)" # messages-i18n.c:306 po/guile_strings.txt:176 -#: messages-i18n.c:353 po/guile_strings.txt:209 +#: messages-i18n.c:352 po/guile_strings.txt:209 msgid "Notes" msgstr "Notes" # messages-i18n.c:307 po/guile_strings.txt:148 -#: messages-i18n.c:354 po/guile_strings.txt:176 +#: messages-i18n.c:353 po/guile_strings.txt:176 msgid "Num" msgstr "Num" # messages-i18n.c:308 -#: messages-i18n.c:355 +#: messages-i18n.c:354 msgid "Ok" msgstr "Ok" # messages-i18n.c:309 -#: messages-i18n.c:356 +#: messages-i18n.c:355 msgid "Online" msgstr "En ligne" # messages-i18n.c:310 -#: messages-i18n.c:357 +#: messages-i18n.c:356 msgid "Open" msgstr "Ouvrir" # messages-i18n.c:310 -#: messages-i18n.c:358 +#: messages-i18n.c:357 msgid "Orphan" msgstr "Orphelin" # messages-i18n.c:311 -#: messages-i18n.c:359 +#: messages-i18n.c:358 msgid "Parameters" msgstr "Paramètres" # messages-i18n.c:312 -#: messages-i18n.c:360 po/guile_strings.txt:114 +#: messages-i18n.c:359 po/guile_strings.txt:114 msgid "Payment" msgstr "Paiement" # messages-i18n.c:313 -#: messages-i18n.c:361 +#: messages-i18n.c:360 msgid "Portfolio" msgstr "Portefeuille" # messages-i18n.c:314 -#: messages-i18n.c:362 +#: messages-i18n.c:361 msgid "POS" msgstr "DAB" # messages-i18n.c:315 -#: messages-i18n.c:363 +#: messages-i18n.c:362 msgid "Preferences" msgstr "Préferences" # messages-i18n.c:316 -#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:2340 +#: messages-i18n.c:363 src/gnome/glade-gnc-dialogs.c:2340 msgid "Price" msgstr "Cours" # messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:971 -#: messages-i18n.c:365 src/gnome/glade-gnc-dialogs.c:937 +#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:937 msgid "Print" msgstr "Imprimer" # messages-i18n.c:318 -#: messages-i18n.c:366 +#: messages-i18n.c:365 msgid "Profits" msgstr "Profits" # messages-i18n.c:319 -#: messages-i18n.c:367 +#: messages-i18n.c:366 msgid "Quit" msgstr "Quitter" # messages-i18n.c:320 -#: messages-i18n.c:368 po/guile_strings.txt:18 +#: messages-i18n.c:367 po/guile_strings.txt:18 msgid "Rebate" msgstr "Rabais" # messages-i18n.c:321 -#: messages-i18n.c:369 po/guile_strings.txt:191 +#: messages-i18n.c:368 po/guile_strings.txt:191 msgid "Receive" msgstr "Reçu" # messages-i18n.c:322 -#: messages-i18n.c:370 +#: messages-i18n.c:369 msgid "Reconcile" msgstr "Rapprocher" # messages-i18n.c:323 -#: messages-i18n.c:371 +#: messages-i18n.c:370 msgid "Record" msgstr "Enregistrer" # messages-i18n.c:324 po/guile_strings.txt:181 -#: messages-i18n.c:372 po/guile_strings.txt:215 +#: messages-i18n.c:371 po/guile_strings.txt:215 msgid "Register" msgstr "Registre" # messages-i18n.c:325 po/guile_strings.txt:175 -#: messages-i18n.c:373 po/guile_strings.txt:208 +#: messages-i18n.c:372 po/guile_strings.txt:208 msgid "Report" msgstr "Rapport" # messages-i18n.c:326 -#: messages-i18n.c:374 +#: messages-i18n.c:373 msgid "Reports" msgstr "Rapports" # messages-i18n.c:327 -#: messages-i18n.c:375 +#: messages-i18n.c:374 msgid "Save" msgstr "Sauvegarder" # messages-i18n.c:328 -#: messages-i18n.c:376 +#: messages-i18n.c:375 msgid "Savings" msgstr "Epargne" # messages-i18n.c:329 -#: messages-i18n.c:377 +#: messages-i18n.c:376 msgid "Scrub" msgstr "Nettoyer" -#: messages-i18n.c:378 +#: messages-i18n.c:377 msgid "Search Results" msgstr "Résultats de la recherche" # messages-i18n.c:330 po/guile_strings.txt:161 -#: messages-i18n.c:379 po/guile_strings.txt:189 +#: messages-i18n.c:378 po/guile_strings.txt:189 msgid "Security" msgstr "Valeur" # messages-i18n.c:331 -#: messages-i18n.c:380 +#: messages-i18n.c:379 msgid "Sell" msgstr "Vendre" # messages-i18n.c:332 -#: messages-i18n.c:381 +#: messages-i18n.c:380 msgid "Settings" msgstr "Paramètres" # messages-i18n.c:333 -#: messages-i18n.c:382 +#: messages-i18n.c:381 msgid "Simple" msgstr "Simple" # messages-i18n.c:334 -#: messages-i18n.c:383 po/guile_strings.txt:313 +#: messages-i18n.c:382 po/guile_strings.txt:313 msgid "Sold" msgstr "Vendu" # messages-i18n.c:335 -#: messages-i18n.c:384 po/guile_strings.txt:51 +#: messages-i18n.c:383 po/guile_strings.txt:51 msgid "Spend" msgstr "Dépenser" # messages-i18n.c:336 -#: messages-i18n.c:385 +#: messages-i18n.c:384 msgid "Split" msgstr "Répartition" # messages-i18n.c:337 -#: messages-i18n.c:386 +#: messages-i18n.c:385 msgid "STCG" msgstr "PVCT" # messages-i18n.c:338 po/guile_strings.txt:298 # src/gnome/glade-gnc-dialogs.c:635 -#: messages-i18n.c:387 po/guile_strings.txt:353 +#: messages-i18n.c:386 po/guile_strings.txt:353 #: src/gnome/glade-gnc-dialogs.c:576 msgid "Stock" msgstr "Actions" # messages-i18n.c:339 -#: messages-i18n.c:388 po/guile_strings.txt:246 +#: messages-i18n.c:387 po/guile_strings.txt:246 msgid "Style" msgstr "Style" # messages-i18n.c:340 -#: messages-i18n.c:389 +#: messages-i18n.c:388 msgid "Surplus" msgstr "Excédent" # messages-i18n.c:341 -#: messages-i18n.c:390 +#: messages-i18n.c:389 msgid "Teller" msgstr "Caissier" # messages-i18n.c:342 po/guile_strings.txt:252 -#: messages-i18n.c:391 po/guile_strings.txt:302 +#: messages-i18n.c:390 po/guile_strings.txt:302 msgid "To" msgstr "Vers" # messages-i18n.c:343 -#: messages-i18n.c:392 src/gnome/glade-gnc-dialogs.c:2615 +#: messages-i18n.c:391 src/gnome/glade-gnc-dialogs.c:2615 msgid "Today" msgstr "Aujourd'hui" # messages-i18n.c:344 -#: messages-i18n.c:393 messages-i18n.c:394 po/guile_strings.txt:207 +#: messages-i18n.c:392 messages-i18n.c:393 po/guile_strings.txt:207 msgid "Total" msgstr "Total" # messages-i18n.c:345 po/guile_strings.txt:254 # src/gnome/glade-gnc-dialogs.c:354 src/gnome/glade-gnc-dialogs.c:408 -#: messages-i18n.c:395 po/guile_strings.txt:304 +#: messages-i18n.c:394 po/guile_strings.txt:304 #: src/gnome/glade-gnc-dialogs.c:295 src/gnome/glade-gnc-dialogs.c:349 msgid "Type" msgstr "Type" # messages-i18n.c:346 -#: messages-i18n.c:396 +#: messages-i18n.c:395 msgid "Transaction" msgstr "Transaction" # messages-i18n.c:347 -#: messages-i18n.c:397 +#: messages-i18n.c:396 msgid "Transfer" msgstr "Transférer" # messages-i18n.c:348 po/guile_strings.txt:57 -#: messages-i18n.c:398 po/guile_strings.txt:66 +#: messages-i18n.c:397 po/guile_strings.txt:66 msgid "Value" msgstr "Montant" # messages-i18n.c:349 -#: messages-i18n.c:399 +#: messages-i18n.c:398 msgid "WARNING" msgstr "ATTENTION" # po/guile_strings.txt:113 -#: messages-i18n.c:400 +#: messages-i18n.c:399 msgid "Weeks" msgstr "Semaines" # messages-i18n.c:350 -#: messages-i18n.c:401 +#: messages-i18n.c:400 msgid "Wire" msgstr "Télétransmission" # messages-i18n.c:351 -#: messages-i18n.c:402 +#: messages-i18n.c:401 msgid "Withdraw" msgstr "Se retirer" # messages-i18n.c:351 -#: messages-i18n.c:403 po/guile_strings.txt:60 +#: messages-i18n.c:402 po/guile_strings.txt:60 #, fuzzy msgid "Withdrawal" msgstr "Se retirer" # po/guile_strings.txt:182 -#: messages-i18n.c:404 +#: messages-i18n.c:403 msgid "Years" msgstr "Années" # messages-i18n.c:352 -#: messages-i18n.c:405 +#: messages-i18n.c:404 msgid "Yes" msgstr "Oui" @@ -4437,6 +4433,10 @@ msgstr "" msgid "You must select a printer first." msgstr "Vous devez dabord sélectionner une imprimante." +# messages-i18n.c:217 +#~ msgid "Show Categories" +#~ msgstr "Montrer les catégories" + # messages-i18n.c:45 #~ msgid "QIF file load failed. Check settings and reload." #~ msgstr "" diff --git a/po/gnucash.pot b/po/gnucash.pot index b4e15058d4..c55dcb6512 100644 --- a/po/gnucash.pot +++ b/po/gnucash.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-06-08 12:48-0700\n" +"POT-Creation-Date: 2000-06-12 15:20-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -609,15 +609,15 @@ msgstr "" msgid "Show transactions on single lines" msgstr "" -#: messages-i18n.c:128 messages-i18n.c:256 +#: messages-i18n.c:128 messages-i18n.c:255 msgid "Sort by Amount" msgstr "" -#: messages-i18n.c:129 messages-i18n.c:257 +#: messages-i18n.c:129 messages-i18n.c:256 msgid "Sort by Date" msgstr "" -#: messages-i18n.c:130 messages-i18n.c:258 +#: messages-i18n.c:130 messages-i18n.c:257 msgid "Sort by Description" msgstr "" @@ -625,11 +625,11 @@ msgstr "" msgid "Sort by the date of entry" msgstr "" -#: messages-i18n.c:132 messages-i18n.c:260 +#: messages-i18n.c:132 messages-i18n.c:259 msgid "Sort by Memo" msgstr "" -#: messages-i18n.c:133 messages-i18n.c:261 +#: messages-i18n.c:133 messages-i18n.c:260 msgid "Sort by Num" msgstr "" @@ -1102,613 +1102,609 @@ msgid "Show All" msgstr "" #: messages-i18n.c:251 -msgid "Show Inc/Exp" +msgid "Show Income/Expense" msgstr "" #: messages-i18n.c:252 -msgid "Show Categories" -msgstr "" - -#: messages-i18n.c:253 msgid "Show Earliest" msgstr "" -#: messages-i18n.c:254 +#: messages-i18n.c:253 msgid "Show Latest" msgstr "" -#: messages-i18n.c:255 po/guile_strings.txt:190 +#: messages-i18n.c:254 po/guile_strings.txt:190 msgid "Single Line" msgstr "" -#: messages-i18n.c:259 +#: messages-i18n.c:258 msgid "Sort by date of entry" msgstr "" -#: messages-i18n.c:262 +#: messages-i18n.c:261 msgid "Sort by statement date" msgstr "" -#: messages-i18n.c:263 +#: messages-i18n.c:262 msgid "Sort Order" msgstr "" -#: messages-i18n.c:264 +#: messages-i18n.c:263 msgid "Start date" msgstr "" -#: messages-i18n.c:265 +#: messages-i18n.c:264 msgid "Starting Balance" msgstr "" -#: messages-i18n.c:266 +#: messages-i18n.c:265 msgid "Standard order" msgstr "" -#: messages-i18n.c:267 +#: messages-i18n.c:266 msgid "Statement Date:" msgstr "" -#: messages-i18n.c:268 +#: messages-i18n.c:267 msgid "Top level account" msgstr "" -#: messages-i18n.c:269 +#: messages-i18n.c:268 msgid "Total Shares" msgstr "" -#: messages-i18n.c:270 +#: messages-i18n.c:269 msgid "Verify Changes" msgstr "" -#: messages-i18n.c:271 +#: messages-i18n.c:270 msgid "Transfer Information" msgstr "" -#: messages-i18n.c:272 +#: messages-i18n.c:271 msgid "Transfer Money" msgstr "" -#: messages-i18n.c:273 +#: messages-i18n.c:272 msgid "Transfer From" msgstr "" -#: messages-i18n.c:274 +#: messages-i18n.c:273 msgid "Transfer To" msgstr "" -#: messages-i18n.c:275 +#: messages-i18n.c:274 msgid "About" msgstr "" -#: messages-i18n.c:276 po/guile_strings.txt:65 +#: messages-i18n.c:275 po/guile_strings.txt:65 #: src/gnome/glade-gnc-dialogs.c:1784 msgid "Account" msgstr "" -#: messages-i18n.c:277 src/gnome/glade-gnc-dialogs.c:302 +#: messages-i18n.c:276 src/gnome/glade-gnc-dialogs.c:302 #: src/gnome/glade-gnc-dialogs.c:462 msgid "Accounts" msgstr "" -#: messages-i18n.c:278 +#: messages-i18n.c:277 msgid "Account Information" msgstr "" -#: messages-i18n.c:279 +#: messages-i18n.c:278 msgid "AutoDep" msgstr "" -#: messages-i18n.c:280 src/gnome/glade-gnc-dialogs.c:2398 +#: messages-i18n.c:279 src/gnome/glade-gnc-dialogs.c:2398 msgid "Action" msgstr "" -#: messages-i18n.c:281 +#: messages-i18n.c:280 msgid "Activities" msgstr "" -#: messages-i18n.c:282 +#: messages-i18n.c:281 msgid "Ago" msgstr "" -#: messages-i18n.c:283 po/guile_strings.txt:57 +#: messages-i18n.c:282 po/guile_strings.txt:57 #: src/gnome/glade-gnc-dialogs.c:2138 msgid "Amount" msgstr "" -#: messages-i18n.c:284 po/guile_strings.txt:239 +#: messages-i18n.c:283 po/guile_strings.txt:239 msgid "Appreciation" msgstr "" -#: messages-i18n.c:285 +#: messages-i18n.c:284 msgid "Phone" msgstr "" -#: messages-i18n.c:286 po/guile_strings.txt:174 +#: messages-i18n.c:285 po/guile_strings.txt:174 #: src/gnome/glade-gnc-dialogs.c:567 msgid "Asset" msgstr "" -#: messages-i18n.c:287 +#: messages-i18n.c:286 msgid "Assets" msgstr "" -#: messages-i18n.c:288 +#: messages-i18n.c:287 msgid "ATM" msgstr "" -#: messages-i18n.c:289 +#: messages-i18n.c:288 msgid "Back" msgstr "" -#: messages-i18n.c:290 messages-i18n.c:291 po/guile_strings.txt:13 +#: messages-i18n.c:289 messages-i18n.c:290 po/guile_strings.txt:13 msgid "Balance" msgstr "" -#: messages-i18n.c:292 po/guile_strings.txt:107 +#: messages-i18n.c:291 po/guile_strings.txt:107 #: src/gnome/glade-gnc-dialogs.c:561 msgid "Bank" msgstr "" -#: messages-i18n.c:293 +#: messages-i18n.c:292 msgid "Blank" msgstr "" -#: messages-i18n.c:294 po/guile_strings.txt:124 +#: messages-i18n.c:293 po/guile_strings.txt:124 msgid "Bought" msgstr "" -#: messages-i18n.c:295 +#: messages-i18n.c:294 msgid "Buy" msgstr "" -#: messages-i18n.c:296 +#: messages-i18n.c:295 msgid "Cancel" msgstr "" -#: messages-i18n.c:297 po/guile_strings.txt:137 +#: messages-i18n.c:296 po/guile_strings.txt:137 #: src/gnome/glade-gnc-dialogs.c:564 msgid "Cash" msgstr "" -#: messages-i18n.c:298 +#: messages-i18n.c:297 msgid "Changed" msgstr "" -#: messages-i18n.c:299 po/guile_strings.txt:205 +#: messages-i18n.c:298 po/guile_strings.txt:205 msgid "Charge" msgstr "" -#: messages-i18n.c:300 +#: messages-i18n.c:299 msgid "Check" msgstr "" -#: messages-i18n.c:301 +#: messages-i18n.c:300 msgid "Checking" msgstr "" -#: messages-i18n.c:302 src/gnome/glade-gnc-dialogs.c:2449 +#: messages-i18n.c:301 src/gnome/glade-gnc-dialogs.c:2449 msgid "Cleared" msgstr "" -#: messages-i18n.c:303 +#: messages-i18n.c:302 msgid "Close" msgstr "" -#: messages-i18n.c:304 +#: messages-i18n.c:303 msgid "Commit" msgstr "" -#: messages-i18n.c:305 +#: messages-i18n.c:304 msgid "Create" msgstr "" -#: messages-i18n.c:306 po/guile_strings.txt:254 +#: messages-i18n.c:305 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:570 src/gnome/glade-gnc-dialogs.c:2082 msgid "Credit" msgstr "" -#: messages-i18n.c:307 +#: messages-i18n.c:306 msgid "Credits" msgstr "" -#: messages-i18n.c:308 po/guile_strings.txt:134 +#: messages-i18n.c:307 po/guile_strings.txt:134 #: src/gnome/glade-gnc-dialogs.c:582 msgid "Currency" msgstr "" -#: messages-i18n.c:309 po/guile_strings.txt:6 +#: messages-i18n.c:308 po/guile_strings.txt:6 #: src/gnome/glade-gnc-dialogs.c:1920 msgid "Date" msgstr "" -#: messages-i18n.c:310 +#: messages-i18n.c:309 msgid "Days" msgstr "" -#: messages-i18n.c:311 po/guile_strings.txt:38 +#: messages-i18n.c:310 po/guile_strings.txt:38 #: src/gnome/glade-gnc-dialogs.c:2085 msgid "Debit" msgstr "" -#: messages-i18n.c:312 +#: messages-i18n.c:311 msgid "Debits" msgstr "" -#: messages-i18n.c:313 +#: messages-i18n.c:312 msgid "Decrease" msgstr "" -#: messages-i18n.c:314 +#: messages-i18n.c:313 msgid "Deficit" msgstr "" -#: messages-i18n.c:315 src/gnome/glade-gnc-dialogs.c:2868 +#: messages-i18n.c:314 src/gnome/glade-gnc-dialogs.c:2868 msgid "Delete" msgstr "" -#: messages-i18n.c:316 po/guile_strings.txt:200 +#: messages-i18n.c:315 po/guile_strings.txt:200 msgid "Deposit" msgstr "" -#: messages-i18n.c:317 po/guile_strings.txt:160 +#: messages-i18n.c:316 po/guile_strings.txt:160 msgid "Depreciation" msgstr "" -#: messages-i18n.c:318 po/guile_strings.txt:153 +#: messages-i18n.c:317 po/guile_strings.txt:153 #: src/gnome/glade-gnc-dialogs.c:1978 msgid "Description" msgstr "" -#: messages-i18n.c:319 +#: messages-i18n.c:318 msgid "Difference" msgstr "" -#: messages-i18n.c:320 +#: messages-i18n.c:319 msgid "Direct Debit" msgstr "" -#: messages-i18n.c:321 +#: messages-i18n.c:320 msgid "Dist" msgstr "" -#: messages-i18n.c:322 +#: messages-i18n.c:321 msgid "Div" msgstr "" -#: messages-i18n.c:323 +#: messages-i18n.c:322 msgid "Duplicate" msgstr "" -#: messages-i18n.c:324 +#: messages-i18n.c:323 msgid "Edit" msgstr "" -#: messages-i18n.c:325 po/guile_strings.txt:8 +#: messages-i18n.c:324 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:591 msgid "Equity" msgstr "" -#: messages-i18n.c:326 +#: messages-i18n.c:325 msgid "Exit" msgstr "" -#: messages-i18n.c:327 po/guile_strings.txt:327 +#: messages-i18n.c:326 po/guile_strings.txt:327 #: src/gnome/glade-gnc-dialogs.c:588 msgid "Expense" msgstr "" -#: messages-i18n.c:328 +#: messages-i18n.c:327 msgid "Export" msgstr "" -#: messages-i18n.c:329 po/guile_strings.txt:355 +#: messages-i18n.c:328 po/guile_strings.txt:355 msgid "Extensions" msgstr "" -#: messages-i18n.c:330 +#: messages-i18n.c:329 msgid "Fee" msgstr "" -#: messages-i18n.c:331 +#: messages-i18n.c:330 msgid "Field" msgstr "" -#: messages-i18n.c:332 +#: messages-i18n.c:331 msgid "File" msgstr "" -#: messages-i18n.c:333 src/gnome/glade-gnc-dialogs.c:2523 +#: messages-i18n.c:332 src/gnome/glade-gnc-dialogs.c:2523 msgid "Find" msgstr "" -#: messages-i18n.c:334 +#: messages-i18n.c:333 msgid "Forward" msgstr "" -#: messages-i18n.c:335 po/guile_strings.txt:126 +#: messages-i18n.c:334 po/guile_strings.txt:126 msgid "From" msgstr "" -#: messages-i18n.c:336 +#: messages-i18n.c:335 msgid "GnuCash Preferences" msgstr "" -#: messages-i18n.c:337 +#: messages-i18n.c:336 msgid "Help" msgstr "" -#: messages-i18n.c:338 +#: messages-i18n.c:337 msgid "Imbalance" msgstr "" -#: messages-i18n.c:339 +#: messages-i18n.c:338 msgid "Import" msgstr "" -#: messages-i18n.c:340 po/guile_strings.txt:244 +#: messages-i18n.c:339 po/guile_strings.txt:244 #: src/gnome/glade-gnc-dialogs.c:585 msgid "Income" msgstr "" -#: messages-i18n.c:341 +#: messages-i18n.c:340 msgid "Increase" msgstr "" -#: messages-i18n.c:342 +#: messages-i18n.c:341 msgid "Int" msgstr "" -#: messages-i18n.c:343 +#: messages-i18n.c:342 msgid "Jump" msgstr "" -#: messages-i18n.c:344 po/guile_strings.txt:194 +#: messages-i18n.c:343 po/guile_strings.txt:194 #: src/gnome/glade-gnc-dialogs.c:573 msgid "Liability" msgstr "" -#: messages-i18n.c:345 +#: messages-i18n.c:344 msgid "License" msgstr "" -#: messages-i18n.c:346 +#: messages-i18n.c:345 msgid "Loan" msgstr "" -#: messages-i18n.c:347 +#: messages-i18n.c:346 msgid "LTCG" msgstr "" -#: messages-i18n.c:348 po/guile_strings.txt:32 +#: messages-i18n.c:347 po/guile_strings.txt:32 #: src/gnome/glade-gnc-dialogs.c:2196 msgid "Memo" msgstr "" -#: messages-i18n.c:349 +#: messages-i18n.c:348 msgid "Months" msgstr "" -#: messages-i18n.c:350 +#: messages-i18n.c:349 msgid "New" msgstr "" -#: messages-i18n.c:351 +#: messages-i18n.c:350 msgid "No" msgstr "" -#: messages-i18n.c:352 src/gnome/print-session.c:111 +#: messages-i18n.c:351 src/gnome/print-session.c:111 #: src/gnome/print-session.c:200 msgid "(none)" msgstr "" -#: messages-i18n.c:353 po/guile_strings.txt:209 +#: messages-i18n.c:352 po/guile_strings.txt:209 msgid "Notes" msgstr "" -#: messages-i18n.c:354 po/guile_strings.txt:176 +#: messages-i18n.c:353 po/guile_strings.txt:176 msgid "Num" msgstr "" -#: messages-i18n.c:355 +#: messages-i18n.c:354 msgid "Ok" msgstr "" -#: messages-i18n.c:356 +#: messages-i18n.c:355 msgid "Online" msgstr "" -#: messages-i18n.c:357 +#: messages-i18n.c:356 msgid "Open" msgstr "" -#: messages-i18n.c:358 +#: messages-i18n.c:357 msgid "Orphan" msgstr "" -#: messages-i18n.c:359 +#: messages-i18n.c:358 msgid "Parameters" msgstr "" -#: messages-i18n.c:360 po/guile_strings.txt:114 +#: messages-i18n.c:359 po/guile_strings.txt:114 msgid "Payment" msgstr "" -#: messages-i18n.c:361 +#: messages-i18n.c:360 msgid "Portfolio" msgstr "" -#: messages-i18n.c:362 +#: messages-i18n.c:361 msgid "POS" msgstr "" -#: messages-i18n.c:363 +#: messages-i18n.c:362 msgid "Preferences" msgstr "" -#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:2340 +#: messages-i18n.c:363 src/gnome/glade-gnc-dialogs.c:2340 msgid "Price" msgstr "" -#: messages-i18n.c:365 src/gnome/glade-gnc-dialogs.c:937 +#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:937 msgid "Print" msgstr "" -#: messages-i18n.c:366 +#: messages-i18n.c:365 msgid "Profits" msgstr "" -#: messages-i18n.c:367 +#: messages-i18n.c:366 msgid "Quit" msgstr "" -#: messages-i18n.c:368 po/guile_strings.txt:18 +#: messages-i18n.c:367 po/guile_strings.txt:18 msgid "Rebate" msgstr "" -#: messages-i18n.c:369 po/guile_strings.txt:191 +#: messages-i18n.c:368 po/guile_strings.txt:191 msgid "Receive" msgstr "" -#: messages-i18n.c:370 +#: messages-i18n.c:369 msgid "Reconcile" msgstr "" -#: messages-i18n.c:371 +#: messages-i18n.c:370 msgid "Record" msgstr "" -#: messages-i18n.c:372 po/guile_strings.txt:215 +#: messages-i18n.c:371 po/guile_strings.txt:215 msgid "Register" msgstr "" -#: messages-i18n.c:373 po/guile_strings.txt:208 +#: messages-i18n.c:372 po/guile_strings.txt:208 msgid "Report" msgstr "" -#: messages-i18n.c:374 +#: messages-i18n.c:373 msgid "Reports" msgstr "" -#: messages-i18n.c:375 +#: messages-i18n.c:374 msgid "Save" msgstr "" -#: messages-i18n.c:376 +#: messages-i18n.c:375 msgid "Savings" msgstr "" -#: messages-i18n.c:377 +#: messages-i18n.c:376 msgid "Scrub" msgstr "" -#: messages-i18n.c:378 +#: messages-i18n.c:377 msgid "Search Results" msgstr "" -#: messages-i18n.c:379 po/guile_strings.txt:189 +#: messages-i18n.c:378 po/guile_strings.txt:189 msgid "Security" msgstr "" -#: messages-i18n.c:380 +#: messages-i18n.c:379 msgid "Sell" msgstr "" -#: messages-i18n.c:381 +#: messages-i18n.c:380 msgid "Settings" msgstr "" -#: messages-i18n.c:382 +#: messages-i18n.c:381 msgid "Simple" msgstr "" -#: messages-i18n.c:383 po/guile_strings.txt:313 +#: messages-i18n.c:382 po/guile_strings.txt:313 msgid "Sold" msgstr "" -#: messages-i18n.c:384 po/guile_strings.txt:51 +#: messages-i18n.c:383 po/guile_strings.txt:51 msgid "Spend" msgstr "" -#: messages-i18n.c:385 +#: messages-i18n.c:384 msgid "Split" msgstr "" -#: messages-i18n.c:386 +#: messages-i18n.c:385 msgid "STCG" msgstr "" -#: messages-i18n.c:387 po/guile_strings.txt:353 +#: messages-i18n.c:386 po/guile_strings.txt:353 #: src/gnome/glade-gnc-dialogs.c:576 msgid "Stock" msgstr "" -#: messages-i18n.c:388 po/guile_strings.txt:246 +#: messages-i18n.c:387 po/guile_strings.txt:246 msgid "Style" msgstr "" -#: messages-i18n.c:389 +#: messages-i18n.c:388 msgid "Surplus" msgstr "" -#: messages-i18n.c:390 +#: messages-i18n.c:389 msgid "Teller" msgstr "" -#: messages-i18n.c:391 po/guile_strings.txt:302 +#: messages-i18n.c:390 po/guile_strings.txt:302 msgid "To" msgstr "" -#: messages-i18n.c:392 src/gnome/glade-gnc-dialogs.c:2615 +#: messages-i18n.c:391 src/gnome/glade-gnc-dialogs.c:2615 msgid "Today" msgstr "" -#: messages-i18n.c:393 messages-i18n.c:394 po/guile_strings.txt:207 +#: messages-i18n.c:392 messages-i18n.c:393 po/guile_strings.txt:207 msgid "Total" msgstr "" -#: messages-i18n.c:395 po/guile_strings.txt:304 +#: messages-i18n.c:394 po/guile_strings.txt:304 #: src/gnome/glade-gnc-dialogs.c:295 src/gnome/glade-gnc-dialogs.c:349 msgid "Type" msgstr "" -#: messages-i18n.c:396 +#: messages-i18n.c:395 msgid "Transaction" msgstr "" -#: messages-i18n.c:397 +#: messages-i18n.c:396 msgid "Transfer" msgstr "" -#: messages-i18n.c:398 po/guile_strings.txt:66 +#: messages-i18n.c:397 po/guile_strings.txt:66 msgid "Value" msgstr "" -#: messages-i18n.c:399 +#: messages-i18n.c:398 msgid "WARNING" msgstr "" -#: messages-i18n.c:400 +#: messages-i18n.c:399 msgid "Weeks" msgstr "" -#: messages-i18n.c:401 +#: messages-i18n.c:400 msgid "Wire" msgstr "" -#: messages-i18n.c:402 +#: messages-i18n.c:401 msgid "Withdraw" msgstr "" -#: messages-i18n.c:403 po/guile_strings.txt:60 +#: messages-i18n.c:402 po/guile_strings.txt:60 msgid "Withdrawal" msgstr "" -#: messages-i18n.c:404 +#: messages-i18n.c:403 msgid "Years" msgstr "" -#: messages-i18n.c:405 +#: messages-i18n.c:404 msgid "Yes" msgstr "" diff --git a/po/ja.po b/po/ja.po index 0420b2f167..38603b4ef8 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-06-08 12:48-0700\n" +"POT-Creation-Date: 2000-06-12 15:20-0700\n" "PO-Revision-Date: 2000-04-25 00:00+0900\n" "Last-Translator: Shimpei Yamashita \n" "Language-Team: \n" @@ -680,15 +680,15 @@ msgstr " msgid "Show transactions on single lines" msgstr "¼è°ú¤ò°ì¹Ô¤Çɽ¼¨¤¹¤ë" -#: messages-i18n.c:128 messages-i18n.c:256 +#: messages-i18n.c:128 messages-i18n.c:255 msgid "Sort by Amount" msgstr "¿ôÎ̽ç¤Ëʤ٤ë" -#: messages-i18n.c:129 messages-i18n.c:257 +#: messages-i18n.c:129 messages-i18n.c:256 msgid "Sort by Date" msgstr "ÆüÉÕ½ç¤Ëʤ٤ë" -#: messages-i18n.c:130 messages-i18n.c:258 +#: messages-i18n.c:130 messages-i18n.c:257 msgid "Sort by Description" msgstr "ÀâÌÀ½ç¤Ëʤ٤ë" @@ -696,11 +696,11 @@ msgstr " msgid "Sort by the date of entry" msgstr "ÆþÎÏÆüÉÕ½ç¤ËʤÙÂØ¤¨" -#: messages-i18n.c:132 messages-i18n.c:260 +#: messages-i18n.c:132 messages-i18n.c:259 msgid "Sort by Memo" msgstr "¾ÜºÙ½ç¤Ëʤ٤ë" -#: messages-i18n.c:133 messages-i18n.c:261 +#: messages-i18n.c:133 messages-i18n.c:260 msgid "Sort by Num" msgstr "ÈÖ¹æ½ç¤Ëʤ٤ë" @@ -1178,623 +1178,620 @@ msgid "Show All" msgstr "Á´Éô¸«¤»¤ë" #: messages-i18n.c:251 -msgid "Show Inc/Exp" +#, fuzzy +msgid "Show Income/Expense" msgstr "¼ýÆþ¡¦ÈñÍѤòɽ¼¨¤¹¤ë" #: messages-i18n.c:252 -msgid "Show Categories" -msgstr "¶èʬ¤òɽ¼¨¤¹¤ë" - -#: messages-i18n.c:253 msgid "Show Earliest" msgstr "ºÇ¸Å¤òɽ¼¨¤¹¤ë" -#: messages-i18n.c:254 +#: messages-i18n.c:253 msgid "Show Latest" msgstr "ºÇ¿·¤òɽ¼¨¤¹¤ë" -#: messages-i18n.c:255 po/guile_strings.txt:190 +#: messages-i18n.c:254 po/guile_strings.txt:190 msgid "Single Line" msgstr "ñ¹Ô" -#: messages-i18n.c:259 +#: messages-i18n.c:258 msgid "Sort by date of entry" msgstr "ÆüÉÕ½ç¤Çʤ٤ë" -#: messages-i18n.c:262 +#: messages-i18n.c:261 #, fuzzy msgid "Sort by statement date" msgstr "ÆüÉÕ½ç¤Çʤ٤ë" -#: messages-i18n.c:263 +#: messages-i18n.c:262 msgid "Sort Order" msgstr "¥½¡¼¥È½çÈÖ" -#: messages-i18n.c:264 +#: messages-i18n.c:263 msgid "Start date" msgstr "³«»ÏÆüÉÕ" -#: messages-i18n.c:265 +#: messages-i18n.c:264 #, fuzzy msgid "Starting Balance" msgstr "´ü¼ó»Ä¹â" -#: messages-i18n.c:266 +#: messages-i18n.c:265 msgid "Standard order" msgstr "ɸ½à¤Î½çÈÖ" -#: messages-i18n.c:267 +#: messages-i18n.c:266 #, fuzzy msgid "Statement Date:" msgstr "ÆüÉÕÁªÂò" -#: messages-i18n.c:268 +#: messages-i18n.c:267 msgid "Top level account" msgstr "´ðËÜ´ªÄê²ÊÌÜ" -#: messages-i18n.c:269 +#: messages-i18n.c:268 msgid "Total Shares" msgstr "³ô¼°¹ç·×" -#: messages-i18n.c:270 +#: messages-i18n.c:269 msgid "Verify Changes" msgstr "Êѹ¹¤ò³Îǧ¤¹¤ë" -#: messages-i18n.c:271 +#: messages-i18n.c:270 msgid "Transfer Information" msgstr "¾ðÊó¤òžÁ÷" -#: messages-i18n.c:272 +#: messages-i18n.c:271 msgid "Transfer Money" msgstr "»ñ¶â¤òžÁ÷" -#: messages-i18n.c:273 +#: messages-i18n.c:272 msgid "Transfer From" msgstr "žÁ÷¸µ" -#: messages-i18n.c:274 +#: messages-i18n.c:273 msgid "Transfer To" msgstr "žÁ÷Àè" -#: messages-i18n.c:275 +#: messages-i18n.c:274 msgid "About" msgstr "" -#: messages-i18n.c:276 po/guile_strings.txt:65 +#: messages-i18n.c:275 po/guile_strings.txt:65 #: src/gnome/glade-gnc-dialogs.c:1784 msgid "Account" msgstr "´ªÄê²ÊÌÜ" -#: messages-i18n.c:277 src/gnome/glade-gnc-dialogs.c:302 +#: messages-i18n.c:276 src/gnome/glade-gnc-dialogs.c:302 #: src/gnome/glade-gnc-dialogs.c:462 msgid "Accounts" msgstr "´ªÄê²ÊÌÜ" -#: messages-i18n.c:278 +#: messages-i18n.c:277 msgid "Account Information" msgstr "´ªÄê²ÊÌܾðÊó" -#: messages-i18n.c:279 +#: messages-i18n.c:278 msgid "AutoDep" msgstr "" -#: messages-i18n.c:280 src/gnome/glade-gnc-dialogs.c:2398 +#: messages-i18n.c:279 src/gnome/glade-gnc-dialogs.c:2398 msgid "Action" msgstr "" -#: messages-i18n.c:281 +#: messages-i18n.c:280 msgid "Activities" msgstr "" -#: messages-i18n.c:282 +#: messages-i18n.c:281 msgid "Ago" msgstr "" -#: messages-i18n.c:283 po/guile_strings.txt:57 +#: messages-i18n.c:282 po/guile_strings.txt:57 #: src/gnome/glade-gnc-dialogs.c:2138 msgid "Amount" msgstr "¶â³Û" -#: messages-i18n.c:284 po/guile_strings.txt:239 +#: messages-i18n.c:283 po/guile_strings.txt:239 msgid "Appreciation" msgstr "Áý²Ã" -#: messages-i18n.c:285 +#: messages-i18n.c:284 msgid "Phone" msgstr "ÅÅÏÃ" -#: messages-i18n.c:286 po/guile_strings.txt:174 +#: messages-i18n.c:285 po/guile_strings.txt:174 #: src/gnome/glade-gnc-dialogs.c:567 msgid "Asset" msgstr "»ñ»º" -#: messages-i18n.c:287 +#: messages-i18n.c:286 msgid "Assets" msgstr "»ñ»º" -#: messages-i18n.c:288 +#: messages-i18n.c:287 msgid "ATM" msgstr "¥­¥ã¥Ã¥·¥å¥Þ¥·¡¼¥ó" -#: messages-i18n.c:289 +#: messages-i18n.c:288 msgid "Back" msgstr "Ìá¤ë" -#: messages-i18n.c:290 messages-i18n.c:291 po/guile_strings.txt:13 +#: messages-i18n.c:289 messages-i18n.c:290 po/guile_strings.txt:13 msgid "Balance" msgstr "»Ä¹â" -#: messages-i18n.c:292 po/guile_strings.txt:107 +#: messages-i18n.c:291 po/guile_strings.txt:107 #: src/gnome/glade-gnc-dialogs.c:561 msgid "Bank" msgstr "¶ä¹Ô" -#: messages-i18n.c:293 +#: messages-i18n.c:292 msgid "Blank" msgstr "¶õÇò" -#: messages-i18n.c:294 po/guile_strings.txt:124 +#: messages-i18n.c:293 po/guile_strings.txt:124 msgid "Bought" msgstr "" -#: messages-i18n.c:295 +#: messages-i18n.c:294 msgid "Buy" msgstr "Ç㤦" -#: messages-i18n.c:296 +#: messages-i18n.c:295 msgid "Cancel" msgstr "¥­¥ã¥ó¥»¥ë" -#: messages-i18n.c:297 po/guile_strings.txt:137 +#: messages-i18n.c:296 po/guile_strings.txt:137 #: src/gnome/glade-gnc-dialogs.c:564 msgid "Cash" msgstr "¸½¶â" -#: messages-i18n.c:298 +#: messages-i18n.c:297 msgid "Changed" msgstr "" -#: messages-i18n.c:299 po/guile_strings.txt:205 +#: messages-i18n.c:298 po/guile_strings.txt:205 msgid "Charge" msgstr "" -#: messages-i18n.c:300 +#: messages-i18n.c:299 msgid "Check" msgstr "" -#: messages-i18n.c:301 +#: messages-i18n.c:300 msgid "Checking" msgstr "" -#: messages-i18n.c:302 src/gnome/glade-gnc-dialogs.c:2449 +#: messages-i18n.c:301 src/gnome/glade-gnc-dialogs.c:2449 msgid "Cleared" msgstr "" -#: messages-i18n.c:303 +#: messages-i18n.c:302 msgid "Close" msgstr "" -#: messages-i18n.c:304 +#: messages-i18n.c:303 msgid "Commit" msgstr "" -#: messages-i18n.c:305 +#: messages-i18n.c:304 msgid "Create" msgstr "" -#: messages-i18n.c:306 po/guile_strings.txt:254 +#: messages-i18n.c:305 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:570 src/gnome/glade-gnc-dialogs.c:2082 msgid "Credit" msgstr "ÂßÊý" -#: messages-i18n.c:307 +#: messages-i18n.c:306 msgid "Credits" msgstr "ÂßÊý" -#: messages-i18n.c:308 po/guile_strings.txt:134 +#: messages-i18n.c:307 po/guile_strings.txt:134 #: src/gnome/glade-gnc-dialogs.c:582 msgid "Currency" msgstr "Ä̲ß" -#: messages-i18n.c:309 po/guile_strings.txt:6 +#: messages-i18n.c:308 po/guile_strings.txt:6 #: src/gnome/glade-gnc-dialogs.c:1920 msgid "Date" msgstr "ÆüÉÕ" -#: messages-i18n.c:310 +#: messages-i18n.c:309 #, fuzzy msgid "Days" msgstr "Æü" -#: messages-i18n.c:311 po/guile_strings.txt:38 +#: messages-i18n.c:310 po/guile_strings.txt:38 #: src/gnome/glade-gnc-dialogs.c:2085 msgid "Debit" msgstr "¼ÚÊý" -#: messages-i18n.c:312 +#: messages-i18n.c:311 msgid "Debits" msgstr "¼ÚÊý" -#: messages-i18n.c:313 +#: messages-i18n.c:312 msgid "Decrease" msgstr "¸º¾¯" -#: messages-i18n.c:314 +#: messages-i18n.c:313 msgid "Deficit" msgstr "ÀÖ»ú" -#: messages-i18n.c:315 src/gnome/glade-gnc-dialogs.c:2868 +#: messages-i18n.c:314 src/gnome/glade-gnc-dialogs.c:2868 msgid "Delete" msgstr "ºï½ü" -#: messages-i18n.c:316 po/guile_strings.txt:200 +#: messages-i18n.c:315 po/guile_strings.txt:200 msgid "Deposit" msgstr "Æþ¶â" -#: messages-i18n.c:317 po/guile_strings.txt:160 +#: messages-i18n.c:316 po/guile_strings.txt:160 msgid "Depreciation" msgstr "¸º²Á½þµÑ" -#: messages-i18n.c:318 po/guile_strings.txt:153 +#: messages-i18n.c:317 po/guile_strings.txt:153 #: src/gnome/glade-gnc-dialogs.c:1978 msgid "Description" msgstr "ÀâÌÀ" -#: messages-i18n.c:319 +#: messages-i18n.c:318 msgid "Difference" msgstr "º¹Ê¬" -#: messages-i18n.c:320 +#: messages-i18n.c:319 msgid "Direct Debit" msgstr "" -#: messages-i18n.c:321 +#: messages-i18n.c:320 msgid "Dist" msgstr "" -#: messages-i18n.c:322 +#: messages-i18n.c:321 msgid "Div" msgstr "" -#: messages-i18n.c:323 +#: messages-i18n.c:322 msgid "Duplicate" msgstr "Ê£À½" -#: messages-i18n.c:324 +#: messages-i18n.c:323 msgid "Edit" msgstr "ÊÔ½¸" -#: messages-i18n.c:325 po/guile_strings.txt:8 +#: messages-i18n.c:324 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:591 msgid "Equity" msgstr "»ñËÜ" -#: messages-i18n.c:326 +#: messages-i18n.c:325 msgid "Exit" msgstr "½ªÎ»" -#: messages-i18n.c:327 po/guile_strings.txt:327 +#: messages-i18n.c:326 po/guile_strings.txt:327 #: src/gnome/glade-gnc-dialogs.c:588 msgid "Expense" msgstr "ÈñÍÑ" -#: messages-i18n.c:328 +#: messages-i18n.c:327 msgid "Export" msgstr "½ÐÎÏ" -#: messages-i18n.c:329 po/guile_strings.txt:355 +#: messages-i18n.c:328 po/guile_strings.txt:355 msgid "Extensions" msgstr "³ÈÄ¥µ¡Ç½" -#: messages-i18n.c:330 +#: messages-i18n.c:329 msgid "Fee" msgstr "ÈñÍÑ" -#: messages-i18n.c:331 +#: messages-i18n.c:330 msgid "Field" msgstr "" -#: messages-i18n.c:332 +#: messages-i18n.c:331 msgid "File" msgstr "¥Õ¥¡¥¤¥ë" -#: messages-i18n.c:333 src/gnome/glade-gnc-dialogs.c:2523 +#: messages-i18n.c:332 src/gnome/glade-gnc-dialogs.c:2523 msgid "Find" msgstr "¸¡º÷" -#: messages-i18n.c:334 +#: messages-i18n.c:333 msgid "Forward" msgstr "Àè¤Ø" -#: messages-i18n.c:335 po/guile_strings.txt:126 +#: messages-i18n.c:334 po/guile_strings.txt:126 msgid "From" msgstr "" -#: messages-i18n.c:336 +#: messages-i18n.c:335 msgid "GnuCash Preferences" msgstr "GnuCash ÀßÄê" -#: messages-i18n.c:337 +#: messages-i18n.c:336 msgid "Help" msgstr "¥Ø¥ë¥×" -#: messages-i18n.c:338 +#: messages-i18n.c:337 #, fuzzy msgid "Imbalance" msgstr "»Ä¹â" -#: messages-i18n.c:339 +#: messages-i18n.c:338 msgid "Import" msgstr "¥¤¥ó¥Ý¡¼¥È" -#: messages-i18n.c:340 po/guile_strings.txt:244 +#: messages-i18n.c:339 po/guile_strings.txt:244 #: src/gnome/glade-gnc-dialogs.c:585 msgid "Income" msgstr "¼ýÆþ" -#: messages-i18n.c:341 +#: messages-i18n.c:340 msgid "Increase" msgstr "Áý²Ã" -#: messages-i18n.c:342 +#: messages-i18n.c:341 msgid "Int" msgstr "" -#: messages-i18n.c:343 +#: messages-i18n.c:342 msgid "Jump" msgstr "Èô¤Ö" -#: messages-i18n.c:344 po/guile_strings.txt:194 +#: messages-i18n.c:343 po/guile_strings.txt:194 #: src/gnome/glade-gnc-dialogs.c:573 msgid "Liability" msgstr "ÉéºÄ" -#: messages-i18n.c:345 +#: messages-i18n.c:344 msgid "License" msgstr "¥é¥¤¥»¥ó¥¹" -#: messages-i18n.c:346 +#: messages-i18n.c:345 msgid "Loan" msgstr "¼ÚÆþ¶â" -#: messages-i18n.c:347 +#: messages-i18n.c:346 msgid "LTCG" msgstr "Ĺ´ü¥­¥ã¥Ô¥¿¥ë¥²¥¤¥ó" -#: messages-i18n.c:348 po/guile_strings.txt:32 +#: messages-i18n.c:347 po/guile_strings.txt:32 #: src/gnome/glade-gnc-dialogs.c:2196 msgid "Memo" msgstr "¾ÜºÙ" -#: messages-i18n.c:349 +#: messages-i18n.c:348 #, fuzzy msgid "Months" msgstr "·î" -#: messages-i18n.c:350 +#: messages-i18n.c:349 msgid "New" msgstr "" -#: messages-i18n.c:351 +#: messages-i18n.c:350 msgid "No" msgstr "" -#: messages-i18n.c:352 src/gnome/print-session.c:111 +#: messages-i18n.c:351 src/gnome/print-session.c:111 #: src/gnome/print-session.c:200 msgid "(none)" msgstr "(¤Ê¤·)" -#: messages-i18n.c:353 po/guile_strings.txt:209 +#: messages-i18n.c:352 po/guile_strings.txt:209 msgid "Notes" msgstr "¾ÜºÙ" -#: messages-i18n.c:354 po/guile_strings.txt:176 +#: messages-i18n.c:353 po/guile_strings.txt:176 msgid "Num" msgstr "" -#: messages-i18n.c:355 +#: messages-i18n.c:354 msgid "Ok" msgstr "" -#: messages-i18n.c:356 +#: messages-i18n.c:355 msgid "Online" msgstr "¥ª¥ó¥é¥¤¥ó" -#: messages-i18n.c:357 +#: messages-i18n.c:356 msgid "Open" msgstr "³«¤¯" -#: messages-i18n.c:358 +#: messages-i18n.c:357 #, fuzzy msgid "Orphan" msgstr "³«¤¯" -#: messages-i18n.c:359 +#: messages-i18n.c:358 msgid "Parameters" msgstr "ÊÑ¿ô" -#: messages-i18n.c:360 po/guile_strings.txt:114 +#: messages-i18n.c:359 po/guile_strings.txt:114 msgid "Payment" msgstr "»Ùʧ" -#: messages-i18n.c:361 +#: messages-i18n.c:360 msgid "Portfolio" msgstr "¥Ý¡¼¥È¥Õ¥©¥ê¥ª" -#: messages-i18n.c:362 +#: messages-i18n.c:361 msgid "POS" msgstr "" -#: messages-i18n.c:363 +#: messages-i18n.c:362 msgid "Preferences" msgstr "ÀßÄê" -#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:2340 +#: messages-i18n.c:363 src/gnome/glade-gnc-dialogs.c:2340 msgid "Price" msgstr "²ÁÃÍ" -#: messages-i18n.c:365 src/gnome/glade-gnc-dialogs.c:937 +#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:937 msgid "Print" msgstr "°õºþ" -#: messages-i18n.c:366 +#: messages-i18n.c:365 msgid "Profits" msgstr "Íø±×" -#: messages-i18n.c:367 +#: messages-i18n.c:366 msgid "Quit" msgstr "½ªÎ»" -#: messages-i18n.c:368 po/guile_strings.txt:18 +#: messages-i18n.c:367 po/guile_strings.txt:18 msgid "Rebate" msgstr "¥ê¥Ù¡¼¥È" -#: messages-i18n.c:369 po/guile_strings.txt:191 +#: messages-i18n.c:368 po/guile_strings.txt:191 msgid "Receive" msgstr "" -#: messages-i18n.c:370 +#: messages-i18n.c:369 msgid "Reconcile" msgstr "" -#: messages-i18n.c:371 +#: messages-i18n.c:370 msgid "Record" msgstr "µ­Ï¿" -#: messages-i18n.c:372 po/guile_strings.txt:215 +#: messages-i18n.c:371 po/guile_strings.txt:215 msgid "Register" msgstr "" -#: messages-i18n.c:373 po/guile_strings.txt:208 +#: messages-i18n.c:372 po/guile_strings.txt:208 msgid "Report" msgstr "Ģɼ" -#: messages-i18n.c:374 +#: messages-i18n.c:373 msgid "Reports" msgstr "Ģɼ" -#: messages-i18n.c:375 +#: messages-i18n.c:374 msgid "Save" msgstr "Êݸ" -#: messages-i18n.c:376 +#: messages-i18n.c:375 msgid "Savings" msgstr "ÃùÃß" -#: messages-i18n.c:377 +#: messages-i18n.c:376 msgid "Scrub" msgstr "Áݽü" -#: messages-i18n.c:378 +#: messages-i18n.c:377 msgid "Search Results" msgstr "¸¡º÷·ë²Ì" -#: messages-i18n.c:379 po/guile_strings.txt:189 +#: messages-i18n.c:378 po/guile_strings.txt:189 msgid "Security" msgstr "¾Ú·ô" -#: messages-i18n.c:380 +#: messages-i18n.c:379 msgid "Sell" msgstr "Çä¤ë" -#: messages-i18n.c:381 +#: messages-i18n.c:380 msgid "Settings" msgstr "ÀßÄê" -#: messages-i18n.c:382 +#: messages-i18n.c:381 msgid "Simple" msgstr "" -#: messages-i18n.c:383 po/guile_strings.txt:313 +#: messages-i18n.c:382 po/guile_strings.txt:313 msgid "Sold" msgstr "" -#: messages-i18n.c:384 po/guile_strings.txt:51 +#: messages-i18n.c:383 po/guile_strings.txt:51 msgid "Spend" msgstr "" -#: messages-i18n.c:385 +#: messages-i18n.c:384 msgid "Split" msgstr "" -#: messages-i18n.c:386 +#: messages-i18n.c:385 msgid "STCG" msgstr "û´ü¥­¥ã¥Ô¥¿¥ë¥²¥¤¥ó" -#: messages-i18n.c:387 po/guile_strings.txt:353 +#: messages-i18n.c:386 po/guile_strings.txt:353 #: src/gnome/glade-gnc-dialogs.c:576 msgid "Stock" msgstr "³ô" -#: messages-i18n.c:388 po/guile_strings.txt:246 +#: messages-i18n.c:387 po/guile_strings.txt:246 msgid "Style" msgstr "¥¹¥¿¥¤¥ë" -#: messages-i18n.c:389 +#: messages-i18n.c:388 msgid "Surplus" msgstr "¾ê;" -#: messages-i18n.c:390 +#: messages-i18n.c:389 msgid "Teller" msgstr "¶ä¹ÔÁë¸ý" -#: messages-i18n.c:391 po/guile_strings.txt:302 +#: messages-i18n.c:390 po/guile_strings.txt:302 msgid "To" msgstr "" -#: messages-i18n.c:392 src/gnome/glade-gnc-dialogs.c:2615 +#: messages-i18n.c:391 src/gnome/glade-gnc-dialogs.c:2615 msgid "Today" msgstr "ËÜÆü" -#: messages-i18n.c:393 messages-i18n.c:394 po/guile_strings.txt:207 +#: messages-i18n.c:392 messages-i18n.c:393 po/guile_strings.txt:207 msgid "Total" msgstr "¹ç·×" -#: messages-i18n.c:395 po/guile_strings.txt:304 +#: messages-i18n.c:394 po/guile_strings.txt:304 #: src/gnome/glade-gnc-dialogs.c:295 src/gnome/glade-gnc-dialogs.c:349 msgid "Type" msgstr "·¿" -#: messages-i18n.c:396 +#: messages-i18n.c:395 msgid "Transaction" msgstr "¼è°ú" -#: messages-i18n.c:397 +#: messages-i18n.c:396 msgid "Transfer" msgstr "°Üư" -#: messages-i18n.c:398 po/guile_strings.txt:66 +#: messages-i18n.c:397 po/guile_strings.txt:66 msgid "Value" msgstr "²ÁÃÍ" -#: messages-i18n.c:399 +#: messages-i18n.c:398 msgid "WARNING" msgstr "·Ù¹ð" -#: messages-i18n.c:400 +#: messages-i18n.c:399 #, fuzzy msgid "Weeks" msgstr "½µ" -#: messages-i18n.c:401 +#: messages-i18n.c:400 msgid "Wire" msgstr "" -#: messages-i18n.c:402 +#: messages-i18n.c:401 msgid "Withdraw" msgstr "°ú½Ð¤·" -#: messages-i18n.c:403 po/guile_strings.txt:60 +#: messages-i18n.c:402 po/guile_strings.txt:60 #, fuzzy msgid "Withdrawal" msgstr "°ú½Ð¤·" -#: messages-i18n.c:404 +#: messages-i18n.c:403 #, fuzzy msgid "Years" msgstr "ǯ" -#: messages-i18n.c:405 +#: messages-i18n.c:404 msgid "Yes" msgstr "¤Ï¤¤" @@ -3628,6 +3625,9 @@ msgstr "" msgid "You must select a printer first." msgstr "¥×¥ê¥ó¥¿¡¼¤ò¤Þ¤ºÁªÂò¤·¤Æ²¼¤µ¤¤¡£" +#~ msgid "Show Categories" +#~ msgstr "¶èʬ¤òɽ¼¨¤¹¤ë" + #~ msgid "Import QIF File - Scripted in Guile." #~ msgstr "QIF·Á¼°¥Õ¥¡¥¤¥ë¤Î¥¤¥ó¥Ý¡¼¥È - Guile¤Î¥¹¥¯¥ê¥×¥È¤Ç½ñ¤«¤ì¤Æ¤¤¤Þ¤¹¡£" diff --git a/po/sv.po b/po/sv.po index 56bd8e51e2..73b5150911 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.8\n" -"POT-Creation-Date: 2000-06-08 12:48-0700\n" +"POT-Creation-Date: 2000-06-12 15:20-0700\n" "PO-Revision-Date: 2000-06-01 09:03+02:00\n" "Last-Translator: Dennis Björklund \n" "Language-Team: Sv \n" @@ -931,19 +931,19 @@ msgstr "Visa transaktioner p # messages-i18n.c:230 # messages-i18n.c:126 messages-i18n.c:254 -#: messages-i18n.c:128 messages-i18n.c:256 +#: messages-i18n.c:128 messages-i18n.c:255 msgid "Sort by Amount" msgstr "Sortera efter belopp" # messages-i18n.c:231 # messages-i18n.c:127 messages-i18n.c:255 -#: messages-i18n.c:129 messages-i18n.c:257 +#: messages-i18n.c:129 messages-i18n.c:256 msgid "Sort by Date" msgstr "Sortera efter datum" # messages-i18n.c:232 # messages-i18n.c:128 messages-i18n.c:256 -#: messages-i18n.c:130 messages-i18n.c:258 +#: messages-i18n.c:130 messages-i18n.c:257 msgid "Sort by Description" msgstr "Sortera efter beskrivning" @@ -955,13 +955,13 @@ msgstr "Sortera efter inmatningsdatum" # messages-i18n.c:233 # messages-i18n.c:130 messages-i18n.c:258 -#: messages-i18n.c:132 messages-i18n.c:260 +#: messages-i18n.c:132 messages-i18n.c:259 msgid "Sort by Memo" msgstr "Sortera efter anteckning" # messages-i18n.c:234 # messages-i18n.c:131 messages-i18n.c:259 -#: messages-i18n.c:133 messages-i18n.c:261 +#: messages-i18n.c:133 messages-i18n.c:260 msgid "Sort by Num" msgstr "Sortera efter nummer" @@ -1668,126 +1668,121 @@ msgstr "Visa allt" # messages-i18n.c:225 # messages-i18n.c:249 #: messages-i18n.c:251 -msgid "Show Inc/Exp" +#, fuzzy +msgid "Show Income/Expense" msgstr "Visa Ink/Utg" -# messages-i18n.c:226 -# messages-i18n.c:250 -#: messages-i18n.c:252 -msgid "Show Categories" -msgstr "Visa kategorier" - # messages-i18n.c:227 # messages-i18n.c:251 -#: messages-i18n.c:253 +#: messages-i18n.c:252 msgid "Show Earliest" msgstr "Visa tidigaste" # messages-i18n.c:228 # messages-i18n.c:252 -#: messages-i18n.c:254 +#: messages-i18n.c:253 msgid "Show Latest" msgstr "Visa senaste" # messages-i18n.c:229 po/guile_strings.txt:165 # messages-i18n.c:253 po/guile_strings.txt:190 -#: messages-i18n.c:255 po/guile_strings.txt:190 +#: messages-i18n.c:254 po/guile_strings.txt:190 msgid "Single Line" msgstr "Enkel rad" # po/guile_strings.txt:37 # messages-i18n.c:257 -#: messages-i18n.c:259 +#: messages-i18n.c:258 msgid "Sort by date of entry" msgstr "Sortera efter inmatmningsdatum" # po/guile_strings.txt:37 # messages-i18n.c:260 -#: messages-i18n.c:262 +#: messages-i18n.c:261 msgid "Sort by statement date" msgstr "Sortera efter avstämmningsdatum" # messages-i18n.c:235 # messages-i18n.c:261 -#: messages-i18n.c:263 +#: messages-i18n.c:262 msgid "Sort Order" msgstr "Sorteringsordning" # messages-i18n.c:236 # messages-i18n.c:262 -#: messages-i18n.c:264 +#: messages-i18n.c:263 msgid "Start date" msgstr "Startdatum" # messages-i18n.c:187 # messages-i18n.c:263 -#: messages-i18n.c:265 +#: messages-i18n.c:264 msgid "Starting Balance" msgstr "Startsaldo" # messages-i18n.c:237 # messages-i18n.c:264 -#: messages-i18n.c:266 +#: messages-i18n.c:265 msgid "Standard order" msgstr "Standardordning" # messages-i18n.c:219 # messages-i18n.c:265 -#: messages-i18n.c:267 +#: messages-i18n.c:266 msgid "Statement Date:" msgstr "Avstämmningsdatum:" # messages-i18n.c:238 # messages-i18n.c:266 -#: messages-i18n.c:268 +#: messages-i18n.c:267 msgid "Top level account" msgstr "Toppnivåkonto" # messages-i18n.c:239 # messages-i18n.c:267 -#: messages-i18n.c:269 +#: messages-i18n.c:268 msgid "Total Shares" msgstr "Andelar totalt" # messages-i18n.c:268 -#: messages-i18n.c:270 +#: messages-i18n.c:269 msgid "Verify Changes" msgstr "Verifiera ändringar" # messages-i18n.c:240 # messages-i18n.c:269 -#: messages-i18n.c:271 +#: messages-i18n.c:270 msgid "Transfer Information" msgstr "Överför information" # messages-i18n.c:241 # messages-i18n.c:270 -#: messages-i18n.c:272 +#: messages-i18n.c:271 msgid "Transfer Money" msgstr "Överför pengar" # messages-i18n.c:242 # messages-i18n.c:271 -#: messages-i18n.c:273 +#: messages-i18n.c:272 msgid "Transfer From" msgstr "Överföring från" # messages-i18n.c:243 # messages-i18n.c:272 -#: messages-i18n.c:274 +#: messages-i18n.c:273 msgid "Transfer To" msgstr "Överföring till" # messages-i18n.c:244 # messages-i18n.c:273 -#: messages-i18n.c:275 +#: messages-i18n.c:274 msgid "About" msgstr "Om" # messages-i18n.c:245 po/guile_strings.txt:56 # messages-i18n.c:274 po/guile_strings.txt:64 # src/gnome/glade-gnc-dialogs.c:1844 -#: messages-i18n.c:276 po/guile_strings.txt:65 +#: messages-i18n.c:275 po/guile_strings.txt:65 #: src/gnome/glade-gnc-dialogs.c:1784 msgid "Account" msgstr "Konto" @@ -1796,57 +1791,57 @@ msgstr "Konto" # src/gnome/glade-gnc-dialogs.c:521 # messages-i18n.c:275 src/gnome/glade-gnc-dialogs.c:369 # src/gnome/glade-gnc-dialogs.c:529 -#: messages-i18n.c:277 src/gnome/glade-gnc-dialogs.c:302 +#: messages-i18n.c:276 src/gnome/glade-gnc-dialogs.c:302 #: src/gnome/glade-gnc-dialogs.c:462 msgid "Accounts" msgstr "Konton" # messages-i18n.c:247 # messages-i18n.c:276 -#: messages-i18n.c:278 +#: messages-i18n.c:277 msgid "Account Information" msgstr "Kontoinformation" # messages-i18n.c:248 # messages-i18n.c:277 -#: messages-i18n.c:279 +#: messages-i18n.c:278 msgid "AutoDep" msgstr "" # messages-i18n.c:249 # messages-i18n.c:278 src/gnome/glade-gnc-dialogs.c:2458 -#: messages-i18n.c:280 src/gnome/glade-gnc-dialogs.c:2398 +#: messages-i18n.c:279 src/gnome/glade-gnc-dialogs.c:2398 msgid "Action" msgstr "Handling" # messages-i18n.c:250 # messages-i18n.c:279 -#: messages-i18n.c:281 +#: messages-i18n.c:280 msgid "Activities" msgstr "Aktiviteter" # messages-i18n.c:280 -#: messages-i18n.c:282 +#: messages-i18n.c:281 msgid "Ago" msgstr "Sedan" # messages-i18n.c:251 po/guile_strings.txt:50 # messages-i18n.c:281 po/guile_strings.txt:57 # src/gnome/glade-gnc-dialogs.c:2198 -#: messages-i18n.c:283 po/guile_strings.txt:57 +#: messages-i18n.c:282 po/guile_strings.txt:57 #: src/gnome/glade-gnc-dialogs.c:2138 msgid "Amount" msgstr "Belopp" # messages-i18n.c:252 # messages-i18n.c:282 po/guile_strings.txt:239 -#: messages-i18n.c:284 po/guile_strings.txt:239 +#: messages-i18n.c:283 po/guile_strings.txt:239 msgid "Appreciation" msgstr "Värdestegring" # messages-i18n.c:253 # messages-i18n.c:283 -#: messages-i18n.c:285 +#: messages-i18n.c:284 msgid "Phone" msgstr "Telefon" @@ -1854,32 +1849,32 @@ msgstr "Telefon" # src/gnome/glade-gnc-dialogs.c:626 # messages-i18n.c:284 po/guile_strings.txt:173 # src/gnome/glade-gnc-dialogs.c:634 -#: messages-i18n.c:286 po/guile_strings.txt:174 +#: messages-i18n.c:285 po/guile_strings.txt:174 #: src/gnome/glade-gnc-dialogs.c:567 msgid "Asset" msgstr "Tillgång" # messages-i18n.c:255 # messages-i18n.c:285 -#: messages-i18n.c:287 +#: messages-i18n.c:286 msgid "Assets" msgstr "Tillgångar" # messages-i18n.c:256 # messages-i18n.c:286 -#: messages-i18n.c:288 +#: messages-i18n.c:287 msgid "ATM" msgstr "Bankomat" # messages-i18n.c:257 # messages-i18n.c:287 -#: messages-i18n.c:289 +#: messages-i18n.c:288 msgid "Back" msgstr "Bakåt" # messages-i18n.c:258 po/guile_strings.txt:12 # messages-i18n.c:288 messages-i18n.c:289 po/guile_strings.txt:13 -#: messages-i18n.c:290 messages-i18n.c:291 po/guile_strings.txt:13 +#: messages-i18n.c:289 messages-i18n.c:290 po/guile_strings.txt:13 msgid "Balance" msgstr "Saldo" @@ -1887,32 +1882,32 @@ msgstr "Saldo" # src/gnome/glade-gnc-dialogs.c:620 # messages-i18n.c:290 po/guile_strings.txt:107 # src/gnome/glade-gnc-dialogs.c:628 -#: messages-i18n.c:292 po/guile_strings.txt:107 +#: messages-i18n.c:291 po/guile_strings.txt:107 #: src/gnome/glade-gnc-dialogs.c:561 msgid "Bank" msgstr "Bank" # messages-i18n.c:260 # messages-i18n.c:291 -#: messages-i18n.c:293 +#: messages-i18n.c:292 msgid "Blank" msgstr "Tom" # messages-i18n.c:261 # messages-i18n.c:292 po/guile_strings.txt:123 -#: messages-i18n.c:294 po/guile_strings.txt:124 +#: messages-i18n.c:293 po/guile_strings.txt:124 msgid "Bought" msgstr "Köpte" # messages-i18n.c:262 # messages-i18n.c:293 -#: messages-i18n.c:295 +#: messages-i18n.c:294 msgid "Buy" msgstr "Köpa" # messages-i18n.c:263 # messages-i18n.c:294 -#: messages-i18n.c:296 +#: messages-i18n.c:295 msgid "Cancel" msgstr "Avbryt" @@ -1920,56 +1915,56 @@ msgstr "Avbryt" # src/gnome/glade-gnc-dialogs.c:623 # messages-i18n.c:295 po/guile_strings.txt:136 # src/gnome/glade-gnc-dialogs.c:631 -#: messages-i18n.c:297 po/guile_strings.txt:137 +#: messages-i18n.c:296 po/guile_strings.txt:137 #: src/gnome/glade-gnc-dialogs.c:564 msgid "Cash" msgstr "Kontant" # messages-i18n.c:265 # messages-i18n.c:296 -#: messages-i18n.c:298 +#: messages-i18n.c:297 msgid "Changed" msgstr "Ändrad" # messages-i18n.c:266 # messages-i18n.c:297 po/guile_strings.txt:205 -#: messages-i18n.c:299 po/guile_strings.txt:205 +#: messages-i18n.c:298 po/guile_strings.txt:205 msgid "Charge" msgstr "Avgift" # messages-i18n.c:267 # messages-i18n.c:298 -#: messages-i18n.c:300 +#: messages-i18n.c:299 msgid "Check" msgstr "Check" # messages-i18n.c:268 # messages-i18n.c:299 -#: messages-i18n.c:301 +#: messages-i18n.c:300 msgid "Checking" msgstr "Kontrollerar" # messages-i18n.c:269 # messages-i18n.c:300 -#: messages-i18n.c:302 src/gnome/glade-gnc-dialogs.c:2449 +#: messages-i18n.c:301 src/gnome/glade-gnc-dialogs.c:2449 msgid "Cleared" msgstr "" # messages-i18n.c:270 # messages-i18n.c:301 -#: messages-i18n.c:303 +#: messages-i18n.c:302 msgid "Close" msgstr "Stäng" # messages-i18n.c:271 # messages-i18n.c:302 -#: messages-i18n.c:304 +#: messages-i18n.c:303 msgid "Commit" msgstr "" # messages-i18n.c:272 # messages-i18n.c:303 -#: messages-i18n.c:305 +#: messages-i18n.c:304 msgid "Create" msgstr "Skapa" @@ -1977,14 +1972,14 @@ msgstr "Skapa" # src/gnome/glade-gnc-dialogs.c:629 # messages-i18n.c:304 po/guile_strings.txt:254 # src/gnome/glade-gnc-dialogs.c:637 src/gnome/glade-gnc-dialogs.c:2142 -#: messages-i18n.c:306 po/guile_strings.txt:254 +#: messages-i18n.c:305 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:570 src/gnome/glade-gnc-dialogs.c:2082 msgid "Credit" msgstr "Kredit" # messages-i18n.c:274 # messages-i18n.c:305 -#: messages-i18n.c:307 +#: messages-i18n.c:306 msgid "Credits" msgstr "Krediter" @@ -1992,7 +1987,7 @@ msgstr "Krediter" # src/gnome/glade-gnc-dialogs.c:641 # messages-i18n.c:306 po/guile_strings.txt:133 # src/gnome/glade-gnc-dialogs.c:649 -#: messages-i18n.c:308 po/guile_strings.txt:134 +#: messages-i18n.c:307 po/guile_strings.txt:134 #: src/gnome/glade-gnc-dialogs.c:582 msgid "Currency" msgstr "Valuta" @@ -2000,102 +1995,102 @@ msgstr "Valuta" # messages-i18n.c:276 po/guile_strings.txt:6 # messages-i18n.c:307 po/guile_strings.txt:6 # src/gnome/glade-gnc-dialogs.c:1980 -#: messages-i18n.c:309 po/guile_strings.txt:6 +#: messages-i18n.c:308 po/guile_strings.txt:6 #: src/gnome/glade-gnc-dialogs.c:1920 msgid "Date" msgstr "Datum" # po/guile_strings.txt:101 # messages-i18n.c:308 -#: messages-i18n.c:310 +#: messages-i18n.c:309 msgid "Days" msgstr "Dagar" # messages-i18n.c:277 po/guile_strings.txt:32 # messages-i18n.c:309 po/guile_strings.txt:38 # src/gnome/glade-gnc-dialogs.c:2145 -#: messages-i18n.c:311 po/guile_strings.txt:38 +#: messages-i18n.c:310 po/guile_strings.txt:38 #: src/gnome/glade-gnc-dialogs.c:2085 msgid "Debit" msgstr "Debet" # messages-i18n.c:278 # messages-i18n.c:310 -#: messages-i18n.c:312 +#: messages-i18n.c:311 msgid "Debits" msgstr "Debeter" # messages-i18n.c:279 # messages-i18n.c:311 -#: messages-i18n.c:313 +#: messages-i18n.c:312 msgid "Decrease" msgstr "Minska" # messages-i18n.c:280 # messages-i18n.c:312 -#: messages-i18n.c:314 +#: messages-i18n.c:313 msgid "Deficit" msgstr "Underskott" # messages-i18n.c:281 # messages-i18n.c:313 src/gnome/glade-gnc-dialogs.c:2877 -#: messages-i18n.c:315 src/gnome/glade-gnc-dialogs.c:2868 +#: messages-i18n.c:314 src/gnome/glade-gnc-dialogs.c:2868 msgid "Delete" msgstr "Radera" # messages-i18n.c:282 # messages-i18n.c:314 po/guile_strings.txt:200 -#: messages-i18n.c:316 po/guile_strings.txt:200 +#: messages-i18n.c:315 po/guile_strings.txt:200 msgid "Deposit" msgstr "Insättning" # messages-i18n.c:283 # messages-i18n.c:315 po/guile_strings.txt:159 -#: messages-i18n.c:317 po/guile_strings.txt:160 +#: messages-i18n.c:316 po/guile_strings.txt:160 msgid "Depreciation" msgstr "Värdeminskning" # messages-i18n.c:284 po/guile_strings.txt:131 # messages-i18n.c:316 po/guile_strings.txt:152 # src/gnome/glade-gnc-dialogs.c:2038 -#: messages-i18n.c:318 po/guile_strings.txt:153 +#: messages-i18n.c:317 po/guile_strings.txt:153 #: src/gnome/glade-gnc-dialogs.c:1978 msgid "Description" msgstr "Beskrivning" # messages-i18n.c:285 # messages-i18n.c:317 -#: messages-i18n.c:319 +#: messages-i18n.c:318 msgid "Difference" msgstr "Skillnad" # messages-i18n.c:286 # messages-i18n.c:318 -#: messages-i18n.c:320 +#: messages-i18n.c:319 msgid "Direct Debit" msgstr "Direkt debet" # messages-i18n.c:287 # messages-i18n.c:319 -#: messages-i18n.c:321 +#: messages-i18n.c:320 msgid "Dist" msgstr "Dist" # messages-i18n.c:288 # messages-i18n.c:320 -#: messages-i18n.c:322 +#: messages-i18n.c:321 msgid "Div" msgstr "Div" # messages-i18n.c:289 # messages-i18n.c:321 -#: messages-i18n.c:323 +#: messages-i18n.c:322 msgid "Duplicate" msgstr "Duplicera" # messages-i18n.c:290 # messages-i18n.c:322 -#: messages-i18n.c:324 +#: messages-i18n.c:323 msgid "Edit" msgstr "Redigera" @@ -2103,14 +2098,14 @@ msgstr "Redigera" # src/gnome/glade-gnc-dialogs.c:650 # messages-i18n.c:323 po/guile_strings.txt:8 # src/gnome/glade-gnc-dialogs.c:658 -#: messages-i18n.c:325 po/guile_strings.txt:8 +#: messages-i18n.c:324 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:591 msgid "Equity" msgstr "Utjämning" # messages-i18n.c:292 # messages-i18n.c:324 -#: messages-i18n.c:326 +#: messages-i18n.c:325 msgid "Exit" msgstr "Avsluta" @@ -2118,80 +2113,80 @@ msgstr "Avsluta" # src/gnome/glade-gnc-dialogs.c:647 # messages-i18n.c:325 po/guile_strings.txt:327 # src/gnome/glade-gnc-dialogs.c:655 -#: messages-i18n.c:327 po/guile_strings.txt:327 +#: messages-i18n.c:326 po/guile_strings.txt:327 #: src/gnome/glade-gnc-dialogs.c:588 msgid "Expense" msgstr "Utgift" # messages-i18n.c:294 # messages-i18n.c:326 -#: messages-i18n.c:328 +#: messages-i18n.c:327 msgid "Export" msgstr "Export" # messages-i18n.c:295 po/guile_strings.txt:301 # messages-i18n.c:327 po/guile_strings.txt:356 -#: messages-i18n.c:329 po/guile_strings.txt:355 +#: messages-i18n.c:328 po/guile_strings.txt:355 msgid "Extensions" msgstr "Utvidgningar" # messages-i18n.c:296 # messages-i18n.c:328 -#: messages-i18n.c:330 +#: messages-i18n.c:329 msgid "Fee" msgstr "Avgift" # messages-i18n.c:297 # messages-i18n.c:329 -#: messages-i18n.c:331 +#: messages-i18n.c:330 msgid "Field" msgstr "Fält" # messages-i18n.c:297 # messages-i18n.c:330 -#: messages-i18n.c:332 +#: messages-i18n.c:331 msgid "File" msgstr "Arkiv" # messages-i18n.c:190 # messages-i18n.c:331 src/gnome/glade-gnc-dialogs.c:2532 -#: messages-i18n.c:333 src/gnome/glade-gnc-dialogs.c:2523 +#: messages-i18n.c:332 src/gnome/glade-gnc-dialogs.c:2523 msgid "Find" msgstr "Sök" # messages-i18n.c:298 # messages-i18n.c:332 -#: messages-i18n.c:334 +#: messages-i18n.c:333 msgid "Forward" msgstr "Framåt" # messages-i18n.c:299 po/guile_strings.txt:108 # messages-i18n.c:333 po/guile_strings.txt:125 -#: messages-i18n.c:335 po/guile_strings.txt:126 +#: messages-i18n.c:334 po/guile_strings.txt:126 msgid "From" msgstr "Från" # messages-i18n.c:300 # messages-i18n.c:334 -#: messages-i18n.c:336 +#: messages-i18n.c:335 msgid "GnuCash Preferences" msgstr "GnuCash inställningar" # messages-i18n.c:301 # messages-i18n.c:335 -#: messages-i18n.c:337 +#: messages-i18n.c:336 msgid "Help" msgstr "Hjälp" # messages-i18n.c:258 po/guile_strings.txt:12 # messages-i18n.c:336 -#: messages-i18n.c:338 +#: messages-i18n.c:337 msgid "Imbalance" msgstr "Obalans" # messages-i18n.c:302 # messages-i18n.c:337 -#: messages-i18n.c:339 +#: messages-i18n.c:338 msgid "Import" msgstr "Importera" @@ -2199,26 +2194,26 @@ msgstr "Importera" # src/gnome/glade-gnc-dialogs.c:644 # messages-i18n.c:338 po/guile_strings.txt:244 # src/gnome/glade-gnc-dialogs.c:652 -#: messages-i18n.c:340 po/guile_strings.txt:244 +#: messages-i18n.c:339 po/guile_strings.txt:244 #: src/gnome/glade-gnc-dialogs.c:585 msgid "Income" msgstr "Inkomst" # messages-i18n.c:304 # messages-i18n.c:339 -#: messages-i18n.c:341 +#: messages-i18n.c:340 msgid "Increase" msgstr "Öka" # messages-i18n.c:305 # messages-i18n.c:340 -#: messages-i18n.c:342 +#: messages-i18n.c:341 msgid "Int" msgstr "Ränta" # messages-i18n.c:306 # messages-i18n.c:341 -#: messages-i18n.c:343 +#: messages-i18n.c:342 msgid "Jump" msgstr "Hoppa" @@ -2226,52 +2221,52 @@ msgstr "Hoppa" # src/gnome/glade-gnc-dialogs.c:632 # messages-i18n.c:342 po/guile_strings.txt:194 # src/gnome/glade-gnc-dialogs.c:640 -#: messages-i18n.c:344 po/guile_strings.txt:194 +#: messages-i18n.c:343 po/guile_strings.txt:194 #: src/gnome/glade-gnc-dialogs.c:573 msgid "Liability" msgstr "Skuld" # messages-i18n.c:308 # messages-i18n.c:343 -#: messages-i18n.c:345 +#: messages-i18n.c:344 msgid "License" msgstr "Licens" # messages-i18n.c:309 # messages-i18n.c:344 -#: messages-i18n.c:346 +#: messages-i18n.c:345 msgid "Loan" msgstr "Lån" # messages-i18n.c:310 # messages-i18n.c:345 -#: messages-i18n.c:347 +#: messages-i18n.c:346 msgid "LTCG" msgstr "" # messages-i18n.c:311 po/guile_strings.txt:26 # messages-i18n.c:346 po/guile_strings.txt:32 # src/gnome/glade-gnc-dialogs.c:2256 -#: messages-i18n.c:348 po/guile_strings.txt:32 +#: messages-i18n.c:347 po/guile_strings.txt:32 #: src/gnome/glade-gnc-dialogs.c:2196 msgid "Memo" msgstr "Anteckning" # po/guile_strings.txt:187 # messages-i18n.c:347 -#: messages-i18n.c:349 +#: messages-i18n.c:348 msgid "Months" msgstr "Månader" # messages-i18n.c:312 # messages-i18n.c:348 -#: messages-i18n.c:350 +#: messages-i18n.c:349 msgid "New" msgstr "Nytt" # messages-i18n.c:313 # messages-i18n.c:349 -#: messages-i18n.c:351 +#: messages-i18n.c:350 msgid "No" msgstr "Nej" @@ -2279,212 +2274,212 @@ msgstr "Nej" # src/gnome/print-session.c:197 # messages-i18n.c:350 src/gnome/print-session.c:111 # src/gnome/print-session.c:200 -#: messages-i18n.c:352 src/gnome/print-session.c:111 +#: messages-i18n.c:351 src/gnome/print-session.c:111 #: src/gnome/print-session.c:200 msgid "(none)" msgstr "(ingen)" # messages-i18n.c:315 po/guile_strings.txt:179 # messages-i18n.c:351 po/guile_strings.txt:209 -#: messages-i18n.c:353 po/guile_strings.txt:209 +#: messages-i18n.c:352 po/guile_strings.txt:209 msgid "Notes" msgstr "Anteckningar" # messages-i18n.c:316 po/guile_strings.txt:151 # messages-i18n.c:352 po/guile_strings.txt:175 -#: messages-i18n.c:354 po/guile_strings.txt:176 +#: messages-i18n.c:353 po/guile_strings.txt:176 msgid "Num" msgstr "Num" # messages-i18n.c:317 # messages-i18n.c:353 -#: messages-i18n.c:355 +#: messages-i18n.c:354 msgid "Ok" msgstr "Ok" # messages-i18n.c:318 # messages-i18n.c:354 -#: messages-i18n.c:356 +#: messages-i18n.c:355 msgid "Online" msgstr "Uppkopplad" # messages-i18n.c:319 # messages-i18n.c:355 -#: messages-i18n.c:357 +#: messages-i18n.c:356 msgid "Open" msgstr "Öppna" # messages-i18n.c:319 # messages-i18n.c:356 -#: messages-i18n.c:358 +#: messages-i18n.c:357 msgid "Orphan" msgstr "Föräldralös" # messages-i18n.c:320 # messages-i18n.c:357 -#: messages-i18n.c:359 +#: messages-i18n.c:358 msgid "Parameters" msgstr "Parametrar" # messages-i18n.c:321 # messages-i18n.c:358 po/guile_strings.txt:113 -#: messages-i18n.c:360 po/guile_strings.txt:114 +#: messages-i18n.c:359 po/guile_strings.txt:114 msgid "Payment" msgstr "Utgift" # messages-i18n.c:322 # messages-i18n.c:359 -#: messages-i18n.c:361 +#: messages-i18n.c:360 msgid "Portfolio" msgstr "Portfölj" # messages-i18n.c:323 # messages-i18n.c:360 -#: messages-i18n.c:362 +#: messages-i18n.c:361 msgid "POS" msgstr "" # messages-i18n.c:324 # messages-i18n.c:361 -#: messages-i18n.c:363 +#: messages-i18n.c:362 msgid "Preferences" msgstr "Inställningar" # messages-i18n.c:325 # messages-i18n.c:362 src/gnome/glade-gnc-dialogs.c:2400 -#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:2340 +#: messages-i18n.c:363 src/gnome/glade-gnc-dialogs.c:2340 msgid "Price" msgstr "Kurs" # messages-i18n.c:326 src/gnome/glade-gnc-dialogs.c:971 # messages-i18n.c:363 src/gnome/glade-gnc-dialogs.c:1004 -#: messages-i18n.c:365 src/gnome/glade-gnc-dialogs.c:937 +#: messages-i18n.c:364 src/gnome/glade-gnc-dialogs.c:937 msgid "Print" msgstr "Utskrift" # messages-i18n.c:327 # messages-i18n.c:364 -#: messages-i18n.c:366 +#: messages-i18n.c:365 msgid "Profits" msgstr "Vinster" # messages-i18n.c:328 # messages-i18n.c:365 -#: messages-i18n.c:367 +#: messages-i18n.c:366 msgid "Quit" msgstr "Avsluta" # messages-i18n.c:329 # messages-i18n.c:366 po/guile_strings.txt:18 -#: messages-i18n.c:368 po/guile_strings.txt:18 +#: messages-i18n.c:367 po/guile_strings.txt:18 msgid "Rebate" msgstr "Återbäring" # messages-i18n.c:330 # messages-i18n.c:367 po/guile_strings.txt:191 -#: messages-i18n.c:369 po/guile_strings.txt:191 +#: messages-i18n.c:368 po/guile_strings.txt:191 msgid "Receive" msgstr "Ta emot" # messages-i18n.c:331 # messages-i18n.c:368 -#: messages-i18n.c:370 +#: messages-i18n.c:369 msgid "Reconcile" msgstr "Avstämma" # messages-i18n.c:332 # messages-i18n.c:369 -#: messages-i18n.c:371 +#: messages-i18n.c:370 msgid "Record" msgstr "Spara" # messages-i18n.c:333 po/guile_strings.txt:184 # messages-i18n.c:370 po/guile_strings.txt:215 -#: messages-i18n.c:372 po/guile_strings.txt:215 +#: messages-i18n.c:371 po/guile_strings.txt:215 msgid "Register" msgstr "Kontoutdrag" # messages-i18n.c:334 po/guile_strings.txt:178 # messages-i18n.c:371 po/guile_strings.txt:208 -#: messages-i18n.c:373 po/guile_strings.txt:208 +#: messages-i18n.c:372 po/guile_strings.txt:208 msgid "Report" msgstr "Rapport" # messages-i18n.c:335 # messages-i18n.c:372 -#: messages-i18n.c:374 +#: messages-i18n.c:373 msgid "Reports" msgstr "Rapporter" # messages-i18n.c:336 # messages-i18n.c:373 -#: messages-i18n.c:375 +#: messages-i18n.c:374 msgid "Save" msgstr "Spara" # messages-i18n.c:337 # messages-i18n.c:374 -#: messages-i18n.c:376 +#: messages-i18n.c:375 msgid "Savings" msgstr "Besparingar" # messages-i18n.c:338 # messages-i18n.c:375 -#: messages-i18n.c:377 +#: messages-i18n.c:376 msgid "Scrub" msgstr "Städa upp" # messages-i18n.c:339 # messages-i18n.c:376 -#: messages-i18n.c:378 +#: messages-i18n.c:377 msgid "Search Results" msgstr "Sökresultat" # messages-i18n.c:340 po/guile_strings.txt:164 # messages-i18n.c:377 po/guile_strings.txt:189 -#: messages-i18n.c:379 po/guile_strings.txt:189 +#: messages-i18n.c:378 po/guile_strings.txt:189 msgid "Security" msgstr "Säkerhet" # messages-i18n.c:341 # messages-i18n.c:378 -#: messages-i18n.c:380 +#: messages-i18n.c:379 msgid "Sell" msgstr "Sälja" # messages-i18n.c:342 # messages-i18n.c:379 -#: messages-i18n.c:381 +#: messages-i18n.c:380 msgid "Settings" msgstr "Inställningar" # messages-i18n.c:343 # messages-i18n.c:380 -#: messages-i18n.c:382 +#: messages-i18n.c:381 msgid "Simple" msgstr "Enkel" # messages-i18n.c:344 # messages-i18n.c:381 po/guile_strings.txt:313 -#: messages-i18n.c:383 po/guile_strings.txt:313 +#: messages-i18n.c:382 po/guile_strings.txt:313 msgid "Sold" msgstr "Sålde" # messages-i18n.c:345 # messages-i18n.c:382 po/guile_strings.txt:51 -#: messages-i18n.c:384 po/guile_strings.txt:51 +#: messages-i18n.c:383 po/guile_strings.txt:51 msgid "Spend" msgstr "Spendera" # messages-i18n.c:346 # messages-i18n.c:383 -#: messages-i18n.c:385 +#: messages-i18n.c:384 msgid "Split" msgstr "Delning" # messages-i18n.c:347 # messages-i18n.c:384 -#: messages-i18n.c:386 +#: messages-i18n.c:385 msgid "STCG" msgstr "" @@ -2492,44 +2487,44 @@ msgstr "" # src/gnome/glade-gnc-dialogs.c:635 # messages-i18n.c:385 po/guile_strings.txt:354 # src/gnome/glade-gnc-dialogs.c:643 -#: messages-i18n.c:387 po/guile_strings.txt:353 +#: messages-i18n.c:386 po/guile_strings.txt:353 #: src/gnome/glade-gnc-dialogs.c:576 msgid "Stock" msgstr "Aktie" # messages-i18n.c:349 # messages-i18n.c:386 po/guile_strings.txt:246 -#: messages-i18n.c:388 po/guile_strings.txt:246 +#: messages-i18n.c:387 po/guile_strings.txt:246 msgid "Style" msgstr "Stil" # messages-i18n.c:350 # messages-i18n.c:387 -#: messages-i18n.c:389 +#: messages-i18n.c:388 msgid "Surplus" msgstr "Överskott" # messages-i18n.c:351 # messages-i18n.c:388 -#: messages-i18n.c:390 +#: messages-i18n.c:389 msgid "Teller" msgstr "Kassör" # messages-i18n.c:352 po/guile_strings.txt:253 # messages-i18n.c:389 po/guile_strings.txt:302 -#: messages-i18n.c:391 po/guile_strings.txt:302 +#: messages-i18n.c:390 po/guile_strings.txt:302 msgid "To" msgstr "Till" # messages-i18n.c:353 # messages-i18n.c:390 src/gnome/glade-gnc-dialogs.c:2624 -#: messages-i18n.c:392 src/gnome/glade-gnc-dialogs.c:2615 +#: messages-i18n.c:391 src/gnome/glade-gnc-dialogs.c:2615 msgid "Today" msgstr "Idag" # messages-i18n.c:354 # messages-i18n.c:391 messages-i18n.c:392 po/guile_strings.txt:207 -#: messages-i18n.c:393 messages-i18n.c:394 po/guile_strings.txt:207 +#: messages-i18n.c:392 messages-i18n.c:393 po/guile_strings.txt:207 msgid "Total" msgstr "Totalt" @@ -2537,69 +2532,69 @@ msgstr "Totalt" # src/gnome/glade-gnc-dialogs.c:354 src/gnome/glade-gnc-dialogs.c:408 # messages-i18n.c:393 po/guile_strings.txt:304 # src/gnome/glade-gnc-dialogs.c:362 src/gnome/glade-gnc-dialogs.c:416 -#: messages-i18n.c:395 po/guile_strings.txt:304 +#: messages-i18n.c:394 po/guile_strings.txt:304 #: src/gnome/glade-gnc-dialogs.c:295 src/gnome/glade-gnc-dialogs.c:349 msgid "Type" msgstr "Typ" # messages-i18n.c:356 # messages-i18n.c:394 -#: messages-i18n.c:396 +#: messages-i18n.c:395 msgid "Transaction" msgstr "Transaktion" # messages-i18n.c:357 # messages-i18n.c:395 -#: messages-i18n.c:397 +#: messages-i18n.c:396 msgid "Transfer" msgstr "Överföring" # messages-i18n.c:358 po/guile_strings.txt:57 # messages-i18n.c:396 po/guile_strings.txt:65 -#: messages-i18n.c:398 po/guile_strings.txt:66 +#: messages-i18n.c:397 po/guile_strings.txt:66 msgid "Value" msgstr "Värde" # messages-i18n.c:359 # messages-i18n.c:397 -#: messages-i18n.c:399 +#: messages-i18n.c:398 msgid "WARNING" msgstr "VARNING" # po/guile_strings.txt:115 # messages-i18n.c:398 -#: messages-i18n.c:400 +#: messages-i18n.c:399 msgid "Weeks" msgstr "Veckor" # messages-i18n.c:360 # messages-i18n.c:399 -#: messages-i18n.c:401 +#: messages-i18n.c:400 msgid "Wire" msgstr "Överför elektroniskt" # messages-i18n.c:361 # messages-i18n.c:400 -#: messages-i18n.c:402 +#: messages-i18n.c:401 msgid "Withdraw" msgstr "Uttag" # messages-i18n.c:361 # messages-i18n.c:400 -#: messages-i18n.c:403 po/guile_strings.txt:60 +#: messages-i18n.c:402 po/guile_strings.txt:60 #, fuzzy msgid "Withdrawal" msgstr "Uttag" # po/guile_strings.txt:185 # messages-i18n.c:401 -#: messages-i18n.c:404 +#: messages-i18n.c:403 msgid "Years" msgstr "År" # messages-i18n.c:362 # messages-i18n.c:402 -#: messages-i18n.c:405 +#: messages-i18n.c:404 msgid "Yes" msgstr "Ja" @@ -5269,6 +5264,11 @@ msgstr "" msgid "You must select a printer first." msgstr "Du måste välja en skrivare först." +# messages-i18n.c:226 +# messages-i18n.c:250 +#~ msgid "Show Categories" +#~ msgstr "Visa kategorier" + # po/guile_strings.txt:78 # po/guile_strings.txt:87 #~ msgid "Import QIF File - Scripted in Guile." diff --git a/src/gnome/dialog-transfer.c b/src/gnome/dialog-transfer.c index 65df3e8ec0..09c8d62983 100644 --- a/src/gnome/dialog-transfer.c +++ b/src/gnome/dialog-transfer.c @@ -116,10 +116,10 @@ gnc_xfer_dialog_create_tree_frame(Account *initial, gchar *title, } } - button = gtk_check_button_new_with_label(SHOW_CATEGORIES_STR); + button = gtk_check_button_new_with_label(SHOW_INC_EXP_STR); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), is_category); gtk_box_pack_start(GTK_BOX(vbox), button, FALSE, FALSE, 0); - gtk_tooltips_set_tip(tooltips, button, SHOW_CAT_MSG, NULL); + gtk_tooltips_set_tip(tooltips, button, SHOW_INC_EXP_MSG, NULL); gtk_signal_connect(GTK_OBJECT(button), "toggled", GTK_SIGNAL_FUNC(gnc_xfer_dialog_toggle_cb), diff --git a/src/messages_i18n.h b/src/messages_i18n.h index 0ac47fd3c3..95c12e0fec 100644 --- a/src/messages_i18n.h +++ b/src/messages_i18n.h @@ -143,7 +143,7 @@ "currency.") #define REPORT_ERR_MSG _("Error executing scheme report.") #define REPORT_NOPARM_MSG _("This report has no parameters.") -#define SHOW_CAT_MSG _("Show the income and expense accounts.") +#define SHOW_INC_EXP_MSG _("Show the income and expense accounts.") #define TRANS_CHANGED_MSG _("The current transaction has been changed.\n"\ "Would you like to record it?") #define TRANS_DEL_MSG _("Are you sure you want to delete\n %s\n"\ @@ -481,8 +481,7 @@ #define SET_TO_DEFAULT_STR _("Set to default") #define SETUP_ACCT_STR _("Set Up Account") #define SHOW_ALL_STR _("Show All") -#define SHOW_INC_EXP_STR _("Show Inc/Exp") -#define SHOW_CATEGORIES_STR _("Show Categories") +#define SHOW_INC_EXP_STR _("Show Income/Expense") #define SHOW_EARLIEST_STR _("Show Earliest") #define SHOW_LATEST_STR _("Show Latest") #define SINGLE_LINE_STR_N N_("Single Line")