]> git.deb.at Git - pkg/abook.git/commitdiff
- fix localized keybindings with --disable-nls
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 10 Apr 2006 08:15:45 +0000 (08:15 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 10 Apr 2006 08:15:45 +0000 (08:15 +0000)
15 files changed:
ChangeLog
Makefile.in
aclocal.m4
configure
configure.in
gettext.c
gettext.h
options.c
po/abook.pot
po/de.po
po/fr.po
po/ja.po
po/sv.po
ui.c
ui.h

index 72fb93a17e396cdceb529ee13eaea557b56728dc..2832f0a8efaccb47ac03d4904ddd99c7c75811a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+0.5.6
+ - translation fixes
+ - fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif)
+ - fix localized keybindings with --disable-nls
+
 0.5.5
  - fixed gcrd export format (Marc Tardif)
  - i18n support (Cedric Duval)
  - French translation (Cedric Duval)
  - Swedish translation (Susanna Björverud)
+ - Japanese translation (Takahashi Tamotsu)
  - palmcsv import filter (Marc Tardif)
  - use better common code for csv filters (Marc Tardif)
  - translation HOWTO (Cedric Duval)
index 40fa7dd396f40210c1672e4a9b59fb3ea538d99b..a24a79c5dc449d3824bf154e4c5532300bd196bd 100644 (file)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.5 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -373,13 +373,7 @@ uninstall-info-am:
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
 $(RECURSIVE_TARGETS):
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
+       @set fnord $$MAKEFLAGS; amf=$$2; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
@@ -391,7 +385,7 @@ $(RECURSIVE_TARGETS):
            local_target="$$target"; \
          fi; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
+          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        done; \
        if test "$$dot_seen" = "no"; then \
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
@@ -399,13 +393,7 @@ $(RECURSIVE_TARGETS):
 
 mostlyclean-recursive clean-recursive distclean-recursive \
 maintainer-clean-recursive:
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
+       @set fnord $$MAKEFLAGS; amf=$$2; \
        dot_seen=no; \
        case "$@" in \
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
@@ -426,7 +414,7 @@ maintainer-clean-recursive:
            local_target="$$target"; \
          fi; \
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
+          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        done && test -z "$$fail"
 tags-recursive:
        list='$(SUBDIRS)'; for subdir in $$list; do \
index d646da6b10845fc76bf60e64285f02e19c8d3506..a7b70a741083102f7fc77eaf09c5142ce765e586 100644 (file)
@@ -1,7 +1,7 @@
-# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.9.3 -*- Autoconf -*-
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005  Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+# Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+#                                                        -*- Autoconf -*-
+# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
+# Generated from amversion.in; do not edit by hand.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
 # AM_AUTOMAKE_VERSION(VERSION)
 # ----------------------------
@@ -28,15 +40,26 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 # Call AM_AUTOMAKE_VERSION so it can be traced.
 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-        [AM_AUTOMAKE_VERSION([1.9.5])])
+        [AM_AUTOMAKE_VERSION([1.9.3])])
 
-# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+# AM_AUX_DIR_EXPAND
 
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
@@ -83,16 +106,26 @@ AC_PREREQ([2.50])dnl
 am_aux_dir=`cd $ac_aux_dir && pwd`
 ])
 
-# AM_CONDITIONAL                                            -*- Autoconf -*-
+# AM_CONDITIONAL                                              -*- Autoconf -*-
 
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
-# serial 7
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 6
 
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
 # -------------------------------------
@@ -116,15 +149,26 @@ AC_CONFIG_COMMANDS_PRE(
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
+# serial 7                                             -*- Autoconf -*-
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
 
-# serial 8
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 
 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 # written in clear, in which case automake, when reading aclocal.m4,
@@ -133,6 +177,7 @@ fi])])
 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
 
+
 # _AM_DEPENDENCIES(NAME)
 # ----------------------
 # See how the compiler implements dependency checking.
@@ -272,16 +317,27 @@ AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 AC_SUBST([AMDEPBACKSLASH])
 ])
 
-# Generate code to set up dependency tracking.              -*- Autoconf -*-
+# Generate code to set up dependency tracking.   -*- Autoconf -*-
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+#   Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
 
-#serial 3
+#serial 2
 
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
 # ------------------------------
@@ -340,31 +396,54 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 ])
 
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 
-# serial 8
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 7
 
 # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
 
-# Do all the work for Automake.                             -*- Autoconf -*-
+# Do all the work for Automake.                            -*- Autoconf -*-
+
+# This macro actually does too much some checks are only needed if
+# your package does certain things.  But this isn't really a big deal.
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
 
-# serial 12
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
 
-# This macro actually does too much.  Some checks are only needed if
-# your package does certain things.  But this isn't really a big deal.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 11
 
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 # AM_INIT_AUTOMAKE([OPTIONS])
@@ -466,27 +545,51 @@ for _am_header in $config_headers :; do
 done
 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
 # AM_PROG_INSTALL_SH
 # ------------------
 # Define $install_sh.
+
+# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 AC_DEFUN([AM_PROG_INSTALL_SH],
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 install_sh=${install_sh-"$am_aux_dir/install-sh"}
 AC_SUBST(install_sh)])
 
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+#                                                          -*- Autoconf -*-
+# Copyright (C) 2003  Free Software Foundation, Inc.
 
-# serial 2
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 1
 
 # Check whether the underlying file-system supports filenames
 # with a leading dot.  For instance MS-DOS doesn't.
@@ -501,15 +604,26 @@ fi
 rmdir .tst 2>/dev/null
 AC_SUBST([am__leading_dot])])
 
-# Check to see how 'make' treats includes.                 -*- Autoconf -*-
+# Check to see how 'make' treats includes.     -*- Autoconf -*-
 
-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
 
-# serial 3
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 2
 
 # AM_MAKE_INCLUDE()
 # -----------------
@@ -553,16 +667,27 @@ AC_MSG_RESULT([$_am_result])
 rm -f confinc confmf
 ])
 
-# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
+#  -*- Autoconf -*-
 
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
-# Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
 
-# serial 4
+# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 3
 
 # AM_MISSING_PROG(NAME, PROGRAM)
 # ------------------------------
@@ -588,16 +713,27 @@ else
 fi
 ])
 
-# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
 # AM_PROG_MKDIR_P
 # ---------------
 # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
-#
+
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
 # created by `make install' are always world readable, even if the
 # installer happens to have an overly restrictive umask (e.g. 077).
@@ -651,15 +787,26 @@ else
 fi
 AC_SUBST([mkdir_p])])
 
-# Helper functions for option handling.                     -*- Autoconf -*-
+# Helper functions for option handling.                    -*- Autoconf -*-
 
-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
 
-# serial 3
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 2
 
 # _AM_MANGLE_OPTION(NAME)
 # -----------------------
@@ -684,14 +831,26 @@ AC_DEFUN([_AM_SET_OPTIONS],
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
-# Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005
+
+# Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003
 # Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
 
-# serial 4
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 3
 
 AC_DEFUN([AM_C_PROTOTYPES],
 [AC_REQUIRE([AC_C_PROTOTYPES])
@@ -709,16 +868,28 @@ AC_SUBST(ANSI2KNR)dnl
 
 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
 
-# Check to make sure that the build environment is sane.    -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
-# Free Software Foundation, Inc.
 #
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Check to make sure that the build environment is sane.
+#
+
+# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
 
-# serial 4
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 3
 
 # AM_SANITY_CHECK
 # ---------------
@@ -761,14 +932,25 @@ Check your system clock])
 fi
 AC_MSG_RESULT(yes)])
 
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
 # AM_PROG_INSTALL_STRIP
-# ---------------------
+
+# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
 # One issue with vendor `install' (even GNU) is that you can't
 # specify the program used to strip binaries.  This is especially
 # annoying in cross-compiling environments, where the build's strip
@@ -791,13 +973,25 @@ AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
+# Copyright (C) 2004  Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+
+# serial 1
 
-# serial 2
 
 # _AM_PROG_TAR(FORMAT)
 # --------------------
index 30612e6eec7d28e37ba7c1844e6f9fd49c2b4c21..cd6b85ab6c4f3ce473a01c0d36601ab2d3fb1a90 100755 (executable)
--- a/configure
+++ b/configure
@@ -968,7 +968,7 @@ esac
     else
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     fi
-    cd "$ac_popdir"
+    cd $ac_popdir
   done
 fi
 
@@ -1622,7 +1622,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=abook
- VERSION=0.5.5pre1
+ VERSION=0.5.5
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2700,7 +2700,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2758,7 +2759,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2874,7 +2876,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2928,7 +2931,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2973,7 +2977,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3017,7 +3022,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3626,7 +3632,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3680,7 +3687,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3745,7 +3753,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3952,7 +3961,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4013,7 +4023,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4073,7 +4084,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4152,7 +4164,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4217,7 +4230,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4282,7 +4296,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4346,7 +4361,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4416,7 +4432,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4479,7 +4496,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4541,7 +4559,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4603,7 +4622,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4665,7 +4685,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4737,7 +4758,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4886,7 +4908,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -4967,7 +4990,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5108,7 +5132,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5246,7 +5271,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5430,7 +5456,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5805,7 +5832,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5890,7 +5918,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -5959,7 +5988,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6027,7 +6057,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6196,7 +6227,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6236,7 +6268,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6292,7 +6325,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6332,7 +6366,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6396,7 +6431,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6423,8 +6459,10 @@ case $ac_lo in
 esac
 else
   if test "$cross_compiling" = yes; then
-  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
-echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
+  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+See \`config.log' for more details." >&5
+echo "$as_me: error: cannot run test program while cross compiling
+See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 else
   cat >conftest.$ac_ext <<_ACEOF
@@ -6517,7 +6555,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6557,7 +6596,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6613,7 +6653,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6653,7 +6694,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6717,7 +6759,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6744,8 +6787,10 @@ case $ac_lo in
 esac
 else
   if test "$cross_compiling" = yes; then
-  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
-echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
+  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+See \`config.log' for more details." >&5
+echo "$as_me: error: cannot run test program while cross compiling
+See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 else
   cat >conftest.$ac_ext <<_ACEOF
@@ -6838,7 +6883,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6878,7 +6924,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6934,7 +6981,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -6974,7 +7022,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7038,7 +7087,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7065,8 +7115,10 @@ case $ac_lo in
 esac
 else
   if test "$cross_compiling" = yes; then
-  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
-echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
+  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
+See \`config.log' for more details." >&5
+echo "$as_me: error: cannot run test program while cross compiling
+See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 else
   cat >conftest.$ac_ext <<_ACEOF
@@ -7159,7 +7211,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7236,7 +7289,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7386,7 +7440,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -7452,7 +7507,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8075,7 +8131,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8153,7 +8210,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8362,7 +8420,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8429,7 +8488,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8497,7 +8557,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8566,7 +8627,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8634,7 +8696,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8702,7 +8765,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8826,7 +8890,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8876,7 +8941,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -8966,7 +9032,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9031,7 +9098,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9095,7 +9163,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9240,7 +9309,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9306,7 +9376,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9425,7 +9496,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9870,7 +9942,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -9924,7 +9997,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10521,7 +10595,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10579,7 +10654,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10695,7 +10771,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10749,7 +10826,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10794,7 +10872,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -10838,7 +10917,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11024,7 +11104,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11078,7 +11159,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11172,7 +11254,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11322,7 +11405,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11475,7 +11559,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11644,7 +11729,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -11789,7 +11875,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12035,7 +12122,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12099,7 +12187,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12290,7 +12379,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12356,7 +12446,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12427,7 +12518,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12516,7 +12608,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12580,7 +12673,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12736,7 +12830,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12800,7 +12895,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -12982,7 +13078,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13050,7 +13147,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13119,7 +13217,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13190,7 +13289,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13312,7 +13412,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13381,7 +13482,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13458,7 +13560,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13520,7 +13623,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13573,7 +13677,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13616,7 +13721,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13718,7 +13824,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13797,7 +13904,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -13950,7 +14058,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14015,7 +14124,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14219,7 +14329,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -14322,7 +14433,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-        { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -15293,6 +15405,11 @@ esac
   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
   esac
 
+  if test x"$ac_file" != x-; then
+    { echo "$as_me:$LINENO: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+    rm -f "$ac_file"
+  fi
   # Let's still pretend it is `configure' which instantiates (i.e., don't
   # use $as_me), people would be surprised to read:
   #    /* config.h.  Generated by config.status.  */
@@ -15331,12 +15448,6 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
         fi;;
       esac
     done` || { (exit 1); exit 1; }
-
-  if test x"$ac_file" != x-; then
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-    rm -f "$ac_file"
-  fi
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
   sed "$ac_vpsub
index f35534c55bd559e366925843a0807d25cb0463f0..f5f18b983a62085209593d60f1e41b2b60229807 100644 (file)
@@ -1,7 +1,7 @@
 dnl abook configure.in
 
 AC_INIT(abook.c)
-AM_INIT_AUTOMAKE(abook, 0.5.5pre1)
+AM_INIT_AUTOMAKE(abook, 0.5.5)
 AM_CONFIG_HEADER(config.h)
 
 dnl ---------------
index 949e843b4caa7e6f7e17ea944ca2fad7e8605251..0dd9dbf7f9fc46b4ddcd22c9e912e8956691e595 100644 (file)
--- a/gettext.c
+++ b/gettext.c
@@ -2,18 +2,17 @@
 #      include "config.h"
 #endif
 
-#ifdef ENABLE_NLS
 #include <string.h>
 #include "gettext.h"
 
-char *
+const char *
 sgettext(const char *msgid)
 {
-       char *msgval = gettext(msgid);
+       const char *msgval = gettext(msgid);
 
        if(msgval == msgid)
                msgval = strrchr(msgid, '|') + 1;
 
        return msgval;
 }
-#endif
+
index 332a7f6beb5855199ff7e55ed3deac5a33678261..6e2973c8016d49d756466806f8a3f65d5aff233b 100644 (file)
--- a/gettext.h
+++ b/gettext.h
@@ -1,15 +1,14 @@
 #ifndef _GETTEXT_H
 #define _GETTEXT_H
 
+const char *sgettext(const char *msgid); /* Strip context prefix */
+
 # if ENABLE_NLS
 #  include <libintl.h>
-char *sgettext(const char *msgid); /* Strip context prefix */
 # else
 #  define gettext(Msgid) ((const char *) (Msgid))
-#  define sgettext(Msgid) ((const char *) (Msgid))
-
-#  define textdomain(Domainname) ((const char *) (Domainname))
-#  define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname))
+#  define textdomain(Domainname) do {} while(0)
+#  define bindtextdomain(Domainname, Dirname) do {} while(0)
 # endif /* ENABLE_NLS */
 
 # define _(String) gettext (String)
index a370a30ddd1c7cdb749e2ffd541c562de7db8f98..81f8d2c42306c716a1870473dee6ed6762d5d17c 100644 (file)
--- a/options.c
+++ b/options.c
@@ -278,7 +278,7 @@ get_token(buffer *b, int options)
        return NULL;
 }
 
-static char *
+static const char *
 opt_set_set_option(char *p, struct option *opt)
 {
        int len;
@@ -360,7 +360,7 @@ check_options()
 /*
  * syntax: set <option> = <value>
  */
-static char *
+static const char *
 opt_parse_set(buffer *b)
 {
        char *var, *err;
@@ -374,7 +374,7 @@ opt_parse_set(buffer *b)
        return opt_set_option(var, b->ptr);
 }
 
-static char *
+static const char *
 opt_parse_customfield(buffer *b)
 {
        return _("customfield: obsolete command - please use the "
@@ -445,7 +445,7 @@ opt_parse_field(buffer *b)
 
 static struct {
        char *token;
-       char * (*func) (buffer *line);
+       const char * (*func) (buffer *line);
 } opt_parsers[] = {
        { "set", opt_parse_set },
        { "customfield", opt_parse_customfield }, /* obsolete */
@@ -458,7 +458,7 @@ static bool
 opt_parse_line(char *line, int n, char *fn)
 {
        int i;
-       char *err = NULL;
+       const char *err = NULL;
        char *token;
        buffer b;
 
index 9a247d303a164d3b3fd6ef74f82b4c94f6fefafa..b7cab630b928f0c26636d1b01339405edb3a7ebd 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: <cedricduval+abook@free.fr>\n"
-"POT-Creation-Date: 2005-10-17 13:34+0300\n"
+"POT-Creation-Date: 2005-11-29 10:08+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,219 +16,219 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: abook.c:91
+#: abook.c:93
 #, c-format
 msgid "Cannot create directory %s\n"
 msgstr ""
 
-#: abook.c:97
+#: abook.c:99
 #, c-format
 msgid "%s is not a directory\n"
 msgstr ""
 
-#: abook.c:115
+#: abook.c:117
 #, c-format
 msgid "Memory allocation failure: %s\n"
 msgstr ""
 
-#: abook.c:126
+#: abook.c:128
 #, c-format
 msgid "Press enter to continue...\n"
 msgstr ""
 
-#: abook.c:138
+#: abook.c:141
 #, c-format
 msgid "File %s is not writeable"
 msgstr ""
 
-#: abook.c:143
+#: abook.c:146
 msgid "If you continue all changes will be lost. Do you want to continue?"
 msgstr ""
 
-#: abook.c:162
+#: abook.c:165
 msgid "Save database"
 msgstr ""
 
-#: abook.c:164
+#: abook.c:167
 msgid "Quit without saving"
 msgstr ""
 
-#: abook.c:218
+#: abook.c:223
 #, c-format
 msgid "%s is not a valid HOME directory\n"
 msgstr ""
 
-#: abook.c:249
+#: abook.c:254
 #, c-format
 msgid ""
 "Cannot combine options --mutt-query, --convert, --add-email or --add-email-"
 "quiet\n"
 msgstr ""
 
-#: abook.c:280
+#: abook.c:285
 #, c-format
 msgid "please use option --%s after --convert option\n"
 msgstr ""
 
-#: abook.c:379
+#: abook.c:384
 #, c-format
 msgid "%s: unrecognized arguments on command line\n"
 msgstr ""
 
-#: abook.c:401
+#: abook.c:406
 msgid "     -h\t--help\t\t\t\tshow usage"
 msgstr ""
 
-#: abook.c:402
+#: abook.c:407
 msgid "     -C\t--config\t<file>\t\tuse an alternative configuration file"
 msgstr ""
 
-#: abook.c:403
+#: abook.c:408
 msgid "\t--datafile\t<file>\t\tuse an alternative addressbook file"
 msgstr ""
 
-#: abook.c:404
+#: abook.c:409
 msgid "\t--mutt-query\t<string>\tmake a query for mutt"
 msgstr ""
 
-#: abook.c:405
+#: abook.c:410
 msgid ""
 "\t--add-email\t\t\tread an e-mail message from stdin and\n"
 "\t\t\t\t\tadd the sender to the addressbook"
 msgstr ""
 
-#: abook.c:409
+#: abook.c:414
 msgid ""
 "\t--add-email-quiet\t\tsame as --add-email but doesn't\n"
 "\t\t\t\t\trequire to confirm adding"
 msgstr ""
 
-#: abook.c:413
+#: abook.c:418
 msgid "\t--convert\t\t\tconvert address book files"
 msgstr ""
 
-#: abook.c:414
+#: abook.c:419
 msgid "\toptions to use with --convert:"
 msgstr ""
 
-#: abook.c:415
+#: abook.c:420
 msgid "\t--informat\t<format>\tformat for input file"
 msgstr ""
 
-#: abook.c:416
+#: abook.c:421
 msgid "\t\t\t\t\t(default: abook)"
 msgstr ""
 
-#: abook.c:417
+#: abook.c:422
 msgid "\t--infile\t<file>\t\tsource file"
 msgstr ""
 
-#: abook.c:418
+#: abook.c:423
 msgid "\t\t\t\t\t(default: stdin)"
 msgstr ""
 
-#: abook.c:419
+#: abook.c:424
 msgid "\t--outformat\t<format>\tformat for output file"
 msgstr ""
 
-#: abook.c:420
+#: abook.c:425
 msgid "\t\t\t\t\t(default: text)"
 msgstr ""
 
-#: abook.c:421
+#: abook.c:426
 msgid "\t--outfile\t<file>\t\tdestination file"
 msgstr ""
 
-#: abook.c:422
+#: abook.c:427
 msgid "\t\t\t\t\t(default: stdout)"
 msgstr ""
 
-#: abook.c:423
+#: abook.c:428
 msgid "\t--formats\t\t\tlist available formats"
 msgstr ""
 
-#: abook.c:494
+#: abook.c:497
 #, c-format
 msgid "Cannot open database\n"
 msgstr ""
 
-#: abook.c:620
+#: abook.c:623
 #, c-format
 msgid "too few arguments to make conversion\n"
 msgstr ""
 
-#: abook.c:621
+#: abook.c:624
 #, c-format
 msgid "try --help\n"
 msgstr ""
 
-#: abook.c:626
+#: abook.c:629
 #, c-format
 msgid ""
 "input and output formats are the same\n"
 "exiting...\n"
 msgstr ""
 
-#: abook.c:639
+#: abook.c:643
 #, c-format
 msgid "input format %s not supported\n"
 msgstr ""
 
-#: abook.c:643
+#: abook.c:647
 #, c-format
 msgid "cannot read file %s\n"
 msgstr ""
 
-#: abook.c:652
+#: abook.c:656
 #, c-format
 msgid "output format %s not supported\n"
 msgstr ""
 
-#: abook.c:658
+#: abook.c:662
 #, c-format
 msgid "cannot write file %s\n"
 msgstr ""
 
-#: abook.c:679
+#: abook.c:683
 #, c-format
 msgid "cannot open %s\n"
 msgstr ""
 
-#: abook.c:682
+#: abook.c:686
 #, c-format
 msgid "%d item(s) added to %s\n"
 msgstr ""
 
-#: abook.c:684
+#: abook.c:688
 msgid "Valid sender address not found"
 msgstr ""
 
-#: abook.c:724
+#: abook.c:728
 #, c-format
 msgid "Address %s already in addressbook\n"
 msgstr ""
 
-#: abook.c:734
+#: abook.c:738
 #, c-format
 msgid ""
 "cannot open /dev/tty\n"
 "you may want to use --add-email-quiet\n"
 msgstr ""
 
-#: abook.c:740
+#: abook.c:744
 #, c-format
 msgid "Add \"%s <%s>\" to %s? (%c/%c)\n"
 msgstr ""
 
-#: abook.c:744 abook.c:751 ui.c:344 ui.c:606
+#: abook.c:748 abook.c:755 ui.c:343 ui.c:605
 msgid "keybinding for yes|y"
 msgstr ""
 
-#: abook.c:745 abook.c:747 ui.c:342
+#: abook.c:749 abook.c:751 ui.c:341
 msgid "keybinding for no|n"
 msgstr ""
 
-#: abook.c:771
+#: abook.c:776
 #, c-format
 msgid "stdin is a directory or cannot stat stdin\n"
 msgstr ""
@@ -237,223 +237,232 @@ msgstr ""
 msgid "q:quit  ?:help  a:add  r:remove"
 msgstr ""
 
-#: database.c:57
+#: database.c:45
 msgid "Name"
 msgstr ""
 
-#: database.c:58
-msgid "E-mails"
+#: database.c:46
+msgid "E-mail addresses"
 msgstr ""
 
-#: database.c:59
+#: database.c:47
 msgid "Address"
 msgstr ""
 
-#: database.c:60
+#: database.c:48
 msgid "Address2"
 msgstr ""
 
-#: database.c:61
+#: database.c:49
 msgid "City"
 msgstr ""
 
-#: database.c:62
+#: database.c:50
 msgid "State/Province"
 msgstr ""
 
-#: database.c:63
+#: database.c:51
 msgid "ZIP/Postal Code"
 msgstr ""
 
-#: database.c:64
+#: database.c:52
 msgid "Country"
 msgstr ""
 
-#: database.c:65
+#: database.c:53
 msgid "Home Phone"
 msgstr ""
 
-#: database.c:66
+#: database.c:54
 msgid "Work Phone"
 msgstr ""
 
-#: database.c:67
+#: database.c:55
 msgid "Fax"
 msgstr ""
 
-#: database.c:68
+#: database.c:56
 msgid "Mobile"
 msgstr ""
 
-#: database.c:69
+#: database.c:57
 msgid "Nickname/Alias"
 msgstr ""
 
-#: database.c:70
+#: database.c:58
 msgid "URL"
 msgstr ""
 
-#: database.c:71
+#: database.c:59
 msgid "Notes"
 msgstr ""
 
-#: database.c:72
-msgid "Custom1"
+#: database.c:60
+msgid "Anniversary day"
 msgstr ""
 
-#: database.c:73
-msgid "Custom2"
+#: database.c:164
+msgid "field already defined"
 msgstr ""
 
-#: database.c:74
-msgid "Custom3"
+#: database.c:168
+msgid "standard field does not need to be declared"
 msgstr ""
 
-#: database.c:75
-msgid "Custom4"
+#: database.c:183
+msgid "unknown type"
 msgstr ""
 
-#: database.c:76
-msgid "Custom5"
+#: database.c:589
+msgid "Invalid field value defined in configuration"
 msgstr ""
 
-#: database.c:406
-msgid "Invalid field value defined in configuration"
+#: database.c:592
+msgid "Invalid field value for sorting"
 msgstr ""
 
-#: edit.c:44
-msgid "CONTACT"
+#: edit.c:51
+msgid "Tab name too wide for screen"
 msgstr ""
 
-#: edit.c:45
-msgid "ADDRESS"
+#: edit.c:330
+msgid "keybindings_new_123456789|n123456789"
 msgstr ""
 
-#: edit.c:46
-msgid " PHONE "
+#: edit.c:332
+#, c-format
+msgid "Choose %s to modify (<1>%s%c%s%s."
 msgstr ""
 
-#: edit.c:47
-msgid " OTHER "
+#: edit.c:333
+msgid "email"
 msgstr ""
 
-#: edit.c:48
-msgid "CUSTOM "
+#: edit.c:333
+msgid "item"
 msgstr ""
 
-#: edit.c:57
-msgid "Tab name too wide for screen"
+#: edit.c:338
+msgid " or <n>ew"
 msgstr ""
 
-#: edit.c:219
-msgid "E-mail addresses:"
+#: edit.c:356
+msgid "E-mail: "
+msgstr ""
+
+#: edit.c:356
+msgid "Item: "
+msgstr ""
+
+#: edit.c:439
+msgid "sorry, input for this field type is not yet implemented"
 msgstr ""
 
 #: edit.h:13
-msgid "?:help c:contact a:address p:phone o:other"
+msgid "?:help q:quit editor"
 msgstr ""
 
-#: filter.c:71 filter.c:82
+#: filter.c:70 filter.c:81
 msgid "abook native format"
 msgstr ""
 
-#: filter.c:72
+#: filter.c:71
 msgid "ldif / Netscape addressbook"
 msgstr ""
 
-#: filter.c:73 filter.c:84
+#: filter.c:72 filter.c:83
 msgid "mutt alias"
 msgstr ""
 
-#: filter.c:74 filter.c:86
+#: filter.c:73 filter.c:85
 msgid "pine addressbook"
 msgstr ""
 
-#: filter.c:75 filter.c:88
+#: filter.c:74 filter.c:87
 msgid "comma separated values"
 msgstr ""
 
-#: filter.c:76 filter.c:89
+#: filter.c:75 filter.c:88
 msgid "comma separated values (all fields)"
 msgstr ""
 
-#: filter.c:77 filter.c:90
+#: filter.c:76 filter.c:89
 msgid "Palm comma separated values"
 msgstr ""
 
-#: filter.c:83
+#: filter.c:82
 msgid "ldif / Netscape addressbook (.4ld)"
 msgstr ""
 
-#: filter.c:85
+#: filter.c:84
 msgid "html document"
 msgstr ""
 
-#: filter.c:87
+#: filter.c:86
 msgid "GnomeCard (VCard) addressbook"
 msgstr ""
 
-#: filter.c:91
+#: filter.c:90
 msgid "elm alias"
 msgstr ""
 
-#: filter.c:92
+#: filter.c:91
 msgid "plain text"
 msgstr ""
 
-#: filter.c:93
+#: filter.c:92
 msgid "Wanderlust address book"
 msgstr ""
 
-#: filter.c:94
+#: filter.c:93
 msgid "Spruce address book"
 msgstr ""
 
-#: filter.c:107
+#: filter.c:106
 msgid "input:"
 msgstr ""
 
-#: filter.c:114
+#: filter.c:113
 msgid "output:"
 msgstr ""
 
-#: filter.c:179
+#: filter.c:178
 msgid "import database"
 msgstr ""
 
-#: filter.c:181 filter.c:298
+#: filter.c:180 filter.c:297
 msgid "please select a filter"
 msgstr ""
 
-#: filter.c:189 filter.c:306
+#: filter.c:188 filter.c:305
 msgid "x -\tcancel"
 msgstr ""
 
-#: filter.c:210 filter.c:344
+#: filter.c:209 filter.c:343
 msgid "Filename: "
 msgstr ""
 
-#: filter.c:217
+#: filter.c:216
 msgid "Error occured while opening the file"
 msgstr ""
 
-#: filter.c:219
+#: filter.c:218
 msgid "File does not seem to be a valid addressbook"
 msgstr ""
 
-#: filter.c:296
+#: filter.c:295
 msgid "export database"
 msgstr ""
 
-#: filter.c:329
+#: filter.c:328
 msgid "Export <a>ll, export <s>elected, or <c>ancel?"
 msgstr ""
 
-#: filter.c:330 ui.c:629
+#: filter.c:329 ui.c:628
 msgid "keybindings:all/selected/cancel|asc"
 msgstr ""
 
-#: filter.c:351
+#: filter.c:350
 msgid "Error occured while exporting"
 msgstr ""
 
@@ -578,122 +587,222 @@ msgid "\tu\t\tview URL with web browser\n"
 msgstr ""
 
 #: help.h:55
-msgid "\ta,c,p,o,C/arrows/h,l\tchange tab\n"
+msgid "\tarrows/h,l\t\tchange tab\n"
 msgstr ""
 
 #: help.h:57
-msgid "\t1 - 5\t\t\tedit fields\n"
+msgid "\tq\t\t\tquit to main screen\n"
 msgstr ""
 
 #: help.h:59
-msgid "\tk or <\t\t\tprevious item\n"
+msgid "\t1 - 5 A - Z\t\tedit fields\n"
 msgstr ""
 
-#: help.h:60
-msgid "\tj or >\t\t\tnext item\n"
+#: help.h:61
+msgid "\tk or <\t\t\tprevious item\n"
 msgstr ""
 
 #: help.h:62
-msgid "\tr\t\t\troll e-mail addresses\n"
+msgid "\tj or >\t\t\tnext item\n"
 msgstr ""
 
 #: help.h:64
+msgid "\tr\t\t\troll e-mail addresses up\n"
+msgstr ""
+
+#: help.h:65
+msgid "\tESC-r\t\t\troll e-mail addresses down\n"
+msgstr ""
+
+#: help.h:67
 msgid "\tu\t\t\tundo\n"
 msgstr ""
 
-#: help.h:66
+#: help.h:69
 msgid "\tm\t\t\tsend mail with mutt\n"
 msgstr ""
 
-#: help.h:67
+#: help.h:70
 msgid "\tv\t\t\tview url with web browser\n"
 msgstr ""
 
-#: options.c:240 options.c:259
+#: options.c:254
+msgid "quote mismatch"
+msgstr ""
+
+#: options.c:260
+msgid "no assignment character found"
+msgstr ""
+
+#: options.c:263
+msgid "error in comma separated list"
+msgstr ""
+
+#: options.c:292 options.c:311
 msgid "invalid value"
 msgstr ""
 
-#: options.c:278
+#: options.c:329
+msgid "unknown option"
+msgstr ""
+
+#: options.c:341
+#, c-format
+msgid ""
+"valid values for the 'preserve_fields' option are 'all', "
+"'standard' (default), and 'none'\n"
+msgstr ""
+
+#: options.c:350
+#, c-format
+msgid ""
+"valid values for the 'address_style' option are 'eu' (default), 'uk', and "
+"'us'\n"
+msgstr ""
+
+#: options.c:372
 msgid "invalid value assignment"
 msgstr ""
 
-#: options.c:286
-msgid "unknown option"
+#: options.c:380
+msgid ""
+"customfield: obsolete command - please use the 'field' and 'view' commands "
+"instead"
+msgstr ""
+
+#: options.c:398
+msgid "no view name provided"
 msgstr ""
 
-#: options.c:311
-msgid "invalid custom field number"
+#: options.c:428
+msgid "no field identifier provided"
 msgstr ""
 
-#: options.c:358
+#: options.c:434
+msgid "no field name provided"
+msgstr ""
+
+#: options.c:490
 #, c-format
 msgid "%s: parse error at line %d: "
 msgstr ""
 
-#: options.c:362
+#: options.c:494
 #, c-format
 msgid "unknown token %s\n"
 msgstr ""
 
-#: ui.c:146
+#: ui.c:145
 #, c-format
 msgid "Your terminal size is %dx%d\n"
 msgstr ""
 
-#: ui.c:147
+#: ui.c:146
 #, c-format
 msgid "Terminal is too small. Minimum terminal size for abook is %dx%d\n"
 msgstr ""
 
-#: ui.c:333
+#: ui.c:332
 msgid " (Y/n)?"
 msgstr ""
 
-#: ui.c:333
+#: ui.c:332
 msgid " (y/N)?"
 msgstr ""
 
-#: ui.c:411
+#: ui.c:410
 msgid "help"
 msgstr ""
 
-#: ui.c:420
+#: ui.c:419
 msgid "Press any key to continue..."
 msgstr ""
 
-#: ui.c:541
+#: ui.c:539
 msgid "Remove selected item(s)"
 msgstr ""
 
-#: ui.c:551
+#: ui.c:549
 msgid "Clear WHOLE database"
 msgstr ""
 
-#: ui.c:579
+#: ui.c:578
 msgid "Search hit bottom, continuing at top"
 msgstr ""
 
-#: ui.c:604
+#: ui.c:603
 #, c-format
 msgid "Your current data will be lost - Press '%c' to continue"
 msgstr ""
 
-#: ui.c:629
+#: ui.c:628
 msgid "Print <a>ll, print <s>elected, or <c>ancel?"
 msgstr ""
 
-#: ui.c:635
+#: ui.c:634
 msgid "No selected items"
 msgstr ""
 
-#: ui.c:661
+#: ui.c:660
 msgid "File to open: "
 msgstr ""
 
-#: ui.c:671
+#: ui.c:670
 msgid "Save current database"
 msgstr ""
 
-#: ui.c:679
+#: ui.c:678
 msgid "Sorry, the specified file appears not to be a valid abook addressbook"
 msgstr ""
+
+#: views.c:87
+msgid "undeclared field"
+msgstr ""
+
+#: views.c:92
+msgid "maximal number of fields per view reached"
+msgstr ""
+
+#: views.c:95
+msgid "field already in this view"
+msgstr ""
+
+#: views.c:139
+msgid "CONTACT"
+msgstr ""
+
+#: views.c:140
+msgid "ADDRESS"
+msgstr ""
+
+#: views.c:142
+msgid "PHONE"
+msgstr ""
+
+#: views.c:143
+msgid "OTHER"
+msgstr ""
+
+#: views.c:165 views.c:166 views.c:167 views.c:168 views.c:169
+msgid "CUSTOM"
+msgstr ""
+
+#: views.c:165
+msgid "Custom1"
+msgstr ""
+
+#: views.c:166
+msgid "Custom2"
+msgstr ""
+
+#: views.c:167
+msgid "Custom3"
+msgstr ""
+
+#: views.c:168
+msgid "Custom4"
+msgstr ""
+
+#: views.c:169
+msgid "Custom5"
+msgstr ""
index b8f6fbd7dfa6ad1754d667f4d8a6d412a458d770..1fc3af209258818074d1130b3820206d6b745ab4 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: abook 0.5.5pre1\n"
 "Report-Msgid-Bugs-To: <cedricduval+abook@free.fr>\n"
-"POT-Creation-Date: 2005-10-17 13:34+0300\n"
+"POT-Creation-Date: 2005-11-29 10:08+0200\n"
 "PO-Revision-Date: 2005-10-03 00:56+0200\n"
 "Last-Translator: Johannes Weißl <jargon@molb.org>\n"
 "Language-Team: German <de@li.org>\n"
@@ -17,49 +17,49 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 # Difficulties: how to translate tab, item, custom, comma separated values
-#: abook.c:91
+#: abook.c:93
 #, c-format
 msgid "Cannot create directory %s\n"
 msgstr "Kann Verzeichnis %s nicht anlegen\n"
 
-#: abook.c:97
+#: abook.c:99
 #, c-format
 msgid "%s is not a directory\n"
 msgstr "%s ist kein Verzeichnis\n"
 
-#: abook.c:115
+#: abook.c:117
 #, c-format
 msgid "Memory allocation failure: %s\n"
 msgstr "Fehler beim Anfordern von Hauptspeicher: %s\n"
 
-#: abook.c:126
+#: abook.c:128
 #, c-format
 msgid "Press enter to continue...\n"
 msgstr "Eingabetaste drücken, um fortzufahren...\n"
 
-#: abook.c:138
+#: abook.c:141
 #, c-format
 msgid "File %s is not writeable"
 msgstr "Datei %s ist nicht beschreibbar"
 
-#: abook.c:143
+#: abook.c:146
 msgid "If you continue all changes will be lost. Do you want to continue?"
 msgstr "Beim Fortfahren gehen alle Änderungen verloren. Fortfahren?"
 
-#: abook.c:162
+#: abook.c:165
 msgid "Save database"
 msgstr "Speichere Datenbank"
 
-#: abook.c:164
+#: abook.c:167
 msgid "Quit without saving"
 msgstr "Beenden ohne zu speichern"
 
-#: abook.c:218
+#: abook.c:223
 #, c-format
 msgid "%s is not a valid HOME directory\n"
 msgstr "%s ist kein gültiges HOME Verzeichnis\n"
 
-#: abook.c:249
+#: abook.c:254
 #, c-format
 msgid ""
 "Cannot combine options --mutt-query, --convert, --add-email or --add-email-"
@@ -68,33 +68,33 @@ msgstr ""
 "Die Optionen --mutt-query, --convert, --add-email und --add-email-"
 "quietkönnen nicht kombiniert werden\n"
 
-#: abook.c:280
+#: abook.c:285
 #, c-format
 msgid "please use option --%s after --convert option\n"
 msgstr "Bitte die Option --%s nach der Option --convert angeben\n"
 
-#: abook.c:379
+#: abook.c:384
 #, c-format
 msgid "%s: unrecognized arguments on command line\n"
 msgstr "%s: unbekannte Argumente auf der Kommandozeile\n"
 
-#: abook.c:401
+#: abook.c:406
 msgid "     -h\t--help\t\t\t\tshow usage"
 msgstr "     -h\t--help\t\t\t\tHilfe anzeigen"
 
-#: abook.c:402
+#: abook.c:407
 msgid "     -C\t--config\t<file>\t\tuse an alternative configuration file"
 msgstr "     -C\t--config\t<datei>\t\tAlternative Config-Datei verwenden"
 
-#: abook.c:403
+#: abook.c:408
 msgid "\t--datafile\t<file>\t\tuse an alternative addressbook file"
 msgstr "\t--datafile\t<datei>\t\tAlternative Adressbuch-Datei verwenden"
 
-#: abook.c:404
+#: abook.c:409
 msgid "\t--mutt-query\t<string>\tmake a query for mutt"
 msgstr "\t--mutt-query\t<string>\tMutt-Anfrage durchführen"
 
-#: abook.c:405
+#: abook.c:410
 msgid ""
 "\t--add-email\t\t\tread an e-mail message from stdin and\n"
 "\t\t\t\t\tadd the sender to the addressbook"
@@ -102,7 +102,7 @@ msgstr ""
 "\t--add-email\t\t\tE-Mail-Adresse von stdin lesen und\n"
 "\t\t\t\t\tAbsender zum Adressbuch hinzufügen"
 
-#: abook.c:409
+#: abook.c:414
 msgid ""
 "\t--add-email-quiet\t\tsame as --add-email but doesn't\n"
 "\t\t\t\t\trequire to confirm adding"
@@ -110,67 +110,67 @@ msgstr ""
 "\t--add-email-quiet\t\twie --add-email, aber man muss\n"
 "\t\t\t\t\tdas Hinzufügen nicht bestätigen"
 
-#: abook.c:413
+#: abook.c:418
 msgid "\t--convert\t\t\tconvert address book files"
 msgstr "\t--convert\t\t\tAdressbuch-Dateien konvertieren"
 
-#: abook.c:414
+#: abook.c:419
 msgid "\toptions to use with --convert:"
 msgstr "\tOptionen in Verbindung mit --convert:"
 
-#: abook.c:415
+#: abook.c:420
 msgid "\t--informat\t<format>\tformat for input file"
 msgstr "\t--informat\t<format>\tFormat für Eingabedatei"
 
-#: abook.c:416
+#: abook.c:421
 msgid "\t\t\t\t\t(default: abook)"
 msgstr "\t\t\t\t\t(Standard: abook)"
 
-#: abook.c:417
+#: abook.c:422
 msgid "\t--infile\t<file>\t\tsource file"
 msgstr "\t--infile\t<datei>\t\tQuelldatei"
 
-#: abook.c:418
+#: abook.c:423
 msgid "\t\t\t\t\t(default: stdin)"
 msgstr "\t\t\t\t\t(Standard: stdin)"
 
-#: abook.c:419
+#: abook.c:424
 msgid "\t--outformat\t<format>\tformat for output file"
 msgstr "\t--outformat\t<format>\tFormat für Ausgabedatei"
 
-#: abook.c:420
+#: abook.c:425
 msgid "\t\t\t\t\t(default: text)"
 msgstr "\t\t\t\t\t(Standard: text)"
 
-#: abook.c:421
+#: abook.c:426
 msgid "\t--outfile\t<file>\t\tdestination file"
 msgstr "\t--outfile\t<datei>\t\tZieldatei"
 
-#: abook.c:422
+#: abook.c:427
 msgid "\t\t\t\t\t(default: stdout)"
 msgstr "\t\t\t\t\t(Standard: stdout)"
 
-#: abook.c:423
+#: abook.c:428
 msgid "\t--formats\t\t\tlist available formats"
 msgstr "\t--formats\t\t\tVerfügbare Formate auflisten"
 
-#: abook.c:494
+#: abook.c:497
 #, c-format
 msgid "Cannot open database\n"
 msgstr "Kann die Datenbank nicht öffnen\n"
 
-#: abook.c:620
+#: abook.c:623
 #, c-format
 msgid "too few arguments to make conversion\n"
 msgstr "zu wenig Argumente um die Konvertierung durchzuführen\n"
 
-#: abook.c:621
+#: abook.c:624
 #, c-format
 msgid "try --help\n"
 msgstr "versuche einmal --help\n"
 
 # I think "Abbruch" is better than e.g. "Beenden"
-#: abook.c:626
+#: abook.c:629
 #, c-format
 msgid ""
 "input and output formats are the same\n"
@@ -179,47 +179,47 @@ msgstr ""
 "Eingabe- und Ausgabedatei sind identisch\n"
 "Abbruch...\n"
 
-#: abook.c:639
+#: abook.c:643
 #, c-format
 msgid "input format %s not supported\n"
 msgstr "Eingabeformat %s wird nicht unterstützt\n"
 
-#: abook.c:643
+#: abook.c:647
 #, c-format
 msgid "cannot read file %s\n"
 msgstr "kann die Datei %s nicht lesen\n"
 
-#: abook.c:652
+#: abook.c:656
 #, c-format
 msgid "output format %s not supported\n"
 msgstr "Ausgabeformat %s wird nicht unterstützt\n"
 
-#: abook.c:658
+#: abook.c:662
 #, c-format
 msgid "cannot write file %s\n"
 msgstr "kann die Datei %s nicht schreiben\n"
 
-#: abook.c:679
+#: abook.c:683
 #, c-format
 msgid "cannot open %s\n"
 msgstr "kann %s nicht öffnen\n"
 
-#: abook.c:682
+#: abook.c:686
 #, c-format
 msgid "%d item(s) added to %s\n"
 msgstr "%d Element(e) zu %s hinzugefügt\n"
 
-#: abook.c:684
+#: abook.c:688
 msgid "Valid sender address not found"
 msgstr "Keine gültige Absender-Adresse gefunden"
 
-#: abook.c:724
+#: abook.c:728
 #, c-format
 msgid "Address %s already in addressbook\n"
 msgstr "Adresse %s befindet sich bereits im Adressbuch\n"
 
 # I don't want to translate 'you' with 'du'
-#: abook.c:734
+#: abook.c:738
 #, c-format
 msgid ""
 "cannot open /dev/tty\n"
@@ -228,20 +228,20 @@ msgstr ""
 "kann /dev/tty nicht öffnen\n"
 "versuche es einmal mit --add-email-quiet\n"
 
-#: abook.c:740
+#: abook.c:744
 #, c-format
 msgid "Add \"%s <%s>\" to %s? (%c/%c)\n"
 msgstr "Füge \"%s <%s>\" zu %s hinzu? (%c/%c)\n"
 
-#: abook.c:744 abook.c:751 ui.c:344 ui.c:606
+#: abook.c:748 abook.c:755 ui.c:343 ui.c:605
 msgid "keybinding for yes|y"
 msgstr "j"
 
-#: abook.c:745 abook.c:747 ui.c:342
+#: abook.c:749 abook.c:751 ui.c:341
 msgid "keybinding for no|n"
 msgstr "n"
 
-#: abook.c:771
+#: abook.c:776
 #, c-format
 msgid "stdin is a directory or cannot stat stdin\n"
 msgstr ""
@@ -252,228 +252,242 @@ msgstr ""
 msgid "q:quit  ?:help  a:add  r:remove"
 msgstr "q:Ende  ?:Hilfe  a:Hinzufügen  r:Entfernen"
 
-#: database.c:57
+#: database.c:45
 msgid "Name"
 msgstr "Name"
 
-#: database.c:58
-msgid "E-mails"
-msgstr "E-Mails"
+#: database.c:46
+#, fuzzy
+msgid "E-mail addresses"
+msgstr "E-Mail-Adressen:"
 
-#: database.c:59
+#: database.c:47
 msgid "Address"
 msgstr "Adresse"
 
-#: database.c:60
+#: database.c:48
 msgid "Address2"
 msgstr "Adresse2"
 
-#: database.c:61
+#: database.c:49
 msgid "City"
 msgstr "Ort"
 
 # better translation?
-#: database.c:62
+#: database.c:50
 msgid "State/Province"
 msgstr "Bundesland"
 
-#: database.c:63
+#: database.c:51
 msgid "ZIP/Postal Code"
 msgstr "Postleitzahl"
 
-#: database.c:64
+#: database.c:52
 msgid "Country"
 msgstr "Land"
 
 # better translation?
-#: database.c:65
+#: database.c:53
 msgid "Home Phone"
 msgstr "Telefon (priv.)"
 
 # better translation?
-#: database.c:66
+#: database.c:54
 msgid "Work Phone"
 msgstr "Telefon (dienstl.)"
 
-#: database.c:67
+#: database.c:55
 msgid "Fax"
 msgstr "Fax"
 
-#: database.c:68
+#: database.c:56
 msgid "Mobile"
 msgstr "Mobiltelefon"
 
-#: database.c:69
+#: database.c:57
 msgid "Nickname/Alias"
 msgstr "Spitzname/Alias"
 
-#: database.c:70
+#: database.c:58
 msgid "URL"
 msgstr "URL"
 
-#: database.c:71
+#: database.c:59
 msgid "Notes"
 msgstr "Bemerkung"
 
-#: database.c:72
-msgid "Custom1"
-msgstr "Benutzer1"
-
-#: database.c:73
-msgid "Custom2"
-msgstr "Benutzer2"
+#: database.c:60
+msgid "Anniversary day"
+msgstr ""
 
-#: database.c:74
-msgid "Custom3"
-msgstr "Benutzer3"
+#: database.c:164
+msgid "field already defined"
+msgstr ""
 
-#: database.c:75
-msgid "Custom4"
-msgstr "Benutzer4"
+#: database.c:168
+msgid "standard field does not need to be declared"
+msgstr ""
 
-#: database.c:76
-msgid "Custom5"
-msgstr "Benutzer5"
+#: database.c:183
+#, fuzzy
+msgid "unknown type"
+msgstr "unbekannte Option"
 
-#: database.c:406
+#: database.c:589
 msgid "Invalid field value defined in configuration"
 msgstr "Ungültiger Feld-Wert in der Konfiguration festgelegt"
 
-#: edit.c:44
-msgid "CONTACT"
-msgstr "KONTAKT"
+#: database.c:592
+#, fuzzy
+msgid "Invalid field value for sorting"
+msgstr "Ungültiger Feld-Wert in der Konfiguration festgelegt"
 
-#: edit.c:45
-msgid "ADDRESS"
-msgstr "ADRESSE"
+#: edit.c:51
+msgid "Tab name too wide for screen"
+msgstr "Kartei-Name zu breit für den Bildschirm"
 
-#: edit.c:46
-msgid " PHONE "
-msgstr "TELEFON"
+#: edit.c:330
+msgid "keybindings_new_123456789|n123456789"
+msgstr ""
 
-#: edit.c:47
-msgid " OTHER "
-msgstr "ANDERE"
+#: edit.c:332
+#, c-format
+msgid "Choose %s to modify (<1>%s%c%s%s."
+msgstr ""
 
-#: edit.c:48
-msgid "CUSTOM "
-msgstr "BENUTZER"
+#: edit.c:333
+#, fuzzy
+msgid "email"
+msgstr "E-Mails"
 
-#: edit.c:57
-msgid "Tab name too wide for screen"
-msgstr "Kartei-Name zu breit für den Bildschirm"
+#: edit.c:333
+msgid "item"
+msgstr ""
 
-#: edit.c:219
-msgid "E-mail addresses:"
-msgstr "E-Mail-Adressen:"
+#: edit.c:338
+msgid " or <n>ew"
+msgstr ""
+
+#: edit.c:356
+#, fuzzy
+msgid "E-mail: "
+msgstr "E-Mails"
+
+#: edit.c:356
+msgid "Item: "
+msgstr ""
+
+#: edit.c:439
+msgid "sorry, input for this field type is not yet implemented"
+msgstr ""
 
 #: edit.h:13
-msgid "?:help c:contact a:address p:phone o:other"
-msgstr "?:Hilfe c:Kontakt a:Adresse p:Telefon o:Andere"
+msgid "?:help q:quit editor"
+msgstr ""
 
-#: filter.c:71 filter.c:82
+#: filter.c:70 filter.c:81
 msgid "abook native format"
 msgstr "abooks eigenes Format"
 
-#: filter.c:72
+#: filter.c:71
 msgid "ldif / Netscape addressbook"
 msgstr "ldif / Netscape Adressbuch"
 
-#: filter.c:73 filter.c:84
+#: filter.c:72 filter.c:83
 msgid "mutt alias"
 msgstr "mutt alias"
 
-#: filter.c:74 filter.c:86
+#: filter.c:73 filter.c:85
 msgid "pine addressbook"
 msgstr "pine Adressbuch"
 
-#: filter.c:75 filter.c:88
+#: filter.c:74 filter.c:87
 msgid "comma separated values"
 msgstr "komma-separierte Werte"
 
-#: filter.c:76 filter.c:89
+#: filter.c:75 filter.c:88
 msgid "comma separated values (all fields)"
 msgstr "komma-separierte Werte (alle Felder)"
 
-#: filter.c:77 filter.c:90
+#: filter.c:76 filter.c:89
 msgid "Palm comma separated values"
 msgstr "Palm komma-separierte Werte"
 
-#: filter.c:83
+#: filter.c:82
 msgid "ldif / Netscape addressbook (.4ld)"
 msgstr "ldif / Netscape Adressbuch (.4ld)"
 
-#: filter.c:85
+#: filter.c:84
 msgid "html document"
 msgstr "HTML Dokument"
 
-#: filter.c:87
+#: filter.c:86
 msgid "GnomeCard (VCard) addressbook"
 msgstr "GnomeCard (VCard) Adressbuch"
 
-#: filter.c:91
+#: filter.c:90
 msgid "elm alias"
 msgstr "elm alias"
 
-#: filter.c:92
+#: filter.c:91
 msgid "plain text"
 msgstr "Klartext"
 
-#: filter.c:93
+#: filter.c:92
 #, fuzzy
 msgid "Wanderlust address book"
 msgstr "pine Adressbuch"
 
-#: filter.c:94
+#: filter.c:93
 msgid "Spruce address book"
 msgstr "Spruce Adressbuch"
 
-#: filter.c:107
+#: filter.c:106
 msgid "input:"
 msgstr "Eingabe:"
 
-#: filter.c:114
+#: filter.c:113
 msgid "output:"
 msgstr "Ausgabe:"
 
-#: filter.c:179
+#: filter.c:178
 msgid "import database"
 msgstr "importiere Datenbank"
 
-#: filter.c:181 filter.c:298
+#: filter.c:180 filter.c:297
 msgid "please select a filter"
 msgstr "Bitte Filter auswählen"
 
-#: filter.c:189 filter.c:306
+#: filter.c:188 filter.c:305
 msgid "x -\tcancel"
 msgstr "x -\tabbrechen"
 
-#: filter.c:210 filter.c:344
+#: filter.c:209 filter.c:343
 msgid "Filename: "
 msgstr "Dateiname: "
 
-#: filter.c:217
+#: filter.c:216
 msgid "Error occured while opening the file"
 msgstr "Fehler beim Öffnen der Datei"
 
-#: filter.c:219
+#: filter.c:218
 msgid "File does not seem to be a valid addressbook"
 msgstr "Die Datei scheint kein gültiges Adressbuch zu sein"
 
-#: filter.c:296
+#: filter.c:295
 msgid "export database"
 msgstr "exportiere Datenbank"
 
 # instead: Exportiere alle (a), exportiere ausgewählte (s), oder abbrechen (c)?
-#: filter.c:329
+#: filter.c:328
 msgid "Export <a>ll, export <s>elected, or <c>ancel?"
 msgstr "Exportiere <a>lle, exportiere au<s>gewählte, oder bri<c>h ab?"
 
-#: filter.c:330 ui.c:629
+#: filter.c:329 ui.c:628
 msgid "keybindings:all/selected/cancel|asc"
 msgstr ""
 
-#: filter.c:351
+#: filter.c:350
 msgid "Error occured while exporting"
 msgstr "Fehler beim Exportieren aufgetreten"
 
@@ -603,127 +617,242 @@ msgid "\tu\t\tview URL with web browser\n"
 msgstr "\tu\t\tURL mit Web-Browser anzeigen\n"
 
 #: help.h:55
-msgid "\ta,c,p,o,C/arrows/h,l\tchange tab\n"
+#, fuzzy
+msgid "\tarrows/h,l\t\tchange tab\n"
 msgstr "\ta,c,p,o,C/Pfeilt./h,l\tTab wechseln\n"
 
 #: help.h:57
-msgid "\t1 - 5\t\t\tedit fields\n"
-msgstr "\t1 - 5\t\t\tFelder bearbeiten\n"
+#, fuzzy
+msgid "\tq\t\t\tquit to main screen\n"
+msgstr "\tQ\t\tBeenden ohne zu speichern\n"
 
 #: help.h:59
+#, fuzzy
+msgid "\t1 - 5 A - Z\t\tedit fields\n"
+msgstr "\t1 - 5\t\t\tFelder bearbeiten\n"
+
+#: help.h:61
 msgid "\tk or <\t\t\tprevious item\n"
 msgstr "\tk or <\t\t\tVorheriges Element\n"
 
-#: help.h:60
+#: help.h:62
 msgid "\tj or >\t\t\tnext item\n"
 msgstr "\tj or >\t\t\tNächstes Element\n"
 
-#: help.h:62
-msgid "\tr\t\t\troll e-mail addresses\n"
+#: help.h:64
+#, fuzzy
+msgid "\tr\t\t\troll e-mail addresses up\n"
 msgstr "\tr\t\t\tE-Mail-Adressen rotieren\n"
 
-#: help.h:64
+#: help.h:65
+#, fuzzy
+msgid "\tESC-r\t\t\troll e-mail addresses down\n"
+msgstr "\tr\t\t\tE-Mail-Adressen rotieren\n"
+
+#: help.h:67
 msgid "\tu\t\t\tundo\n"
 msgstr "\tu\t\t\tRückgängig\n"
 
-#: help.h:66
+#: help.h:69
 msgid "\tm\t\t\tsend mail with mutt\n"
 msgstr "\tm\t\t\tE-Mail mit Mutt senden\n"
 
-#: help.h:67
+#: help.h:70
 msgid "\tv\t\t\tview url with web browser\n"
 msgstr "\tv\t\t\tURL mit Web-Browser anzeigen\n"
 
-#: options.c:240 options.c:259
+#: options.c:254
+msgid "quote mismatch"
+msgstr ""
+
+#: options.c:260
+msgid "no assignment character found"
+msgstr ""
+
+#: options.c:263
+#, fuzzy
+msgid "error in comma separated list"
+msgstr "komma-separierte Werte"
+
+#: options.c:292 options.c:311
 msgid "invalid value"
 msgstr "ungültiger Wert"
 
-#: options.c:278
+#: options.c:329
+msgid "unknown option"
+msgstr "unbekannte Option"
+
+#: options.c:341
+#, c-format
+msgid ""
+"valid values for the 'preserve_fields' option are 'all', "
+"'standard' (default), and 'none'\n"
+msgstr ""
+
+#: options.c:350
+#, c-format
+msgid ""
+"valid values for the 'address_style' option are 'eu' (default), 'uk', and "
+"'us'\n"
+msgstr ""
+
+#: options.c:372
 msgid "invalid value assignment"
 msgstr "ungültige Wertzuweisung"
 
-#: options.c:286
-msgid "unknown option"
-msgstr "unbekannte Option"
+#: options.c:380
+msgid ""
+"customfield: obsolete command - please use the 'field' and 'view' commands "
+"instead"
+msgstr ""
+
+#: options.c:398
+msgid "no view name provided"
+msgstr ""
+
+#: options.c:428
+msgid "no field identifier provided"
+msgstr ""
 
-#: options.c:311
-msgid "invalid custom field number"
-msgstr "ungültige benutzerdefinierte Feldnummer"
+#: options.c:434
+msgid "no field name provided"
+msgstr ""
 
-#: options.c:358
+#: options.c:490
 #, c-format
 msgid "%s: parse error at line %d: "
 msgstr "%s: Fehler beim Parsen in Zeile %d: "
 
-#: options.c:362
+#: options.c:494
 #, c-format
 msgid "unknown token %s\n"
 msgstr "unbekanntes Symbol %s\n"
 
-#: ui.c:146
+#: ui.c:145
 #, c-format
 msgid "Your terminal size is %dx%d\n"
 msgstr "Die Größe des Terminals ist %dx%d.\n"
 
-#: ui.c:147
+#: ui.c:146
 #, c-format
 msgid "Terminal is too small. Minimum terminal size for abook is %dx%d\n"
 msgstr "Das Terminal ist zu klein. Die minimale Größe für abook ist %dx%d.\n"
 
-#: ui.c:333
+#: ui.c:332
 msgid " (Y/n)?"
 msgstr " (J/n)?"
 
-#: ui.c:333
+#: ui.c:332
 msgid " (y/N)?"
 msgstr " (j/N)?"
 
-#: ui.c:411
+#: ui.c:410
 msgid "help"
 msgstr "Hilfe"
 
-#: ui.c:420
+#: ui.c:419
 msgid "Press any key to continue..."
 msgstr "Taste drücken, um fortzufahren..."
 
 # "Lösche ausgewählte(s) Element(e)" sounds silly ... plural form is ok.
-#: ui.c:541
+#: ui.c:539
 msgid "Remove selected item(s)"
 msgstr "Lösche ausgewählte Elemente"
 
-#: ui.c:551
+#: ui.c:549
 msgid "Clear WHOLE database"
 msgstr "Lösche GESAMTE Datenbank"
 
-#: ui.c:579
+#: ui.c:578
 msgid "Search hit bottom, continuing at top"
 msgstr "Suche hat das Ende erreicht, weiter am Anfang"
 
 # Why 'y', and not 'j'?
 # c-format
-#: ui.c:604
+#: ui.c:603
 #, c-format
 msgid "Your current data will be lost - Press '%c' to continue"
 msgstr "Die aktuellen Daten sind verloren - Drücke '%c' um fortzufahren"
 
 # instead: Drucke alle (a), drucke ausgewählte (s), oder abbrechen (c)?
-#: ui.c:629
+#: ui.c:628
 msgid "Print <a>ll, print <s>elected, or <c>ancel?"
 msgstr "Drucke <a>lle, drucke au<s>gewählte oder bri<c>h ab?"
 
-#: ui.c:635
+#: ui.c:634
 msgid "No selected items"
 msgstr "Keine Elemente ausgewählt"
 
-#: ui.c:661
+#: ui.c:660
 msgid "File to open: "
 msgstr "Öffne Datei: "
 
-#: ui.c:671
+#: ui.c:670
 msgid "Save current database"
 msgstr "Speichere aktuelle Datenbank"
 
-#: ui.c:679
+#: ui.c:678
 msgid "Sorry, the specified file appears not to be a valid abook addressbook"
 msgstr ""
 "Die angegebene Datei scheint leider kein gültiges abook Adressbuch zu sein"
+
+#: views.c:87
+msgid "undeclared field"
+msgstr ""
+
+#: views.c:92
+msgid "maximal number of fields per view reached"
+msgstr ""
+
+#: views.c:95
+msgid "field already in this view"
+msgstr ""
+
+#: views.c:139
+msgid "CONTACT"
+msgstr "KONTAKT"
+
+#: views.c:140
+msgid "ADDRESS"
+msgstr "ADRESSE"
+
+#: views.c:142
+#, fuzzy
+msgid "PHONE"
+msgstr "TELEFON"
+
+#: views.c:143
+#, fuzzy
+msgid "OTHER"
+msgstr "ANDERE"
+
+#: views.c:165 views.c:166 views.c:167 views.c:168 views.c:169
+#, fuzzy
+msgid "CUSTOM"
+msgstr "BENUTZER"
+
+#: views.c:165
+msgid "Custom1"
+msgstr "Benutzer1"
+
+#: views.c:166
+msgid "Custom2"
+msgstr "Benutzer2"
+
+#: views.c:167
+msgid "Custom3"
+msgstr "Benutzer3"
+
+#: views.c:168
+msgid "Custom4"
+msgstr "Benutzer4"
+
+#: views.c:169
+msgid "Custom5"
+msgstr "Benutzer5"
+
+#~ msgid "?:help c:contact a:address p:phone o:other"
+#~ msgstr "?:Hilfe c:Kontakt a:Adresse p:Telefon o:Andere"
+
+#~ msgid "invalid custom field number"
+#~ msgstr "ungültige benutzerdefinierte Feldnummer"
index b20be05abc22399c6ab66e0b0be3325f33e6c819..c4f7fceec943e879c522980abe36ba9bf8de2b87 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: abook\n"
 "Report-Msgid-Bugs-To: <cedricduval+abook@free.fr>\n"
-"POT-Creation-Date: 2005-10-17 13:34+0300\n"
+"POT-Creation-Date: 2005-11-29 10:08+0200\n"
 "PO-Revision-Date: 2005-10-03 10:53+0200\n"
 "Last-Translator: Cedric Duval <cedricduval+abook@free.fr>\n"
 "Language-Team: french\n"
@@ -15,50 +15,50 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: abook.c:91
+#: abook.c:93
 #, c-format
 msgid "Cannot create directory %s\n"
 msgstr "Impossible de créer le répertoire %s\n"
 
-#: abook.c:97
+#: abook.c:99
 #, c-format
 msgid "%s is not a directory\n"
 msgstr "%s n'est pas un répertoire\n"
 
-#: abook.c:115
+#: abook.c:117
 #, c-format
 msgid "Memory allocation failure: %s\n"
 msgstr "Erreur d'allocation mémoire: %s\n"
 
-#: abook.c:126
+#: abook.c:128
 #, c-format
 msgid "Press enter to continue...\n"
 msgstr "Appuyez sur entrée pour continuer...\n"
 
-#: abook.c:138
+#: abook.c:141
 #, c-format
 msgid "File %s is not writeable"
 msgstr "Impossible d'écrire dans le fichier %s"
 
-#: abook.c:143
+#: abook.c:146
 msgid "If you continue all changes will be lost. Do you want to continue?"
 msgstr ""
 "En continuant vos modifications seront perdues. Voulez-vous continuer ?"
 
-#: abook.c:162
+#: abook.c:165
 msgid "Save database"
 msgstr "Sauvegarder la base de données"
 
-#: abook.c:164
+#: abook.c:167
 msgid "Quit without saving"
 msgstr "Quitter sans sauvegarder"
 
-#: abook.c:218
+#: abook.c:223
 #, c-format
 msgid "%s is not a valid HOME directory\n"
 msgstr "%s n'est pas un répertoire personnel (HOME) valide\n"
 
-#: abook.c:249
+#: abook.c:254
 #, c-format
 msgid ""
 "Cannot combine options --mutt-query, --convert, --add-email or --add-email-"
@@ -67,35 +67,35 @@ msgstr ""
 "Impossible de combiner les options --mutt-query, --convert, --add-email ou --"
 "add-email-quiet\n"
 
-#: abook.c:280
+#: abook.c:285
 #, c-format
 msgid "please use option --%s after --convert option\n"
 msgstr "Veuillez utiliser l'option --%s après l'option --convert\n"
 
-#: abook.c:379
+#: abook.c:384
 #, c-format
 msgid "%s: unrecognized arguments on command line\n"
 msgstr "%s: paramètres de ligne de commande non reconnus\n"
 
-#: abook.c:401
+#: abook.c:406
 msgid "     -h\t--help\t\t\t\tshow usage"
 msgstr "     -h\t--help\t\t\t\tmontrer l'utilisation"
 
-#: abook.c:402
+#: abook.c:407
 msgid "     -C\t--config\t<file>\t\tuse an alternative configuration file"
 msgstr ""
 "     -C\t--config\t<fichier>\tutiliser un fichier de configuration\n"
 "\t\t\t\t\talternatif"
 
-#: abook.c:403
+#: abook.c:408
 msgid "\t--datafile\t<file>\t\tuse an alternative addressbook file"
 msgstr "\t--datafile\t<fichier>\tutiliser un autre carnet d'adresses"
 
-#: abook.c:404
+#: abook.c:409
 msgid "\t--mutt-query\t<string>\tmake a query for mutt"
 msgstr "\t--mutt-query\t<chaine>\teffectuer une requête pour mutt"
 
-#: abook.c:405
+#: abook.c:410
 msgid ""
 "\t--add-email\t\t\tread an e-mail message from stdin and\n"
 "\t\t\t\t\tadd the sender to the addressbook"
@@ -104,7 +104,7 @@ msgstr ""
 "\t\t\t\t\tl'entrée standard et ajouter\n"
 "\t\t\t\t\tl'expéditeur au carnet d'adresses"
 
-#: abook.c:409
+#: abook.c:414
 msgid ""
 "\t--add-email-quiet\t\tsame as --add-email but doesn't\n"
 "\t\t\t\t\trequire to confirm adding"
@@ -112,66 +112,66 @@ msgstr ""
 "\t--add-email-quiet\t\tcomme --add-email mais sans nécessité de confirmer\n"
 "\t\t\t\t\tl'ajout"
 
-#: abook.c:413
+#: abook.c:418
 msgid "\t--convert\t\t\tconvert address book files"
 msgstr "\t--convert\t\t\tconvertir des carnets d'adresses"
 
-#: abook.c:414
+#: abook.c:419
 msgid "\toptions to use with --convert:"
 msgstr "\toptions à utiliser avec --convert :"
 
-#: abook.c:415
+#: abook.c:420
 msgid "\t--informat\t<format>\tformat for input file"
 msgstr "\t--informat\t<format>\tformat du fichier source"
 
-#: abook.c:416
+#: abook.c:421
 msgid "\t\t\t\t\t(default: abook)"
 msgstr "\t\t\t\t\t(défaut: abook)"
 
-#: abook.c:417
+#: abook.c:422
 msgid "\t--infile\t<file>\t\tsource file"
 msgstr "\t--infile\t<file>\t\tfichier source"
 
-#: abook.c:418
+#: abook.c:423
 msgid "\t\t\t\t\t(default: stdin)"
 msgstr "\t\t\t\t\t(défaut: entrée standard)"
 
-#: abook.c:419
+#: abook.c:424
 msgid "\t--outformat\t<format>\tformat for output file"
 msgstr "\t--outformat\t<format>\tformat du fichier de destination"
 
-#: abook.c:420
+#: abook.c:425
 msgid "\t\t\t\t\t(default: text)"
 msgstr "\t\t\t\t\t(défaut: texte)"
 
-#: abook.c:421
+#: abook.c:426
 msgid "\t--outfile\t<file>\t\tdestination file"
 msgstr "\t--outfile\t<file>\t\tfichier de destination"
 
-#: abook.c:422
+#: abook.c:427
 msgid "\t\t\t\t\t(default: stdout)"
 msgstr "\t\t\t\t\t(défaut: sortie standard)"
 
-#: abook.c:423
+#: abook.c:428
 msgid "\t--formats\t\t\tlist available formats"
 msgstr "\t--formats\t\t\tlister les formats disponibles"
 
-#: abook.c:494
+#: abook.c:497
 #, c-format
 msgid "Cannot open database\n"
 msgstr "Impossible d'ouvrir la base de données\n"
 
-#: abook.c:620
+#: abook.c:623
 #, c-format
 msgid "too few arguments to make conversion\n"
 msgstr "trop peu de paramètres pour effectuer la conversion\n"
 
-#: abook.c:621
+#: abook.c:624
 #, c-format
 msgid "try --help\n"
 msgstr "essayez --help\n"
 
-#: abook.c:626
+#: abook.c:629
 #, c-format
 msgid ""
 "input and output formats are the same\n"
@@ -180,46 +180,46 @@ msgstr ""
 "la source et la destination sont identiques\n"
 "arrêt...\n"
 
-#: abook.c:639
+#: abook.c:643
 #, c-format
 msgid "input format %s not supported\n"
 msgstr "le format source %s n'est pas supporté\n"
 
-#: abook.c:643
+#: abook.c:647
 #, c-format
 msgid "cannot read file %s\n"
 msgstr "Impossible de lire le fichier %s\n"
 
-#: abook.c:652
+#: abook.c:656
 #, c-format
 msgid "output format %s not supported\n"
 msgstr "le format de destination %s n'est pas supporté\n"
 
-#: abook.c:658
+#: abook.c:662
 #, c-format
 msgid "cannot write file %s\n"
 msgstr "impossible d'écrire le fichier %s\n"
 
-#: abook.c:679
+#: abook.c:683
 #, c-format
 msgid "cannot open %s\n"
 msgstr "impossible d'ouvrir %s\n"
 
-#: abook.c:682
+#: abook.c:686
 #, c-format
 msgid "%d item(s) added to %s\n"
 msgstr "%d entrées ajoutées à %s\n"
 
-#: abook.c:684
+#: abook.c:688
 msgid "Valid sender address not found"
 msgstr "Aucune adresse d'expéditeur valide trouvée"
 
-#: abook.c:724
+#: abook.c:728
 #, c-format
 msgid "Address %s already in addressbook\n"
 msgstr "L'adresse %s figure déjà dans le carnet d'adresses\n"
 
-#: abook.c:734
+#: abook.c:738
 #, c-format
 msgid ""
 "cannot open /dev/tty\n"
@@ -228,20 +228,20 @@ msgstr ""
 "impossible d'ouvrir /dev/tty\n"
 "peut-être souhaiter-vous utiliser --add-email-quiet\n"
 
-#: abook.c:740
+#: abook.c:744
 #, c-format
 msgid "Add \"%s <%s>\" to %s? (%c/%c)\n"
 msgstr "Ajouter \"%s <%s>\" à %s ? (%c/%c)\n"
 
-#: abook.c:744 abook.c:751 ui.c:344 ui.c:606
+#: abook.c:748 abook.c:755 ui.c:343 ui.c:605
 msgid "keybinding for yes|y"
 msgstr "o"
 
-#: abook.c:745 abook.c:747 ui.c:342
+#: abook.c:749 abook.c:751 ui.c:341
 msgid "keybinding for no|n"
 msgstr "n"
 
-#: abook.c:771
+#: abook.c:776
 #, c-format
 msgid "stdin is a directory or cannot stat stdin\n"
 msgstr "stdin est un répertoire, ou impossible d'en quérir son état\n"
@@ -250,224 +250,238 @@ msgstr "stdin est un répertoire, ou impossible d'en quérir son état\n"
 msgid "q:quit  ?:help  a:add  r:remove"
 msgstr "q:quitter ?:aide a:ajouter r:supprimer"
 
-#: database.c:57
+#: database.c:45
 msgid "Name"
 msgstr "Nom"
 
-#: database.c:58
-msgid "E-mails"
-msgstr "Emails"
+#: database.c:46
+#, fuzzy
+msgid "E-mail addresses"
+msgstr "Adresses email:"
 
-#: database.c:59
+#: database.c:47
 msgid "Address"
 msgstr "Adresse"
 
-#: database.c:60
+#: database.c:48
 msgid "Address2"
 msgstr "Adresse2"
 
-#: database.c:61
+#: database.c:49
 msgid "City"
 msgstr "Ville"
 
-#: database.c:62
+#: database.c:50
 msgid "State/Province"
 msgstr "État/Province"
 
-#: database.c:63
+#: database.c:51
 msgid "ZIP/Postal Code"
 msgstr "Code postal"
 
-#: database.c:64
+#: database.c:52
 msgid "Country"
 msgstr "Pays"
 
-#: database.c:65
+#: database.c:53
 msgid "Home Phone"
 msgstr "Téléphone domicile"
 
-#: database.c:66
+#: database.c:54
 msgid "Work Phone"
 msgstr "Téléphone travail"
 
-#: database.c:67
+#: database.c:55
 msgid "Fax"
 msgstr "Fax"
 
-#: database.c:68
+#: database.c:56
 msgid "Mobile"
 msgstr "Portable"
 
-#: database.c:69
+#: database.c:57
 msgid "Nickname/Alias"
 msgstr "Surnom/Pseudo"
 
-#: database.c:70
+#: database.c:58
 msgid "URL"
 msgstr "URL"
 
-#: database.c:71
+#: database.c:59
 msgid "Notes"
 msgstr "Notes"
 
-#: database.c:72
-msgid "Custom1"
-msgstr "Personnalisé1"
-
-#: database.c:73
-msgid "Custom2"
-msgstr "Personnalisé2"
+#: database.c:60
+msgid "Anniversary day"
+msgstr ""
 
-#: database.c:74
-msgid "Custom3"
-msgstr "Personnalisé3"
+#: database.c:164
+msgid "field already defined"
+msgstr ""
 
-#: database.c:75
-msgid "Custom4"
-msgstr "Personnalisé4"
+#: database.c:168
+msgid "standard field does not need to be declared"
+msgstr ""
 
-#: database.c:76
-msgid "Custom5"
-msgstr "Personnalisé5"
+#: database.c:183
+#, fuzzy
+msgid "unknown type"
+msgstr "option inconnue"
 
-#: database.c:406
+#: database.c:589
 msgid "Invalid field value defined in configuration"
 msgstr "Valeur de champ invalide définie dans la configuration"
 
-#: edit.c:44
-msgid "CONTACT"
-msgstr "CONTACT"
+#: database.c:592
+#, fuzzy
+msgid "Invalid field value for sorting"
+msgstr "Valeur de champ invalide définie dans la configuration"
 
-#: edit.c:45
-msgid "ADDRESS"
-msgstr "ADRESSE"
+# Comment traduire 'tab' ?
+#: edit.c:51
+msgid "Tab name too wide for screen"
+msgstr "Intitulé de \"tab\" trop large pour l'écran"
 
-#: edit.c:46
-msgid " PHONE "
-msgstr "TÉLÉPHONE"
+#: edit.c:330
+msgid "keybindings_new_123456789|n123456789"
+msgstr ""
 
-#: edit.c:47
-msgid " OTHER "
-msgstr "AUTRE"
+#: edit.c:332
+#, c-format
+msgid "Choose %s to modify (<1>%s%c%s%s."
+msgstr ""
 
-#: edit.c:48
-msgid "CUSTOM "
-msgstr "PERSONNALISÉ"
+#: edit.c:333
+#, fuzzy
+msgid "email"
+msgstr "Emails"
 
-# Comment traduire 'tab' ?
-#: edit.c:57
-msgid "Tab name too wide for screen"
-msgstr "Intitulé de \"tab\" trop large pour l'écran"
+#: edit.c:333
+msgid "item"
+msgstr ""
 
-#: edit.c:219
-msgid "E-mail addresses:"
-msgstr "Adresses email:"
+#: edit.c:338
+msgid " or <n>ew"
+msgstr ""
+
+#: edit.c:356
+#, fuzzy
+msgid "E-mail: "
+msgstr "Emails"
+
+#: edit.c:356
+msgid "Item: "
+msgstr ""
+
+#: edit.c:439
+msgid "sorry, input for this field type is not yet implemented"
+msgstr ""
 
 #: edit.h:13
-msgid "?:help c:contact a:address p:phone o:other"
-msgstr "?:aide c:contact a:adresse p:téléphone o:autre"
+msgid "?:help q:quit editor"
+msgstr ""
 
-#: filter.c:71 filter.c:82
+#: filter.c:70 filter.c:81
 msgid "abook native format"
 msgstr "format natif abook"
 
-#: filter.c:72
+#: filter.c:71
 msgid "ldif / Netscape addressbook"
 msgstr "ldif / carnet d'adresses Netscape"
 
-#: filter.c:73 filter.c:84
+#: filter.c:72 filter.c:83
 msgid "mutt alias"
 msgstr "alias mutt"
 
-#: filter.c:74 filter.c:86
+#: filter.c:73 filter.c:85
 msgid "pine addressbook"
 msgstr "carnet d'adresses pine"
 
-#: filter.c:75 filter.c:88
+#: filter.c:74 filter.c:87
 msgid "comma separated values"
 msgstr "valeurs délimitées par des virgules"
 
-#: filter.c:76 filter.c:89
+#: filter.c:75 filter.c:88
 msgid "comma separated values (all fields)"
 msgstr "valeurs délimitées par des virgules (tous les champs)"
 
-#: filter.c:77 filter.c:90
+#: filter.c:76 filter.c:89
 msgid "Palm comma separated values"
 msgstr "valeur délimitées par des virgules, format Palm"
 
-#: filter.c:83
+#: filter.c:82
 msgid "ldif / Netscape addressbook (.4ld)"
 msgstr "ldif / carnet d'adresses Netscape (.41d)"
 
-#: filter.c:85
+#: filter.c:84
 msgid "html document"
 msgstr "document html"
 
-#: filter.c:87
+#: filter.c:86
 msgid "GnomeCard (VCard) addressbook"
 msgstr "carnet d'adresses GnomCard (VCard)"
 
-#: filter.c:91
+#: filter.c:90
 msgid "elm alias"
 msgstr "alias elm"
 
-#: filter.c:92
+#: filter.c:91
 msgid "plain text"
 msgstr "texte simple"
 
-#: filter.c:93
+#: filter.c:92
 msgid "Wanderlust address book"
 msgstr "carnet d'adresses Wanderlust"
 
-#: filter.c:94
+#: filter.c:93
 msgid "Spruce address book"
 msgstr "carnet d'adresses Spruce"
 
-#: filter.c:107
+#: filter.c:106
 msgid "input:"
 msgstr "entrée:"
 
-#: filter.c:114
+#: filter.c:113
 msgid "output:"
 msgstr "sortie:"
 
-#: filter.c:179
+#: filter.c:178
 msgid "import database"
 msgstr "importer la base de données"
 
-#: filter.c:181 filter.c:298
+#: filter.c:180 filter.c:297
 msgid "please select a filter"
 msgstr "veuiller choisir un filtre"
 
-#: filter.c:189 filter.c:306
+#: filter.c:188 filter.c:305
 msgid "x -\tcancel"
 msgstr "x - \tannuler"
 
-#: filter.c:210 filter.c:344
+#: filter.c:209 filter.c:343
 msgid "Filename: "
 msgstr "Nom de fichier: "
 
-#: filter.c:217
+#: filter.c:216
 msgid "Error occured while opening the file"
 msgstr "Une erreur est survenue à l'ouverture du fichier"
 
-#: filter.c:219
+#: filter.c:218
 msgid "File does not seem to be a valid addressbook"
 msgstr "Le fichier spécifié ne semble pas être un carnet d'adresses valide"
 
-#: filter.c:296
+#: filter.c:295
 msgid "export database"
 msgstr "exporter la base de données"
 
-#: filter.c:329
+#: filter.c:328
 msgid "Export <a>ll, export <s>elected, or <c>ancel?"
 msgstr "Exporter <t>out, exporter les entrées <s>électionnées, ou <a>nnuler ?"
 
-#: filter.c:330 ui.c:629
+#: filter.c:329 ui.c:628
 msgid "keybindings:all/selected/cancel|asc"
 msgstr "tsa"
 
-#: filter.c:351
+#: filter.c:350
 msgid "Error occured while exporting"
 msgstr "Une erreur est survenue lors de l'exportation"
 
@@ -596,123 +610,238 @@ msgid "\tu\t\tview URL with web browser\n"
 msgstr "\tu\t\tvisualiser l'URL avec un navigateur web\n"
 
 #: help.h:55
-msgid "\ta,c,p,o,C/arrows/h,l\tchange tab\n"
+#, fuzzy
+msgid "\tarrows/h,l\t\tchange tab\n"
 msgstr "\ta,c,p,o,C/flèches/h,l\tchanger de \"tab\"\n"
 
 #: help.h:57
-msgid "\t1 - 5\t\t\tedit fields\n"
-msgstr "\t1 - 5\t\t\téditer les champs\n"
+#, fuzzy
+msgid "\tq\t\t\tquit to main screen\n"
+msgstr "\tQ\t\tquitter sans sauvegarder\n"
 
 #: help.h:59
+#, fuzzy
+msgid "\t1 - 5 A - Z\t\tedit fields\n"
+msgstr "\t1 - 5\t\t\téditer les champs\n"
+
+#: help.h:61
 msgid "\tk or <\t\t\tprevious item\n"
 msgstr "\tk ou <\t\t\tentrée précédente\n"
 
-#: help.h:60
+#: help.h:62
 msgid "\tj or >\t\t\tnext item\n"
 msgstr "\tj ou >\t\t\tentrée suivante\n"
 
-#: help.h:62
-msgid "\tr\t\t\troll e-mail addresses\n"
+#: help.h:64
+#, fuzzy
+msgid "\tr\t\t\troll e-mail addresses up\n"
 msgstr "\tr\t\t\tenrouler les adresses email\n"
 
-#: help.h:64
+#: help.h:65
+#, fuzzy
+msgid "\tESC-r\t\t\troll e-mail addresses down\n"
+msgstr "\tr\t\t\tenrouler les adresses email\n"
+
+#: help.h:67
 msgid "\tu\t\t\tundo\n"
 msgstr "\tu\t\t\tdéfaire\n"
 
-#: help.h:66
+#: help.h:69
 msgid "\tm\t\t\tsend mail with mutt\n"
 msgstr "\tm\t\t\tenvoyer un courrier électronique avec mutt\n"
 
-#: help.h:67
+#: help.h:70
 msgid "\tv\t\t\tview url with web browser\n"
 msgstr "\tv\t\t\tvisualiser l'URL avec un navigateur web\n"
 
-#: options.c:240 options.c:259
+#: options.c:254
+msgid "quote mismatch"
+msgstr ""
+
+#: options.c:260
+msgid "no assignment character found"
+msgstr ""
+
+#: options.c:263
+#, fuzzy
+msgid "error in comma separated list"
+msgstr "valeurs délimitées par des virgules"
+
+#: options.c:292 options.c:311
 msgid "invalid value"
 msgstr "valeur invalide"
 
-#: options.c:278
+#: options.c:329
+msgid "unknown option"
+msgstr "option inconnue"
+
+#: options.c:341
+#, c-format
+msgid ""
+"valid values for the 'preserve_fields' option are 'all', "
+"'standard' (default), and 'none'\n"
+msgstr ""
+
+#: options.c:350
+#, c-format
+msgid ""
+"valid values for the 'address_style' option are 'eu' (default), 'uk', and "
+"'us'\n"
+msgstr ""
+
+#: options.c:372
 msgid "invalid value assignment"
 msgstr "affectation de valeur invalide"
 
-#: options.c:286
-msgid "unknown option"
-msgstr "option inconnue"
+#: options.c:380
+msgid ""
+"customfield: obsolete command - please use the 'field' and 'view' commands "
+"instead"
+msgstr ""
+
+#: options.c:398
+msgid "no view name provided"
+msgstr ""
+
+#: options.c:428
+msgid "no field identifier provided"
+msgstr ""
 
-#: options.c:311
-msgid "invalid custom field number"
-msgstr "numéro de champ personnalisé invalide"
+#: options.c:434
+msgid "no field name provided"
+msgstr ""
 
-#: options.c:358
+#: options.c:490
 #, c-format
 msgid "%s: parse error at line %d: "
 msgstr "%s: erreur d'analyse lexicale à la ligne %d:"
 
-#: options.c:362
+#: options.c:494
 #, c-format
 msgid "unknown token %s\n"
 msgstr "symbole inconnu %s\n"
 
-#: ui.c:146
+#: ui.c:145
 #, c-format
 msgid "Your terminal size is %dx%d\n"
 msgstr "La taille de votre terminal est de %dx%d\n"
 
-#: ui.c:147
+#: ui.c:146
 #, c-format
 msgid "Terminal is too small. Minimum terminal size for abook is %dx%d\n"
 msgstr "Terminal trop petit. Taille minimale de terminal pour abook: %dx%d\n"
 
-#: ui.c:333
+#: ui.c:332
 msgid " (Y/n)?"
 msgstr " (O/n) ?"
 
-#: ui.c:333
+#: ui.c:332
 msgid " (y/N)?"
 msgstr " (o/N) ?"
 
-#: ui.c:411
+#: ui.c:410
 msgid "help"
 msgstr "aide"
 
-#: ui.c:420
+#: ui.c:419
 msgid "Press any key to continue..."
 msgstr "Appuyez sur une touche pour continuer..."
 
-#: ui.c:541
+#: ui.c:539
 msgid "Remove selected item(s)"
 msgstr "Supprimer les entrées sélectionnées"
 
-#: ui.c:551
+#: ui.c:549
 msgid "Clear WHOLE database"
 msgstr "Effacer ENTIÈREMENT la base de données"
 
-#: ui.c:579
+#: ui.c:578
 msgid "Search hit bottom, continuing at top"
 msgstr "La recherche a atteint la fin, poursuite au début"
 
-#: ui.c:604
+#: ui.c:603
 #, c-format
 msgid "Your current data will be lost - Press '%c' to continue"
 msgstr "Vos données actuelles seront perdues - Appuyez sur '%c' pour continuer"
 
-#: ui.c:629
+#: ui.c:628
 msgid "Print <a>ll, print <s>elected, or <c>ancel?"
 msgstr "Imprimer <t>out, imprimer les entrées <s>électionnées, ou <a>nnuler ?"
 
-#: ui.c:635
+#: ui.c:634
 msgid "No selected items"
 msgstr "Pas d'entrée sélectionnée"
 
-#: ui.c:661
+#: ui.c:660
 msgid "File to open: "
 msgstr "Fichier à ouvrir: "
 
-#: ui.c:671
+#: ui.c:670
 msgid "Save current database"
 msgstr "Sauvegarder la base de données"
 
-#: ui.c:679
+#: ui.c:678
 msgid "Sorry, the specified file appears not to be a valid abook addressbook"
 msgstr ""
 "Désolé, le fichier spécifié ne semble pas être un carnet d'adresses valide"
+
+#: views.c:87
+msgid "undeclared field"
+msgstr ""
+
+#: views.c:92
+msgid "maximal number of fields per view reached"
+msgstr ""
+
+#: views.c:95
+msgid "field already in this view"
+msgstr ""
+
+#: views.c:139
+msgid "CONTACT"
+msgstr "CONTACT"
+
+#: views.c:140
+msgid "ADDRESS"
+msgstr "ADRESSE"
+
+#: views.c:142
+#, fuzzy
+msgid "PHONE"
+msgstr "TÉLÉPHONE"
+
+#: views.c:143
+#, fuzzy
+msgid "OTHER"
+msgstr "AUTRE"
+
+#: views.c:165 views.c:166 views.c:167 views.c:168 views.c:169
+#, fuzzy
+msgid "CUSTOM"
+msgstr "PERSONNALISÉ"
+
+#: views.c:165
+msgid "Custom1"
+msgstr "Personnalisé1"
+
+#: views.c:166
+msgid "Custom2"
+msgstr "Personnalisé2"
+
+#: views.c:167
+msgid "Custom3"
+msgstr "Personnalisé3"
+
+#: views.c:168
+msgid "Custom4"
+msgstr "Personnalisé4"
+
+#: views.c:169
+msgid "Custom5"
+msgstr "Personnalisé5"
+
+#~ msgid "?:help c:contact a:address p:phone o:other"
+#~ msgstr "?:aide c:contact a:adresse p:téléphone o:autre"
+
+#~ msgid "invalid custom field number"
+#~ msgstr "numéro de champ personnalisé invalide"
index 74e9c9a7c61fedfb9e103596b649754b9f201095..a9111949b08571c2cced11ba21a234f74c434585 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.5.5\n"
 "Report-Msgid-Bugs-To: <cedricduval+abook@free.fr>\n"
-"POT-Creation-Date: 2005-10-17 13:34+0300\n"
+"POT-Creation-Date: 2005-11-29 10:08+0200\n"
 "PO-Revision-Date: 2005-10-18 18:10+0200\n"
 "Last-Translator: TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>\n"
 "Language-Team: japanese\n"
@@ -13,84 +13,86 @@ msgstr ""
 "Content-Type: text/plain; charset=euc-jp\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: abook.c:91
+#: abook.c:93
 #, c-format
 msgid "Cannot create directory %s\n"
 msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤¬ºîÀ®¤Ç¤­¤Þ¤»¤ó\n"
 
-#: abook.c:97
+#: abook.c:99
 #, c-format
 msgid "%s is not a directory\n"
 msgstr "%s ¤Ï¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n"
 
-#: abook.c:115
+#: abook.c:117
 #, c-format
 msgid "Memory allocation failure: %s\n"
 msgstr "¥á¥â¥ê¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n"
 
-#: abook.c:126
+#: abook.c:128
 #, c-format
 msgid "Press enter to continue...\n"
 msgstr "³¤±¤ë¤Ë¤Ï Enter ¥­¡¼¤ò...\n"
 
-#: abook.c:138
+#: abook.c:141
 #, c-format
 msgid "File %s is not writeable"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ï½ñ¤­¹þ¤ßÉÔ²Äǽ¤Ç¤¹"
 
-#: abook.c:143
+#: abook.c:146
 msgid "If you continue all changes will be lost. Do you want to continue?"
 msgstr "¤³¤Î¤Þ¤Þ¤À¤ÈÊѹ¹ÅÀ¤¬¤¹¤Ù¤Æ¾Ã¤¨¤Æ¤·¤Þ¤¤¤Þ¤¹¤¬¡¢Â³¤±¤Æ¤â¤è¤í¤·¤¤¤Ç¤¹¤«?"
 
-#: abook.c:162
+#: abook.c:165
 msgid "Save database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÊݸ"
 
-#: abook.c:164
+#: abook.c:167
 msgid "Quit without saving"
 msgstr "Êݸ¤»¤º¤Ë½ªÎ»"
 
-#: abook.c:218
+#: abook.c:223
 #, c-format
 msgid "%s is not a valid HOME directory\n"
 msgstr "%s ¤ÏÀµ¤·¤¤ HOME ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n"
 
-#: abook.c:249
+#: abook.c:254
 #, c-format
 msgid ""
 "Cannot combine options --mutt-query, --convert, --add-email or --add-email-"
 "quiet\n"
-msgstr "¼¡¤Î¥ª¥×¥·¥ç¥ó¤òƱ»þ¤ËÊ£¿ô»ÈÍѤ¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó: --mutt-query, --convert, --add-email, --add-email-quiet\n"
+msgstr ""
+"¼¡¤Î¥ª¥×¥·¥ç¥ó¤òƱ»þ¤ËÊ£¿ô»ÈÍѤ¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó: --mutt-query, --convert, "
+"--add-email, --add-email-quiet\n"
 
-#: abook.c:280
+#: abook.c:285
 #, c-format
 msgid "please use option --%s after --convert option\n"
 msgstr "--%s ¥ª¥×¥·¥ç¥ó¤Ï --convert ¥ª¥×¥·¥ç¥ó¤Î¸å¤Ë»ØÄꤷ¤Æ¤¯¤À¤µ¤¤\n"
 
-#: abook.c:379
+#: abook.c:384
 #, c-format
 msgid "%s: unrecognized arguments on command line\n"
 msgstr "%s: Ç§¼±¤Ç¤­¤Ê¤¤¥³¥Þ¥ó¥É¥é¥¤¥ó°ú¿ô¤Ç¤¹\n"
 
-#: abook.c:401
+#: abook.c:406
 msgid "     -h\t--help\t\t\t\tshow usage"
 msgstr "     -h\t--help\t\t\t\t»ÈÍÑÊýË¡"
 
-#: abook.c:402
+#: abook.c:407
 msgid "     -C\t--config\t<file>\t\tuse an alternative configuration file"
-msgstr "     -C\t--config\t<¥Õ¥¡¥¤¥ë>\t\tÄ̾ï¤Î¾ì½ê°Ê³°¤Ë¤¢¤ëÀßÄê¥Õ¥¡¥¤¥ë¤ò»È¤¦"
-
+msgstr ""
+"     -C\t--config\t<¥Õ¥¡¥¤¥ë>\t\tÄ̾ï¤Î¾ì½ê°Ê³°¤Ë¤¢¤ëÀßÄê¥Õ¥¡¥¤¥ë¤ò»È¤¦"
 
-#: abook.c:403
+#: abook.c:408
 msgid "\t--datafile\t<file>\t\tuse an alternative addressbook file"
-msgstr "\t--datafile\t<¥Õ¥¡¥¤¥ë>\t\tÄ̾ï¤Î¾ì½ê°Ê³°¤Ë¤¢¤ë¥¢¥É¥ì¥¹Ä¢¥Õ¥¡¥¤¥ë¤ò»È¤¦"
+msgstr ""
+"\t--datafile\t<¥Õ¥¡¥¤¥ë>\t\tÄ̾ï¤Î¾ì½ê°Ê³°¤Ë¤¢¤ë¥¢¥É¥ì¥¹Ä¢¥Õ¥¡¥¤¥ë¤ò»È¤¦"
 
-#: abook.c:404
+#: abook.c:409
 msgid "\t--mutt-query\t<string>\tmake a query for mutt"
 msgstr "\t--mutt-query\t<ʸ»úÎó>\tÌ䤤¹ç¤ï¤»¤ËÂФ·¤Æ mutt ÍѤËÀ°·Á½ÐÎϤ¹¤ë"
 
-
-#: abook.c:405
+#: abook.c:410
 msgid ""
 "\t--add-email\t\t\tread an e-mail message from stdin and\n"
 "\t\t\t\t\tadd the sender to the addressbook"
@@ -98,7 +100,7 @@ msgstr ""
 "\t--add-email\t\t\t¥á¡¼¥ë¤òɸ½àÆþÎϤ«¤éÆɤ߽Ф·¤Æ\n"
 "\t\t\t\t\t¤½¤Îº¹½Ð¿Í¤ò¥¢¥É¥ì¥¹Ä¢¤ËÄɲ乤ë"
 
-#: abook.c:409
+#: abook.c:414
 msgid ""
 "\t--add-email-quiet\t\tsame as --add-email but doesn't\n"
 "\t\t\t\t\trequire to confirm adding"
@@ -106,134 +108,136 @@ msgstr ""
 "\t--add-email-quiet\t\t--add-email ¤ÈƱ¤¸¡£¤¿¤À¤·\n"
 "\t\t\t\t\tÄɲ乤ëÁ°¤Ë³Îǧ¤òµá¤á¤Ê¤¤"
 
-#: abook.c:413
+#: abook.c:418
 msgid "\t--convert\t\t\tconvert address book files"
 msgstr "\t--convert\t\t\t¥¢¥É¥ì¥¹Ä¢¥Õ¥¡¥¤¥ë¤ò¾·Á¼°¤ØÊÑ´¹¤¹¤ë"
 
-#: abook.c:414
+#: abook.c:419
 msgid "\toptions to use with --convert:"
 msgstr "\t--convert ¤Ç»È¤¦¥ª¥×¥·¥ç¥ó:"
 
-#: abook.c:415
+#: abook.c:420
 msgid "\t--informat\t<format>\tformat for input file"
 msgstr "\t--informat\t<·Á¼°>\tÊÑ´¹¸µ¥Õ¥¡¥¤¥ë¤Î·Á¼°"
 
-#: abook.c:416
+#: abook.c:421
 msgid "\t\t\t\t\t(default: abook)"
 msgstr "\t\t\t\t\t(´ûÄêÃÍ: abook)"
 
-#: abook.c:417
+#: abook.c:422
 msgid "\t--infile\t<file>\t\tsource file"
 msgstr "\t--infile\t<¥Õ¥¡¥¤¥ë>\t\tÊÑ´¹¸µ¥Õ¥¡¥¤¥ë"
 
-#: abook.c:418
+#: abook.c:423
 msgid "\t\t\t\t\t(default: stdin)"
 msgstr "\t\t\t\t\t(´ûÄêÃÍ: É¸½àÆþÎÏ)"
 
-#: abook.c:419
+#: abook.c:424
 msgid "\t--outformat\t<format>\tformat for output file"
 msgstr "\t--outformat\t<·Á¼°>\t½ÐÎÏÀè¥Õ¥¡¥¤¥ë¤Î·Á¼°"
 
-#: abook.c:420
+#: abook.c:425
 msgid "\t\t\t\t\t(default: text)"
 msgstr "\t\t\t\t\t(´ûÄêÃÍ: text)"
 
-#: abook.c:421
+#: abook.c:426
 msgid "\t--outfile\t<file>\t\tdestination file"
 msgstr "\t--outfile\t<¥Õ¥¡¥¤¥ë>\t\t½ÐÎÏÀè¥Õ¥¡¥¤¥ë"
 
-#: abook.c:422
+#: abook.c:427
 msgid "\t\t\t\t\t(default: stdout)"
 msgstr "\t\t\t\t\t(´ûÄêÃÍ: É¸½à½ÐÎÏ)"
 
-#: abook.c:423
+#: abook.c:428
 msgid "\t--formats\t\t\tlist available formats"
 msgstr "\t--formats\t\t\tÍøÍѲÄǽ¤Ê·Á¼°°ìÍ÷¤òɽ¼¨¤¹¤ë"
 
-#: abook.c:494
+#: abook.c:497
 #, c-format
 msgid "Cannot open database\n"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬³«¤±¤Þ¤»¤ó\n"
 
-#: abook.c:620
+#: abook.c:623
 #, c-format
 msgid "too few arguments to make conversion\n"
 msgstr "ÊÑ´¹¤ËɬÍפʥª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
 
-#: abook.c:621
+#: abook.c:624
 #, c-format
 msgid "try --help\n"
 msgstr "--help ¤ò¤´Í÷¤¯¤À¤µ¤¤\n"
 
-#: abook.c:626
+#: abook.c:629
 #, c-format
 msgid ""
 "input and output formats are the same\n"
 "exiting...\n"
-msgstr "ÆþÎϤȽÐÎϤηÁ¼°¤¬Æ±¤¸¤Ç¤¹\n"
+msgstr ""
+"ÆþÎϤȽÐÎϤηÁ¼°¤¬Æ±¤¸¤Ç¤¹\n"
 "½ªÎ»¤·¤Þ¤¹\n"
 
-#: abook.c:639
+#: abook.c:643
 #, c-format
 msgid "input format %s not supported\n"
 msgstr "ÆþÎÏ·Á¼°¤È¤·¤Æ %s ¤Ï¤´ÍøÍѤ¤¤¿¤À¤±¤Þ¤»¤ó\n"
 
-#: abook.c:643
+#: abook.c:647
 #, c-format
 msgid "cannot read file %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤¬Æɤ߽Ф»¤Þ¤»¤ó\n"
 
-#: abook.c:652
+#: abook.c:656
 #, c-format
 msgid "output format %s not supported\n"
 msgstr "½ÐÎÏ·Á¼°¤È¤·¤Æ %s ¤Ï¤´ÍøÍѤ¤¤¿¤À¤±¤Þ¤»¤ó\n"
 
-#: abook.c:658
+#: abook.c:662
 #, c-format
 msgid "cannot write file %s\n"
 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë½ñ¤­¹þ¤á¤Þ¤»¤ó\n"
 
-#: abook.c:679
+#: abook.c:683
 #, c-format
 msgid "cannot open %s\n"
 msgstr "%s ¤¬³«¤±¤Þ¤»¤ó\n"
 
-#: abook.c:682
+#: abook.c:686
 #, c-format
 msgid "%d item(s) added to %s\n"
 msgstr "%d ¸Ä¤Î¹àÌܤò %s ¤ËÄɲä·¤Þ¤·¤¿\n"
 
-#: abook.c:684
+#: abook.c:688
 msgid "Valid sender address not found"
 msgstr "ǧ¼±²Äǽ¤Êº¹½Ð¿Í¥¢¥É¥ì¥¹¤¬¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿"
 
-#: abook.c:724
+#: abook.c:728
 #, c-format
 msgid "Address %s already in addressbook\n"
 msgstr "¥¢¥É¥ì¥¹ %s ¤Ï´û¤Ë¥¢¥É¥ì¥¹Ä¢¤ËÆþ¤Ã¤Æ¤¤¤Þ¤¹\n"
 
-#: abook.c:734
+#: abook.c:738
 #, c-format
 msgid ""
 "cannot open /dev/tty\n"
 "you may want to use --add-email-quiet\n"
-msgstr "/dev/tty ¤¬³«¤±¤Þ¤»¤ó\n"
+msgstr ""
+"/dev/tty ¤¬³«¤±¤Þ¤»¤ó\n"
 "--add-email-quiet ¤ò¤´ÍøÍѤˤʤä¿Êý¤¬Îɤ¤¤«¤â¤·¤ì¤Þ¤»¤ó\n"
 
-#: abook.c:740
+#: abook.c:744
 #, c-format
 msgid "Add \"%s <%s>\" to %s? (%c/%c)\n"
 msgstr "\"%s <%s>\" ¤ò %s ¤ËÄɲä·¤Þ¤¹¤«? (%c/%c)\n"
 
-#: abook.c:744 abook.c:751 ui.c:344 ui.c:606
+#: abook.c:748 abook.c:755 ui.c:343 ui.c:605
 msgid "keybinding for yes|y"
 msgstr "y"
 
-#: abook.c:745 abook.c:747 ui.c:342
+#: abook.c:749 abook.c:751 ui.c:341
 msgid "keybinding for no|n"
 msgstr "n"
 
-#: abook.c:771
+#: abook.c:776
 #, c-format
 msgid "stdin is a directory or cannot stat stdin\n"
 msgstr "ɸ½àÆþÎϤ¬¥Ç¥£¥ì¥¯¥È¥ê¤«¡¢stat ÉÔ²Äǽ¤Ç¤¹\n"
@@ -242,223 +246,237 @@ msgstr "ɸ
 msgid "q:quit  ?:help  a:add  r:remove"
 msgstr "q:½ªÎ»  ?:¥Ø¥ë¥×  a:Äɲà r:ºï½ü"
 
-#: database.c:57
+#: database.c:45
 msgid "Name"
 msgstr "»á̾"
 
-#: database.c:58
-msgid "E-mails"
-msgstr "¥¢¥É¥ì¥¹"
+#: database.c:46
+#, fuzzy
+msgid "E-mail addresses"
+msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹: "
 
-#: database.c:59
+#: database.c:47
 msgid "Address"
 msgstr "½»½ê"
 
-#: database.c:60
+#: database.c:48
 msgid "Address2"
 msgstr "½»½ê2"
 
-#: database.c:61
+#: database.c:49
 msgid "City"
 msgstr "»ÔĮ¼"
 
-#: database.c:62
+#: database.c:50
 msgid "State/Province"
 msgstr "ÅÔÆ»Éܸ©"
 
-#: database.c:63
+#: database.c:51
 msgid "ZIP/Postal Code"
 msgstr "͹ÊØÈÖ¹æ"
 
-#: database.c:64
+#: database.c:52
 msgid "Country"
 msgstr "¹ñ"
 
-#: database.c:65
+#: database.c:53
 msgid "Home Phone"
 msgstr "¼«ÂðÅÅÏÃ"
 
-#: database.c:66
+#: database.c:54
 msgid "Work Phone"
 msgstr "¿¦¾ìÅÅÏÃ"
 
-#: database.c:67
+#: database.c:55
 msgid "Fax"
 msgstr "Fax"
 
-#: database.c:68
+#: database.c:56
 msgid "Mobile"
 msgstr "·ÈÂÓÅÅÏÃ"
 
-#: database.c:69
+#: database.c:57
 msgid "Nickname/Alias"
 msgstr "ÊÌ̾¡¦Î¬¹æ"
 
-#: database.c:70
+#: database.c:58
 msgid "URL"
 msgstr "URL"
 
-#: database.c:71
+#: database.c:59
 msgid "Notes"
 msgstr "¥á¥â"
 
-#: database.c:72
-msgid "Custom1"
-msgstr "³ÈÄ¥¾ðÊó1"
-
-#: database.c:73
-msgid "Custom2"
-msgstr "³ÈÄ¥¾ðÊó2"
+#: database.c:60
+msgid "Anniversary day"
+msgstr ""
 
-#: database.c:74
-msgid "Custom3"
-msgstr "³ÈÄ¥¾ðÊó3"
+#: database.c:164
+msgid "field already defined"
+msgstr ""
 
-#: database.c:75
-msgid "Custom4"
-msgstr "³ÈÄ¥¾ðÊó4"
+#: database.c:168
+msgid "standard field does not need to be declared"
+msgstr ""
 
-#: database.c:76
-msgid "Custom5"
-msgstr "³ÈÄ¥¾ðÊó5"
+#: database.c:183
+#, fuzzy
+msgid "unknown type"
+msgstr "ÉÔÌÀ¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤¹"
 
-#: database.c:406
+#: database.c:589
 msgid "Invalid field value defined in configuration"
 msgstr "ÉÔÀµ¤Ê¹àÌÜ̾¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: edit.c:44
-msgid "CONTACT"
-msgstr "Ï¢ÍíÀè"
+#: database.c:592
+#, fuzzy
+msgid "Invalid field value for sorting"
+msgstr "ÉÔÀµ¤Ê¹àÌÜ̾¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
 
-#: edit.c:45
-msgid "ADDRESS"
-msgstr " ½»½ê "
+#: edit.c:51
+msgid "Tab name too wide for screen"
+msgstr "¥¿¥Ö̾¤¬²èÌ̤«¤é¤Ï¤ß½Ð¤Þ¤¹"
 
-#: edit.c:46
-msgid " PHONE "
-msgstr " ÅÅÏà"
+#: edit.c:330
+msgid "keybindings_new_123456789|n123456789"
+msgstr ""
 
-#: edit.c:47
-msgid " OTHER "
-msgstr "¤½¤Î¾"
+#: edit.c:332
+#, c-format
+msgid "Choose %s to modify (<1>%s%c%s%s."
+msgstr ""
 
-#: edit.c:48
-msgid "CUSTOM "
-msgstr " ³ÈÄ¥ "
+#: edit.c:333
+#, fuzzy
+msgid "email"
+msgstr "¥¢¥É¥ì¥¹"
 
-#: edit.c:57
-msgid "Tab name too wide for screen"
-msgstr "¥¿¥Ö̾¤¬²èÌ̤«¤é¤Ï¤ß½Ð¤Þ¤¹"
+#: edit.c:333
+msgid "item"
+msgstr ""
 
-#: edit.c:219
-msgid "E-mail addresses:"
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹: "
+#: edit.c:338
+msgid " or <n>ew"
+msgstr ""
+
+#: edit.c:356
+#, fuzzy
+msgid "E-mail: "
+msgstr "¥¢¥É¥ì¥¹"
+
+#: edit.c:356
+msgid "Item: "
+msgstr ""
+
+#: edit.c:439
+msgid "sorry, input for this field type is not yet implemented"
+msgstr ""
 
 #: edit.h:13
-msgid "?:help c:contact a:address p:phone o:other"
-msgstr "?:¥Ø¥ë¥× c:Ï¢ÍíÀè a:½»½ê p:ÅÅÏào:¤½¤Î¾"
+msgid "?:help q:quit editor"
+msgstr ""
 
-#: filter.c:71 filter.c:82
+#: filter.c:70 filter.c:81
 msgid "abook native format"
 msgstr "abook Æȼ«·Á¼°"
 
-#: filter.c:72
+#: filter.c:71
 msgid "ldif / Netscape addressbook"
 msgstr "ldif / Netscape ¥¢¥É¥ì¥¹Ä¢"
 
-#: filter.c:73 filter.c:84
+#: filter.c:72 filter.c:83
 msgid "mutt alias"
 msgstr "mutt alias"
 
-#: filter.c:74 filter.c:86
+#: filter.c:73 filter.c:85
 msgid "pine addressbook"
 msgstr "pine ¥¢¥É¥ì¥¹Ä¢"
 
-#: filter.c:75 filter.c:88
+#: filter.c:74 filter.c:87
 msgid "comma separated values"
 msgstr "¥³¥ó¥Þ¶èÀÚ¤ê¥Æ¥­¥¹¥È"
 
-#: filter.c:76 filter.c:89
+#: filter.c:75 filter.c:88
 msgid "comma separated values (all fields)"
 msgstr "¥³¥ó¥Þ¶èÀÚ¤ê¥Æ¥­¥¹¥È (Á´¹àÌÜ)"
 
-#: filter.c:77 filter.c:90
+#: filter.c:76 filter.c:89
 msgid "Palm comma separated values"
 msgstr "Palm ÍÑ¥³¥ó¥Þ¶èÀÚ¤ê¥Æ¥­¥¹¥È"
 
-#: filter.c:83
+#: filter.c:82
 msgid "ldif / Netscape addressbook (.4ld)"
 msgstr "ldif / Netscape ¥¢¥É¥ì¥¹Ä¢ (.4ld)"
 
-#: filter.c:85
+#: filter.c:84
 msgid "html document"
 msgstr "HTML Ê¸½ñ"
 
-#: filter.c:87
+#: filter.c:86
 msgid "GnomeCard (VCard) addressbook"
 msgstr "GnomeCard (vCard) ¥¢¥É¥ì¥¹Ä¢"
 
-#: filter.c:91
+#: filter.c:90
 msgid "elm alias"
 msgstr "elm alias"
 
-#: filter.c:92
+#: filter.c:91
 msgid "plain text"
 msgstr "¥×¥ì¡¼¥ó¥Æ¥­¥¹¥È"
 
-#: filter.c:93
+#: filter.c:92
 msgid "Wanderlust address book"
 msgstr "Wanderlust ¥¢¥É¥ì¥¹Ä¢"
 
-#: filter.c:94
+#: filter.c:93
 msgid "Spruce address book"
 msgstr "Spruce ¥¢¥É¥ì¥¹Ä¢"
 
-#: filter.c:107
+#: filter.c:106
 msgid "input:"
 msgstr "ÆþÎÏ:"
 
-#: filter.c:114
+#: filter.c:113
 msgid "output:"
 msgstr "½ÐÎÏ:"
 
-#: filter.c:179
+#: filter.c:178
 msgid "import database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¼è¤ê¹þ¤ß"
 
-#: filter.c:181 filter.c:298
+#: filter.c:180 filter.c:297
 msgid "please select a filter"
 msgstr "·Á¼°¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤"
 
-#: filter.c:189 filter.c:306
+#: filter.c:188 filter.c:305
 msgid "x -\tcancel"
 msgstr "x -\tÃæ»ß"
 
-#: filter.c:210 filter.c:344
+#: filter.c:209 filter.c:343
 msgid "Filename: "
 msgstr "¥Õ¥¡¥¤¥ë̾: "
 
-#: filter.c:217
+#: filter.c:216
 msgid "Error occured while opening the file"
 msgstr "¥Õ¥¡¥¤¥ë¤ò³«¤¯ºÝ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
 
-#: filter.c:219
+#: filter.c:218
 msgid "File does not seem to be a valid addressbook"
 msgstr "¥Õ¥¡¥¤¥ë¤¬Àµ¤·¤¤¥¢¥É¥ì¥¹Ä¢¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹"
 
-#: filter.c:296
+#: filter.c:295
 msgid "export database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î½ÐÎÏ"
 
-#: filter.c:329
+#: filter.c:328
 msgid "Export <a>ll, export <s>elected, or <c>ancel?"
 msgstr "½ÐÎÏÂоݠ a:¤¹¤Ù¤Æ  s:ÁªÂòÉôʬ¤Î¤ß  c:Ãæ»ß?"
 
-#: filter.c:330 ui.c:629
+#: filter.c:329 ui.c:628
 msgid "keybindings:all/selected/cancel|asc"
 msgstr "asc"
 
-#: filter.c:351
+#: filter.c:350
 msgid "Error occured while exporting"
 msgstr "½ÐÎÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
 
@@ -583,122 +601,238 @@ msgid "\tu\t\tview URL with web browser\n"
 msgstr "\tu\t\tURL ¤ò¥Ö¥é¥¦¥¶¤Ç±ÜÍ÷¤¹¤ë\n"
 
 #: help.h:55
-msgid "\ta,c,p,o,C/arrows/h,l\tchange tab\n"
+#, fuzzy
+msgid "\tarrows/h,l\t\tchange tab\n"
 msgstr "\ta,c,p,o,C/Ìð°õ/h,l\t¥¿¥Ö¤ÎÊѹ¹\n"
 
 #: help.h:57
-msgid "\t1 - 5\t\t\tedit fields\n"
-msgstr "\t1 - 5\t\t\t¹àÌܤÎÊÔ½¸\n"
+#, fuzzy
+msgid "\tq\t\t\tquit to main screen\n"
+msgstr "\tQ\t\tÊݸ¤»¤º¤Ë½ªÎ»\n"
 
 #: help.h:59
+#, fuzzy
+msgid "\t1 - 5 A - Z\t\tedit fields\n"
+msgstr "\t1 - 5\t\t\t¹àÌܤÎÊÔ½¸\n"
+
+#: help.h:61
 msgid "\tk or <\t\t\tprevious item\n"
 msgstr "\tk,<\t\t\tÁ°¤Î¹àÌÜ\n"
 
-#: help.h:60
+#: help.h:62
 msgid "\tj or >\t\t\tnext item\n"
 msgstr "\tj,>\t\t\t¼¡¤Î¹àÌÜ\n"
 
-#: help.h:62
-msgid "\tr\t\t\troll e-mail addresses\n"
+#: help.h:64
+#, fuzzy
+msgid "\tr\t\t\troll e-mail addresses up\n"
 msgstr "\tr\t\t\t¥á¡¼¥ë¥¢¥É¥ì¥¹¤Î½çÈÖ¤òÊѤ¨¤ë\n"
 
-#: help.h:64
+#: help.h:65
+#, fuzzy
+msgid "\tESC-r\t\t\troll e-mail addresses down\n"
+msgstr "\tr\t\t\t¥á¡¼¥ë¥¢¥É¥ì¥¹¤Î½çÈÖ¤òÊѤ¨¤ë\n"
+
+#: help.h:67
 msgid "\tu\t\t\tundo\n"
 msgstr "\tu\t\t\t¥¢¥ó¥É¥¥ (°ì¤ÄÁ°¤Î¾õÂÖ¤ËÌ᤹)\n"
 
-#: help.h:66
+#: help.h:69
 msgid "\tm\t\t\tsend mail with mutt\n"
 msgstr "\tm\t\t\tMutt ¤Ç¥á¡¼¥ë¤òÁ÷¤ë\n"
 
-#: help.h:67
+#: help.h:70
 msgid "\tv\t\t\tview url with web browser\n"
 msgstr "\tv\t\t\tURL ¤ò¥Ö¥é¥¦¥¶¤Ç±ÜÍ÷\n"
 
-#: options.c:240 options.c:259
+#: options.c:254
+msgid "quote mismatch"
+msgstr ""
+
+#: options.c:260
+msgid "no assignment character found"
+msgstr ""
+
+#: options.c:263
+#, fuzzy
+msgid "error in comma separated list"
+msgstr "¥³¥ó¥Þ¶èÀÚ¤ê¥Æ¥­¥¹¥È"
+
+#: options.c:292 options.c:311
 msgid "invalid value"
 msgstr "ÉÔÀµ¤ÊÃͤǤ¹"
 
-#: options.c:278
+#: options.c:329
+msgid "unknown option"
+msgstr "ÉÔÌÀ¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤¹"
+
+#: options.c:341
+#, c-format
+msgid ""
+"valid values for the 'preserve_fields' option are 'all', "
+"'standard' (default), and 'none'\n"
+msgstr ""
+
+#: options.c:350
+#, c-format
+msgid ""
+"valid values for the 'address_style' option are 'eu' (default), 'uk', and "
+"'us'\n"
+msgstr ""
+
+#: options.c:372
 msgid "invalid value assignment"
 msgstr "ÉÔÀµ¤ÊÂåÆþ¤Ç¤¹"
 
-#: options.c:286
-msgid "unknown option"
-msgstr "ÉÔÌÀ¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤¹"
+#: options.c:380
+msgid ""
+"customfield: obsolete command - please use the 'field' and 'view' commands "
+"instead"
+msgstr ""
 
-#: options.c:311
-msgid "invalid custom field number"
-msgstr "ÉÔÀµ¤Ê³ÈÄ¥¹àÌÜÈÖ¹æ¤Ç¤¹"
+#: options.c:398
+msgid "no view name provided"
+msgstr ""
+
+#: options.c:428
+msgid "no field identifier provided"
+msgstr ""
 
-#: options.c:358
+#: options.c:434
+msgid "no field name provided"
+msgstr ""
+
+#: options.c:490
 #, c-format
 msgid "%s: parse error at line %d: "
 msgstr "%s: Ê¸Ë¡¥¨¥é¡¼¤¬ %d ¹ÔÌܤˤ¢¤ê¤Þ¤¹: "
 
-#: options.c:362
+#: options.c:494
 #, c-format
 msgid "unknown token %s\n"
 msgstr "%s ¤ÏÉÔÌÀ¤ÊÀßÄꥳ¥Þ¥ó¥É¤Ç¤¹\n"
 
-#: ui.c:146
+#: ui.c:145
 #, c-format
 msgid "Your terminal size is %dx%d\n"
 msgstr "²èÌÌ¥µ¥¤¥º¤Ï %dx%d ¤Ç¤¹\n"
 
-#: ui.c:147
+#: ui.c:146
 #, c-format
 msgid "Terminal is too small. Minimum terminal size for abook is %dx%d\n"
 msgstr "²èÌ̤¬¾®¤µ¤¹¤®¤Þ¤¹¡£¾¯¤Ê¤¯¤È¤â %dx%d ¤ÏɬÍפǤ¹\n"
 
-#: ui.c:333
+#: ui.c:332
 msgid " (Y/n)?"
 msgstr " (Y/n)?"
 
-#: ui.c:333
+#: ui.c:332
 msgid " (y/N)?"
 msgstr " (y/N)?"
 
-#: ui.c:411
+#: ui.c:410
 msgid "help"
 msgstr "¥Ø¥ë¥×"
 
-#: ui.c:420
+#: ui.c:419
 msgid "Press any key to continue..."
 msgstr "²¿¤«¥­¡¼¤ò²¡¤·¤Æ¤¯¤À¤µ¤¤..."
 
-#: ui.c:541
+#: ui.c:539
 msgid "Remove selected item(s)"
 msgstr "ÁªÂò¹àÌܤòºï½ü¤·¤Þ¤¹¤«"
 
-#: ui.c:551
+#: ui.c:549
 msgid "Clear WHOLE database"
 msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹Á´ÂΤò¾Ãµî¤·¤Þ¤¹¤«"
 
-#: ui.c:579
+#: ui.c:578
 msgid "Search hit bottom, continuing at top"
 msgstr "ºÇ¸å¤Þ¤Ç¸¡º÷¤·¤Þ¤·¤¿¡£ºÇ½é¤«¤é¤â¸¡º÷¤·¤Æ¤¤¤Þ¤¹"
 
-#: ui.c:604
+#: ui.c:603
 #, c-format
 msgid "Your current data will be lost - Press '%c' to continue"
 msgstr "¸½ºß¤Î¥Ç¡¼¥¿¤Ï¾Ã¤¨¤Æ¤·¤Þ¤¤¤Þ¤¹¡£¤è¤í¤·¤±¤ì¤Ð '%c' ¤Ç³¤±¤Æ¤¯¤À¤µ¤¤"
 
-#: ui.c:629
+#: ui.c:628
 msgid "Print <a>ll, print <s>elected, or <c>ancel?"
 msgstr "°õºþÂоݠ a:¤¹¤Ù¤Æ  s:ÁªÂò¹àÌܤΤߠ c:Ãæ»ß?"
 
-#: ui.c:635
+#: ui.c:634
 msgid "No selected items"
 msgstr "²¿¤âÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
 
-#: ui.c:661
+#: ui.c:660
 msgid "File to open: "
 msgstr "³«¤¯¥Õ¥¡¥¤¥ë: "
 
-#: ui.c:671
+#: ui.c:670
 msgid "Save current database"
 msgstr "¸½ºß¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÊݸ¤·¤Þ¤¹¤«"
 
-#: ui.c:679
+#: ui.c:678
 msgid "Sorry, the specified file appears not to be a valid abook addressbook"
-msgstr "¿½¤·Ìõ¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤´»ØÄê¤Î¥Õ¥¡¥¤¥ë¤ÏÀµµ¬¤Î abook ¥¢¥É¥ì¥¹Ä¢¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹"
+msgstr ""
+"¿½¤·Ìõ¤¢¤ê¤Þ¤»¤ó¤¬¡¢¤´»ØÄê¤Î¥Õ¥¡¥¤¥ë¤ÏÀµµ¬¤Î abook ¥¢¥É¥ì¥¹Ä¢¤Ç¤Ï¤Ê¤¤¤è¤¦¤Ç¤¹"
+
+#: views.c:87
+msgid "undeclared field"
+msgstr ""
+
+#: views.c:92
+msgid "maximal number of fields per view reached"
+msgstr ""
+
+#: views.c:95
+msgid "field already in this view"
+msgstr ""
+
+#: views.c:139
+msgid "CONTACT"
+msgstr "Ï¢ÍíÀè"
+
+#: views.c:140
+msgid "ADDRESS"
+msgstr " ½»½ê "
+
+#: views.c:142
+#, fuzzy
+msgid "PHONE"
+msgstr " ÅÅÏà"
+
+#: views.c:143
+#, fuzzy
+msgid "OTHER"
+msgstr "¤½¤Î¾"
+
+#: views.c:165 views.c:166 views.c:167 views.c:168 views.c:169
+#, fuzzy
+msgid "CUSTOM"
+msgstr " ³ÈÄ¥ "
+
+#: views.c:165
+msgid "Custom1"
+msgstr "³ÈÄ¥¾ðÊó1"
+
+#: views.c:166
+msgid "Custom2"
+msgstr "³ÈÄ¥¾ðÊó2"
+
+#: views.c:167
+msgid "Custom3"
+msgstr "³ÈÄ¥¾ðÊó3"
+
+#: views.c:168
+msgid "Custom4"
+msgstr "³ÈÄ¥¾ðÊó4"
+
+#: views.c:169
+msgid "Custom5"
+msgstr "³ÈÄ¥¾ðÊó5"
+
+#~ msgid "?:help c:contact a:address p:phone o:other"
+#~ msgstr "?:¥Ø¥ë¥× c:Ï¢ÍíÀè a:½»½ê p:ÅÅÏào:¤½¤Î¾"
+
+#~ msgid "invalid custom field number"
+#~ msgstr "ÉÔÀµ¤Ê³ÈÄ¥¹àÌÜÈÖ¹æ¤Ç¤¹"
index d364a7c90ace40d36d27ebd0687dceb45392357a..da869cddae1a6dc2cfbd425aabde3c99ac5b47bf 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: abook 0.5.4\n"
 "Report-Msgid-Bugs-To: <cedricduval+abook@free.fr>\n"
-"POT-Creation-Date: 2005-10-17 13:34+0300\n"
+"POT-Creation-Date: 2005-11-29 10:08+0200\n"
 "PO-Revision-Date: 2005-09-23 22:13+0200\n"
 "Last-Translator: Susanna Björverud <susanna.bjorverud@telia.com>\n"
 "Language-Team: none\n"
@@ -16,50 +16,50 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: abook.c:91
+#: abook.c:93
 #, c-format
 msgid "Cannot create directory %s\n"
 msgstr "Kan inte skapa mapp %s\n"
 
-#: abook.c:97
+#: abook.c:99
 #, c-format
 msgid "%s is not a directory\n"
 msgstr "%s är inte en mapp\n"
 
-#: abook.c:115
+#: abook.c:117
 #, c-format
 msgid "Memory allocation failure: %s\n"
 msgstr "Fel vid tilldelning av minne: %s\n"
 
-#: abook.c:126
+#: abook.c:128
 #, c-format
 msgid "Press enter to continue...\n"
 msgstr "Tryck enter för att fortsätta...\n"
 
-#: abook.c:138
+#: abook.c:141
 #, c-format
 msgid "File %s is not writeable"
 msgstr "Filen %s kan inte skrivas"
 
-#: abook.c:143
+#: abook.c:146
 msgid "If you continue all changes will be lost. Do you want to continue?"
 msgstr ""
 "Om du fortsätter så kommer alla ändringar att gå förlorade. Vill du fortsätta"
 
-#: abook.c:162
+#: abook.c:165
 msgid "Save database"
 msgstr "Spara databasen"
 
-#: abook.c:164
+#: abook.c:167
 msgid "Quit without saving"
 msgstr "Avsluta utan att spara"
 
-#: abook.c:218
+#: abook.c:223
 #, c-format
 msgid "%s is not a valid HOME directory\n"
 msgstr "%s är inte en giltig hemmamapp\n"
 
-#: abook.c:249
+#: abook.c:254
 #, c-format
 msgid ""
 "Cannot combine options --mutt-query, --convert, --add-email or --add-email-"
@@ -68,33 +68,33 @@ msgstr ""
 "Det går inte att kombinera flaggorna --mutt-query, --convert, --add-email "
 "eller --add-email-quiet\n"
 
-#: abook.c:280
+#: abook.c:285
 #, c-format
 msgid "please use option --%s after --convert option\n"
 msgstr "var god och använd flaggan --%s efter flaggan --convert\n"
 
-#: abook.c:379
+#: abook.c:384
 #, c-format
 msgid "%s: unrecognized arguments on command line\n"
 msgstr "%s: okända parametrar på kommandoraden\n"
 
-#: abook.c:401
+#: abook.c:406
 msgid "     -h\t--help\t\t\t\tshow usage"
 msgstr "    -h\t--help\t\t\t\tvisa användning"
 
-#: abook.c:402
+#: abook.c:407
 msgid "     -C\t--config\t<file>\t\tuse an alternative configuration file"
 msgstr "     -C\t--config\t<fil>\t\tanvänd en alternative konfigurationsfil"
 
-#: abook.c:403
+#: abook.c:408
 msgid "\t--datafile\t<file>\t\tuse an alternative addressbook file"
 msgstr "\t--datafile\t<fil>\t\tanvänd en alternative adressboksfil"
 
-#: abook.c:404
+#: abook.c:409
 msgid "\t--mutt-query\t<string>\tmake a query for mutt"
 msgstr "\t--mutt-query\t<sträng>\tgör en förfrågan till mutt"
 
-#: abook.c:405
+#: abook.c:410
 msgid ""
 "\t--add-email\t\t\tread an e-mail message from stdin and\n"
 "\t\t\t\t\tadd the sender to the addressbook"
@@ -102,7 +102,7 @@ msgstr ""
 "\t--add-email\t\t\tläs ett ebrev från stdin och\n"
 "\t\t\t\t\tlägg till avsändaren i adressboken"
 
-#: abook.c:409
+#: abook.c:414
 msgid ""
 "\t--add-email-quiet\t\tsame as --add-email but doesn't\n"
 "\t\t\t\t\trequire to confirm adding"
@@ -110,66 +110,66 @@ msgstr ""
 "\t--add-email-quiet\t\tsamma som --add-email men utan\n"
 "\t\t\t\t\tanvändarbekräftelse"
 
-#: abook.c:413
+#: abook.c:418
 msgid "\t--convert\t\t\tconvert address book files"
 msgstr "\t--convert\t\t\tkonvertera adressbokfiler"
 
-#: abook.c:414
+#: abook.c:419
 msgid "\toptions to use with --convert:"
 msgstr "\tflaggor som kan användas med --convert:"
 
-#: abook.c:415
+#: abook.c:420
 msgid "\t--informat\t<format>\tformat for input file"
 msgstr "\t--informat\t<format>\tinputfilens format"
 
-#: abook.c:416
+#: abook.c:421
 msgid "\t\t\t\t\t(default: abook)"
 msgstr "\t\t\t\t\t(förvalt: abook)"
 
-#: abook.c:417
+#: abook.c:422
 msgid "\t--infile\t<file>\t\tsource file"
 msgstr "\t--infile\t<fil>\t\tkällfil"
 
-#: abook.c:418
+#: abook.c:423
 msgid "\t\t\t\t\t(default: stdin)"
 msgstr "\t\t\t\t\t(förvalt: stdin)"
 
-#: abook.c:419
+#: abook.c:424
 msgid "\t--outformat\t<format>\tformat for output file"
 msgstr "\t--outformat\t<format>\toutputfilens format"
 
-#: abook.c:420
+#: abook.c:425
 msgid "\t\t\t\t\t(default: text)"
 msgstr "\t\t\t\t\t(förvalt: text)"
 
-#: abook.c:421
+#: abook.c:426
 msgid "\t--outfile\t<file>\t\tdestination file"
 msgstr "\t--outfile\t<fil>\t\tmålfil"
 
-#: abook.c:422
+#: abook.c:427
 msgid "\t\t\t\t\t(default: stdout)"
 msgstr "\t\t\t\t\t(förvalt: stdout)"
 
-#: abook.c:423
+#: abook.c:428
 msgid "\t--formats\t\t\tlist available formats"
 msgstr "\t--formats\t\t\tlista tillgängliga format"
 
-#: abook.c:494
+#: abook.c:497
 #, c-format
 msgid "Cannot open database\n"
 msgstr "Kan inte öppna databasen\n"
 
-#: abook.c:620
+#: abook.c:623
 #, c-format
 msgid "too few arguments to make conversion\n"
 msgstr "alltför få parametrar för att kunna konvertera\n"
 
-#: abook.c:621
+#: abook.c:624
 #, c-format
 msgid "try --help\n"
 msgstr "prova --help\n"
 
-#: abook.c:626
+#: abook.c:629
 #, c-format
 msgid ""
 "input and output formats are the same\n"
@@ -178,46 +178,46 @@ msgstr ""
 "input- och outputformat är identiska\n"
 "avslutar...\n"
 
-#: abook.c:639
+#: abook.c:643
 #, c-format
 msgid "input format %s not supported\n"
 msgstr "inputformater %s stöds ej\n"
 
-#: abook.c:643
+#: abook.c:647
 #, c-format
 msgid "cannot read file %s\n"
 msgstr "kan inte läsa filen %s\n"
 
-#: abook.c:652
+#: abook.c:656
 #, c-format
 msgid "output format %s not supported\n"
 msgstr "outputformatet %s stöds ej\n"
 
-#: abook.c:658
+#: abook.c:662
 #, c-format
 msgid "cannot write file %s\n"
 msgstr "kan inte skriva till filen %s\n"
 
-#: abook.c:679
+#: abook.c:683
 #, c-format
 msgid "cannot open %s\n"
 msgstr "kan inte öppna %s\n"
 
-#: abook.c:682
+#: abook.c:686
 #, c-format
 msgid "%d item(s) added to %s\n"
 msgstr "%d post(er) har lagts till i %s\n"
 
-#: abook.c:684
+#: abook.c:688
 msgid "Valid sender address not found"
 msgstr "Kunde inte hitta en giltig avsändaradress"
 
-#: abook.c:724
+#: abook.c:728
 #, c-format
 msgid "Address %s already in addressbook\n"
 msgstr "Addressen %s finns redan i adressboken\n"
 
-#: abook.c:734
+#: abook.c:738
 #, c-format
 msgid ""
 "cannot open /dev/tty\n"
@@ -226,20 +226,20 @@ msgstr ""
 "kan inte öppna /dev/tty\n"
 "du bör kanske använda --add-email-quiet\n"
 
-#: abook.c:740
+#: abook.c:744
 #, fuzzy, c-format
 msgid "Add \"%s <%s>\" to %s? (%c/%c)\n"
 msgstr "Lägg till \"%s <%s>\" i %s? (j/n)\n"
 
-#: abook.c:744 abook.c:751 ui.c:344 ui.c:606
+#: abook.c:748 abook.c:755 ui.c:343 ui.c:605
 msgid "keybinding for yes|y"
 msgstr "j"
 
-#: abook.c:745 abook.c:747 ui.c:342
+#: abook.c:749 abook.c:751 ui.c:341
 msgid "keybinding for no|n"
 msgstr "n"
 
-#: abook.c:771
+#: abook.c:776
 #, c-format
 msgid "stdin is a directory or cannot stat stdin\n"
 msgstr ""
@@ -249,225 +249,239 @@ msgstr ""
 msgid "q:quit  ?:help  a:add  r:remove"
 msgstr "q:avsluta  ?:hjälp  a:lägg till  r:ta bort"
 
-#: database.c:57
+#: database.c:45
 msgid "Name"
 msgstr "Namn"
 
-#: database.c:58
-msgid "E-mails"
-msgstr "Ebrev"
+#: database.c:46
+#, fuzzy
+msgid "E-mail addresses"
+msgstr "Ebrevsadresser:"
 
-#: database.c:59
+#: database.c:47
 msgid "Address"
 msgstr "Adress"
 
-#: database.c:60
+#: database.c:48
 msgid "Address2"
 msgstr "Adress2"
 
-#: database.c:61
+#: database.c:49
 msgid "City"
 msgstr "Stad"
 
-#: database.c:62
+#: database.c:50
 msgid "State/Province"
 msgstr "Delstat/Provins/Landskap"
 
-#: database.c:63
+#: database.c:51
 msgid "ZIP/Postal Code"
 msgstr "Postnummer"
 
-#: database.c:64
+#: database.c:52
 msgid "Country"
 msgstr "Land"
 
-#: database.c:65
+#: database.c:53
 msgid "Home Phone"
 msgstr "Hemtelefon"
 
-#: database.c:66
+#: database.c:54
 msgid "Work Phone"
 msgstr "Arbetstelefon"
 
-#: database.c:67
+#: database.c:55
 msgid "Fax"
 msgstr "Fax"
 
-#: database.c:68
+#: database.c:56
 msgid "Mobile"
 msgstr "Mobiltelefon"
 
-#: database.c:69
+#: database.c:57
 #, fuzzy
 msgid "Nickname/Alias"
 msgstr "Smeknamn/Alias"
 
-#: database.c:70
+#: database.c:58
 msgid "URL"
 msgstr "URL"
 
-#: database.c:71
+#: database.c:59
 msgid "Notes"
 msgstr "Anteckningar"
 
-#: database.c:72
-msgid "Custom1"
-msgstr "Egen1"
-
-#: database.c:73
-msgid "Custom2"
-msgstr "Egen2"
+#: database.c:60
+msgid "Anniversary day"
+msgstr ""
 
-#: database.c:74
-msgid "Custom3"
-msgstr "Egen3"
+#: database.c:164
+msgid "field already defined"
+msgstr ""
 
-#: database.c:75
-msgid "Custom4"
-msgstr "Egen4"
+#: database.c:168
+msgid "standard field does not need to be declared"
+msgstr ""
 
-#: database.c:76
-msgid "Custom5"
-msgstr "Egen5"
+#: database.c:183
+#, fuzzy
+msgid "unknown type"
+msgstr "okänd flagga"
 
-#: database.c:406
+#: database.c:589
 msgid "Invalid field value defined in configuration"
 msgstr "Ogiltigt fältvärde i konfigurationen"
 
-#: edit.c:44
-msgid "CONTACT"
-msgstr "KONTAKT"
+#: database.c:592
+#, fuzzy
+msgid "Invalid field value for sorting"
+msgstr "Ogiltigt fältvärde i konfigurationen"
 
-#: edit.c:45
-msgid "ADDRESS"
-msgstr "ADRESS"
+#: edit.c:51
+msgid "Tab name too wide for screen"
+msgstr "Flikrubrik för bred för skärmen"
 
-#: edit.c:46
-msgid " PHONE "
-msgstr " TELEFON "
+#: edit.c:330
+msgid "keybindings_new_123456789|n123456789"
+msgstr ""
 
-#: edit.c:47
-msgid " OTHER "
-msgstr " ANNAT "
+#: edit.c:332
+#, c-format
+msgid "Choose %s to modify (<1>%s%c%s%s."
+msgstr ""
 
-#: edit.c:48
-msgid "CUSTOM "
-msgstr "EGEN "
+#: edit.c:333
+#, fuzzy
+msgid "email"
+msgstr "Ebrev"
 
-#: edit.c:57
-msgid "Tab name too wide for screen"
-msgstr "Flikrubrik för bred för skärmen"
+#: edit.c:333
+msgid "item"
+msgstr ""
 
-#: edit.c:219
-msgid "E-mail addresses:"
-msgstr "Ebrevsadresser:"
+#: edit.c:338
+msgid " or <n>ew"
+msgstr ""
+
+#: edit.c:356
+#, fuzzy
+msgid "E-mail: "
+msgstr "Ebrev"
+
+#: edit.c:356
+msgid "Item: "
+msgstr ""
+
+#: edit.c:439
+msgid "sorry, input for this field type is not yet implemented"
+msgstr ""
 
 #: edit.h:13
-msgid "?:help c:contact a:address p:phone o:other"
-msgstr "?:hjälp c:kontact a:adress p:telefon o:annat"
+msgid "?:help q:quit editor"
+msgstr ""
 
-#: filter.c:71 filter.c:82
+#: filter.c:70 filter.c:81
 msgid "abook native format"
 msgstr "abooks eget format"
 
-#: filter.c:72
+#: filter.c:71
 msgid "ldif / Netscape addressbook"
 msgstr "ldif / adressbok fr Netscape"
 
-#: filter.c:73 filter.c:84
+#: filter.c:72 filter.c:83
 msgid "mutt alias"
 msgstr "mutt-alias"
 
-#: filter.c:74 filter.c:86
+#: filter.c:73 filter.c:85
 msgid "pine addressbook"
 msgstr "pine-adressbok"
 
-#: filter.c:75 filter.c:88
+#: filter.c:74 filter.c:87
 msgid "comma separated values"
 msgstr "kommaseparerade värden"
 
-#: filter.c:76 filter.c:89
+#: filter.c:75 filter.c:88
 msgid "comma separated values (all fields)"
 msgstr "kommaseparerade värden (alla fält)"
 
-#: filter.c:77 filter.c:90
+#: filter.c:76 filter.c:89
 msgid "Palm comma separated values"
 msgstr "kommaseparerade värden från Palm"
 
-#: filter.c:83
+#: filter.c:82
 msgid "ldif / Netscape addressbook (.4ld)"
 msgstr "ldif / adressbok fr Netscape (.4ld)"
 
-#: filter.c:85
+#: filter.c:84
 msgid "html document"
 msgstr "html-dokument"
 
-#: filter.c:87
+#: filter.c:86
 msgid "GnomeCard (VCard) addressbook"
 msgstr "GnomeCard-adressbok (VCard)"
 
-#: filter.c:91
+#: filter.c:90
 msgid "elm alias"
 msgstr "elm-alias"
 
-#: filter.c:92
+#: filter.c:91
 msgid "plain text"
 msgstr "ren text"
 
-#: filter.c:93
+#: filter.c:92
 #, fuzzy
 msgid "Wanderlust address book"
 msgstr "pine-adressbok"
 
-#: filter.c:94
+#: filter.c:93
 msgid "Spruce address book"
 msgstr "Spruce-adressbok"
 
-#: filter.c:107
+#: filter.c:106
 msgid "input:"
 msgstr "input:"
 
-#: filter.c:114
+#: filter.c:113
 msgid "output:"
 msgstr "output:"
 
-#: filter.c:179
+#: filter.c:178
 msgid "import database"
 msgstr "importera databaser"
 
-#: filter.c:181 filter.c:298
+#: filter.c:180 filter.c:297
 msgid "please select a filter"
 msgstr "var god och välj filter"
 
-#: filter.c:189 filter.c:306
+#: filter.c:188 filter.c:305
 msgid "x -\tcancel"
 msgstr "x -\tavbryt"
 
-#: filter.c:210 filter.c:344
+#: filter.c:209 filter.c:343
 msgid "Filename: "
 msgstr "Filnamn:"
 
-#: filter.c:217
+#: filter.c:216
 msgid "Error occured while opening the file"
 msgstr "Fel vid öppnandet av filen"
 
-#: filter.c:219
+#: filter.c:218
 msgid "File does not seem to be a valid addressbook"
 msgstr "Den angivna filen verkar inte vara en giltig adressbok"
 
-#: filter.c:296
+#: filter.c:295
 msgid "export database"
 msgstr "exportera databasen"
 
-#: filter.c:329
+#: filter.c:328
 msgid "Export <a>ll, export <s>elected, or <c>ancel?"
 msgstr ""
 
-#: filter.c:330 ui.c:629
+#: filter.c:329 ui.c:628
 msgid "keybindings:all/selected/cancel|asc"
 msgstr ""
 
-#: filter.c:351
+#: filter.c:350
 msgid "Error occured while exporting"
 msgstr "Fel vid export"
 
@@ -592,129 +606,244 @@ msgid "\tu\t\tview URL with web browser\n"
 msgstr "\tu\t\tvisa URL i webbläsare\n"
 
 #: help.h:55
-msgid "\ta,c,p,o,C/arrows/h,l\tchange tab\n"
+#, fuzzy
+msgid "\tarrows/h,l\t\tchange tab\n"
 msgstr "\ta,c,p,o,C/pilar/h,l\tbyt flik\n"
 
 #: help.h:57
-msgid "\t1 - 5\t\t\tedit fields\n"
-msgstr "\t1 - 5\t\t\tredigera fält\n"
+#, fuzzy
+msgid "\tq\t\t\tquit to main screen\n"
+msgstr "\tQ\t\tavsluta utan att spara\n"
 
 #: help.h:59
+#, fuzzy
+msgid "\t1 - 5 A - Z\t\tedit fields\n"
+msgstr "\t1 - 5\t\t\tredigera fält\n"
+
+#: help.h:61
 msgid "\tk or <\t\t\tprevious item\n"
 msgstr "\tk or <\t\t\tföregående post\n"
 
-#: help.h:60
+#: help.h:62
 msgid "\tj or >\t\t\tnext item\n"
 msgstr "\tj or >\t\t\tnästa post\n"
 
-#: help.h:62
-msgid "\tr\t\t\troll e-mail addresses\n"
+#: help.h:64
+#, fuzzy
+msgid "\tr\t\t\troll e-mail addresses up\n"
 msgstr "\tr\t\t\trotera ebrevsadresser\n"
 
-#: help.h:64
+#: help.h:65
+#, fuzzy
+msgid "\tESC-r\t\t\troll e-mail addresses down\n"
+msgstr "\tr\t\t\trotera ebrevsadresser\n"
+
+#: help.h:67
 msgid "\tu\t\t\tundo\n"
 msgstr "\tu\t\t\tångra\n"
 
-#: help.h:66
+#: help.h:69
 msgid "\tm\t\t\tsend mail with mutt\n"
 msgstr "\tm\t\t\tskicka post med mutt\n"
 
-#: help.h:67
+#: help.h:70
 msgid "\tv\t\t\tview url with web browser\n"
 msgstr "\tv\t\t\tvisa url i webbläsare\n"
 
-#: options.c:240 options.c:259
+#: options.c:254
+msgid "quote mismatch"
+msgstr ""
+
+#: options.c:260
+msgid "no assignment character found"
+msgstr ""
+
+#: options.c:263
+#, fuzzy
+msgid "error in comma separated list"
+msgstr "kommaseparerade värden"
+
+#: options.c:292 options.c:311
 msgid "invalid value"
 msgstr "ogiltigt värde"
 
-#: options.c:278
+#: options.c:329
+msgid "unknown option"
+msgstr "okänd flagga"
+
+#: options.c:341
+#, c-format
+msgid ""
+"valid values for the 'preserve_fields' option are 'all', "
+"'standard' (default), and 'none'\n"
+msgstr ""
+
+#: options.c:350
+#, c-format
+msgid ""
+"valid values for the 'address_style' option are 'eu' (default), 'uk', and "
+"'us'\n"
+msgstr ""
+
+#: options.c:372
 msgid "invalid value assignment"
 msgstr "tilldelat ogiltigt värde"
 
-#: options.c:286
-msgid "unknown option"
-msgstr "okänd flagga"
+#: options.c:380
+msgid ""
+"customfield: obsolete command - please use the 'field' and 'view' commands "
+"instead"
+msgstr ""
+
+#: options.c:398
+msgid "no view name provided"
+msgstr ""
+
+#: options.c:428
+msgid "no field identifier provided"
+msgstr ""
 
-#: options.c:311
-msgid "invalid custom field number"
-msgstr "ogiltigt nummer på eget fält"
+#: options.c:434
+msgid "no field name provided"
+msgstr ""
 
-#: options.c:358
+#: options.c:490
 #, c-format
 msgid "%s: parse error at line %d: "
 msgstr "%s: parsning misslyckades på rad %d: "
 
-#: options.c:362
+#: options.c:494
 #, c-format
 msgid "unknown token %s\n"
 msgstr "okänd symbol %s\n"
 
-#: ui.c:146
+#: ui.c:145
 #, c-format
 msgid "Your terminal size is %dx%d\n"
 msgstr "Storleken på ditt terminalfönster är %dx%d\n"
 
-#: ui.c:147
+#: ui.c:146
 #, fuzzy, c-format
 msgid "Terminal is too small. Minimum terminal size for abook is %dx%d\n"
 msgstr ""
 "Terminalfönstret är alltför litet. Den minsta tillåtna storleken för abook "
 "är %dx%d\n"
 
-#: ui.c:333
+#: ui.c:332
 msgid " (Y/n)?"
 msgstr "(J/n)"
 
-#: ui.c:333
+#: ui.c:332
 msgid " (y/N)?"
 msgstr "(j/N)"
 
-#: ui.c:411
+#: ui.c:410
 msgid "help"
 msgstr "hjälp"
 
-#: ui.c:420
+#: ui.c:419
 msgid "Press any key to continue..."
 msgstr "Tryck på en tangent för att fortsätta..."
 
-#: ui.c:541
+#: ui.c:539
 msgid "Remove selected item(s)"
 msgstr "Ta bort valda post(er)"
 
-#: ui.c:551
+#: ui.c:549
 msgid "Clear WHOLE database"
 msgstr "Nollställ HELA databasen"
 
-#: ui.c:579
+#: ui.c:578
 msgid "Search hit bottom, continuing at top"
 msgstr "Sök nådde slutet, fortsätter från början"
 
-#: ui.c:604
+#: ui.c:603
 #, fuzzy, c-format
 msgid "Your current data will be lost - Press '%c' to continue"
 msgstr "Nuvarande data kommer att förloras - Tryck på 'y' för att fortsätta"
 
-#: ui.c:629
+#: ui.c:628
 msgid "Print <a>ll, print <s>elected, or <c>ancel?"
 msgstr ""
 
-#: ui.c:635
+#: ui.c:634
 msgid "No selected items"
 msgstr "Inga poster valda"
 
-#: ui.c:661
+#: ui.c:660
 msgid "File to open: "
 msgstr "Öppna fil: "
 
-#: ui.c:671
+#: ui.c:670
 msgid "Save current database"
 msgstr "Spara denna databas"
 
-#: ui.c:679
+#: ui.c:678
 msgid "Sorry, the specified file appears not to be a valid abook addressbook"
 msgstr ""
 "Förlåt, men den angivna filen verkar inte vara en giltig abook-adressbok"
 
+#: views.c:87
+msgid "undeclared field"
+msgstr ""
+
+#: views.c:92
+msgid "maximal number of fields per view reached"
+msgstr ""
+
+#: views.c:95
+msgid "field already in this view"
+msgstr ""
+
+#: views.c:139
+msgid "CONTACT"
+msgstr "KONTAKT"
+
+#: views.c:140
+msgid "ADDRESS"
+msgstr "ADRESS"
+
+#: views.c:142
+#, fuzzy
+msgid "PHONE"
+msgstr " TELEFON "
+
+#: views.c:143
+#, fuzzy
+msgid "OTHER"
+msgstr " ANNAT "
+
+#: views.c:165 views.c:166 views.c:167 views.c:168 views.c:169
+#, fuzzy
+msgid "CUSTOM"
+msgstr "EGEN "
+
+#: views.c:165
+msgid "Custom1"
+msgstr "Egen1"
+
+#: views.c:166
+msgid "Custom2"
+msgstr "Egen2"
+
+#: views.c:167
+msgid "Custom3"
+msgstr "Egen3"
+
+#: views.c:168
+msgid "Custom4"
+msgstr "Egen4"
+
+#: views.c:169
+msgid "Custom5"
+msgstr "Egen5"
+
+#~ msgid "?:help c:contact a:address p:phone o:other"
+#~ msgstr "?:hjälp c:kontact a:adress p:telefon o:annat"
+
+#~ msgid "invalid custom field number"
+#~ msgstr "ogiltigt nummer på eget fält"
+
 #~ msgid "Export All/Selected/Cancel (A/s/c)?"
 #~ msgstr "Exportera Alla/Valda/Avbryt (A/s/c)?"
 
diff --git a/ui.c b/ui.c
index d8bcf4a6244db0b359e164a9b328dfe77cd87847..0bfe4e3f6e03e3f795f6d3d9057edd69950ef363 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -305,7 +305,7 @@ statusline_askchoice(const char *msg, const char *choices, short dflt)
 }
 
 char *
-ui_readline(char *prompt, char *s, size_t limit, bool use_completion)
+ui_readline(const char *prompt, char *s, size_t limit, bool use_completion)
 {
        int y, x;
        char *ret;
@@ -326,7 +326,7 @@ ui_readline(char *prompt, char *s, size_t limit, bool use_completion)
 }
 
 int
-statusline_ask_boolean(char *msg, int def)
+statusline_ask_boolean(const char *msg, int def)
 {
        int ret;
        char *msg2 = strconcat(msg,  def ? _(" (Y/n)?") : _(" (y/N)?"), NULL);
@@ -362,7 +362,7 @@ refresh_statusline()
 }
 
 char *
-ask_filename(char *prompt)
+ask_filename(const char *prompt)
 {
        char *buf = NULL;
 
diff --git a/ui.h b/ui.h
index ebffcd8d9112f0c3fdfa696cc664889bb5dc11b7..25bc8509db2070d224f907808bf50acf1de9079d 100644 (file)
--- a/ui.h
+++ b/ui.h
@@ -15,13 +15,15 @@ void                close_ui();
 void           headerline(const char *str);
 void            refresh_screen();
 int            statusline_msg(const char *msg);
-int            statusline_askchoice(const char *msg, const char *choices, short dflt);
-char           *ask_filename(char *prompt);
-int            statusline_ask_boolean(char *msg, int def);
+int            statusline_askchoice(const char *msg, const char *choices,
+                       short dflt);
+char           *ask_filename(const char *prompt);
+int            statusline_ask_boolean(const char *msg, int def);
 void            clear_statusline();
 void           display_help(int help);
 void           statusline_addstr(const char *str);
-char *         ui_readline(char *prompt, char *s, size_t limit, bool use_completion);
+char *         ui_readline(const char *prompt, char *s, size_t limit,
+                       bool use_completion);
 void           refresh_statusline();
 void           get_commands();
 void           ui_remove_items();