From 38ff22ec1490994fa63f4d38a6b9e90b55909511 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Tue, 18 Oct 2005 06:51:13 +0000 Subject: [PATCH] - sync with 0.5.5pre1 release --- ChangeLog | 2 +- config.h.in | 3 +++ configure | 3 ++- configure.in | 2 +- po/abook.pot | 56 +++++++++++++++++++++++++++------------------------ po/de.po | 57 ++++++++++++++++++++++++++++------------------------ po/fr.po | 2 +- po/sv.po | 57 ++++++++++++++++++++++++++++------------------------ xmalloc.h | 1 + 9 files changed, 101 insertions(+), 82 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8056f30..5c8113d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ - Swedish translation (Susanna Björverud) - palmcsv import filter (Marc Tardif) - use better common code for csv filters (Marc Tardif) - - translation HOWTO + - translation HOWTO (Cedric Duval) - wanderlust export filter (Josef Schugt) 0.5.4 diff --git a/config.h.in b/config.h.in index d209986..942ee35 100644 --- a/config.h.in +++ b/config.h.in @@ -94,6 +94,9 @@ /* Define if you have the iconv() function. */ #undef HAVE_ICONV +/* Define to 1 if you have the header file. */ +#undef HAVE_ICONV_H + /* Define if you have the 'intmax_t' type in or . */ #undef HAVE_INTMAX_T diff --git a/configure b/configure index 2e1f123..b5bc7ce 100755 --- a/configure +++ b/configure @@ -11684,7 +11684,8 @@ fi -for ac_header in unistd.h locale.h sys/ioctl.h + +for ac_header in unistd.h locale.h sys/ioctl.h iconv.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/configure.in b/configure.in index d506630..7c919f4 100644 --- a/configure.in +++ b/configure.in @@ -43,7 +43,7 @@ fi AC_C_INLINE AC_PROG_INSTALL AC_HEADER_STDC -AC_CHECK_HEADERS(unistd.h locale.h sys/ioctl.h) +AC_CHECK_HEADERS(unistd.h locale.h sys/ioctl.h iconv.h) AC_CHECK_HEADER(stdarg.h,AC_DEFINE(HAVE_STDARG_H, 1, [Define if you have the header file.]),AC_MSG_ERROR([*** stdarg.h is missing on your system ***])) AC_FUNC_STRCOLL AC_CHECK_FUNCS(setlocale) diff --git a/po/abook.pot b/po/abook.pot index 916215e..9a247d3 100644 --- a/po/abook.pot +++ b/po/abook.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-10-03 00:16+0200\n" +"POT-Creation-Date: 2005-10-17 13:34+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -353,103 +353,107 @@ msgstr "" msgid "?:help c:contact a:address p:phone o:other" msgstr "" -#: filter.c:70 filter.c:81 +#: filter.c:71 filter.c:82 msgid "abook native format" msgstr "" -#: filter.c:71 +#: filter.c:72 msgid "ldif / Netscape addressbook" msgstr "" -#: filter.c:72 filter.c:83 +#: filter.c:73 filter.c:84 msgid "mutt alias" msgstr "" -#: filter.c:73 filter.c:85 +#: filter.c:74 filter.c:86 msgid "pine addressbook" msgstr "" -#: filter.c:74 filter.c:87 +#: filter.c:75 filter.c:88 msgid "comma separated values" msgstr "" -#: filter.c:75 filter.c:88 +#: filter.c:76 filter.c:89 msgid "comma separated values (all fields)" msgstr "" -#: filter.c:76 filter.c:89 +#: filter.c:77 filter.c:90 msgid "Palm comma separated values" msgstr "" -#: filter.c:82 +#: filter.c:83 msgid "ldif / Netscape addressbook (.4ld)" msgstr "" -#: filter.c:84 +#: filter.c:85 msgid "html document" msgstr "" -#: filter.c:86 +#: filter.c:87 msgid "GnomeCard (VCard) addressbook" msgstr "" -#: filter.c:90 +#: filter.c:91 msgid "elm alias" msgstr "" -#: filter.c:91 +#: filter.c:92 msgid "plain text" msgstr "" -#: filter.c:92 +#: filter.c:93 +msgid "Wanderlust address book" +msgstr "" + +#: filter.c:94 msgid "Spruce address book" msgstr "" -#: filter.c:105 +#: filter.c:107 msgid "input:" msgstr "" -#: filter.c:112 +#: filter.c:114 msgid "output:" msgstr "" -#: filter.c:177 +#: filter.c:179 msgid "import database" msgstr "" -#: filter.c:179 filter.c:296 +#: filter.c:181 filter.c:298 msgid "please select a filter" msgstr "" -#: filter.c:187 filter.c:304 +#: filter.c:189 filter.c:306 msgid "x -\tcancel" msgstr "" -#: filter.c:208 filter.c:342 +#: filter.c:210 filter.c:344 msgid "Filename: " msgstr "" -#: filter.c:215 +#: filter.c:217 msgid "Error occured while opening the file" msgstr "" -#: filter.c:217 +#: filter.c:219 msgid "File does not seem to be a valid addressbook" msgstr "" -#: filter.c:294 +#: filter.c:296 msgid "export database" msgstr "" -#: filter.c:327 +#: filter.c:329 msgid "Export ll, export elected, or ancel?" msgstr "" -#: filter.c:328 ui.c:629 +#: filter.c:330 ui.c:629 msgid "keybindings:all/selected/cancel|asc" msgstr "" -#: filter.c:349 +#: filter.c:351 msgid "Error occured while exporting" msgstr "" diff --git a/po/de.po b/po/de.po index 14523c2..b8f6fbd 100644 --- 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: \n" -"POT-Creation-Date: 2005-10-03 00:16+0200\n" +"POT-Creation-Date: 2005-10-17 13:34+0300\n" "PO-Revision-Date: 2005-10-03 00:56+0200\n" "Last-Translator: Johannes Weißl \n" "Language-Team: German \n" @@ -371,104 +371,109 @@ msgstr "E-Mail-Adressen:" msgid "?:help c:contact a:address p:phone o:other" msgstr "?:Hilfe c:Kontakt a:Adresse p:Telefon o:Andere" -#: filter.c:70 filter.c:81 +#: filter.c:71 filter.c:82 msgid "abook native format" msgstr "abooks eigenes Format" -#: filter.c:71 +#: filter.c:72 msgid "ldif / Netscape addressbook" msgstr "ldif / Netscape Adressbuch" -#: filter.c:72 filter.c:83 +#: filter.c:73 filter.c:84 msgid "mutt alias" msgstr "mutt alias" -#: filter.c:73 filter.c:85 +#: filter.c:74 filter.c:86 msgid "pine addressbook" msgstr "pine Adressbuch" -#: filter.c:74 filter.c:87 +#: filter.c:75 filter.c:88 msgid "comma separated values" msgstr "komma-separierte Werte" -#: filter.c:75 filter.c:88 +#: filter.c:76 filter.c:89 msgid "comma separated values (all fields)" msgstr "komma-separierte Werte (alle Felder)" -#: filter.c:76 filter.c:89 +#: filter.c:77 filter.c:90 msgid "Palm comma separated values" msgstr "Palm komma-separierte Werte" -#: filter.c:82 +#: filter.c:83 msgid "ldif / Netscape addressbook (.4ld)" msgstr "ldif / Netscape Adressbuch (.4ld)" -#: filter.c:84 +#: filter.c:85 msgid "html document" msgstr "HTML Dokument" -#: filter.c:86 +#: filter.c:87 msgid "GnomeCard (VCard) addressbook" msgstr "GnomeCard (VCard) Adressbuch" -#: filter.c:90 +#: filter.c:91 msgid "elm alias" msgstr "elm alias" -#: filter.c:91 +#: filter.c:92 msgid "plain text" msgstr "Klartext" -#: filter.c:92 +#: filter.c:93 +#, fuzzy +msgid "Wanderlust address book" +msgstr "pine Adressbuch" + +#: filter.c:94 msgid "Spruce address book" msgstr "Spruce Adressbuch" -#: filter.c:105 +#: filter.c:107 msgid "input:" msgstr "Eingabe:" -#: filter.c:112 +#: filter.c:114 msgid "output:" msgstr "Ausgabe:" -#: filter.c:177 +#: filter.c:179 msgid "import database" msgstr "importiere Datenbank" -#: filter.c:179 filter.c:296 +#: filter.c:181 filter.c:298 msgid "please select a filter" msgstr "Bitte Filter auswählen" -#: filter.c:187 filter.c:304 +#: filter.c:189 filter.c:306 msgid "x -\tcancel" msgstr "x -\tabbrechen" -#: filter.c:208 filter.c:342 +#: filter.c:210 filter.c:344 msgid "Filename: " msgstr "Dateiname: " -#: filter.c:215 +#: filter.c:217 msgid "Error occured while opening the file" msgstr "Fehler beim Öffnen der Datei" -#: filter.c:217 +#: filter.c:219 msgid "File does not seem to be a valid addressbook" msgstr "Die Datei scheint kein gültiges Adressbuch zu sein" -#: filter.c:294 +#: filter.c:296 msgid "export database" msgstr "exportiere Datenbank" # instead: Exportiere alle (a), exportiere ausgewählte (s), oder abbrechen (c)? -#: filter.c:327 +#: filter.c:329 msgid "Export ll, export elected, or ancel?" msgstr "Exportiere lle, exportiere augewählte, oder brih ab?" -#: filter.c:328 ui.c:629 +#: filter.c:330 ui.c:629 msgid "keybindings:all/selected/cancel|asc" msgstr "" -#: filter.c:349 +#: filter.c:351 msgid "Error occured while exporting" msgstr "Fehler beim Exportieren aufgetreten" diff --git a/po/fr.po b/po/fr.po index dcfcba5..b20be05 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: abook\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-10-03 10:25+0200\n" +"POT-Creation-Date: 2005-10-17 13:34+0300\n" "PO-Revision-Date: 2005-10-03 10:53+0200\n" "Last-Translator: Cedric Duval \n" "Language-Team: french\n" diff --git a/po/sv.po b/po/sv.po index ac98b37..d364a7c 100644 --- 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: \n" -"POT-Creation-Date: 2005-10-03 00:16+0200\n" +"POT-Creation-Date: 2005-10-17 13:34+0300\n" "PO-Revision-Date: 2005-09-23 22:13+0200\n" "Last-Translator: Susanna Björverud \n" "Language-Team: none\n" @@ -366,103 +366,108 @@ msgstr "Ebrevsadresser:" msgid "?:help c:contact a:address p:phone o:other" msgstr "?:hjälp c:kontact a:adress p:telefon o:annat" -#: filter.c:70 filter.c:81 +#: filter.c:71 filter.c:82 msgid "abook native format" msgstr "abooks eget format" -#: filter.c:71 +#: filter.c:72 msgid "ldif / Netscape addressbook" msgstr "ldif / adressbok fr Netscape" -#: filter.c:72 filter.c:83 +#: filter.c:73 filter.c:84 msgid "mutt alias" msgstr "mutt-alias" -#: filter.c:73 filter.c:85 +#: filter.c:74 filter.c:86 msgid "pine addressbook" msgstr "pine-adressbok" -#: filter.c:74 filter.c:87 +#: filter.c:75 filter.c:88 msgid "comma separated values" msgstr "kommaseparerade värden" -#: filter.c:75 filter.c:88 +#: filter.c:76 filter.c:89 msgid "comma separated values (all fields)" msgstr "kommaseparerade värden (alla fält)" -#: filter.c:76 filter.c:89 +#: filter.c:77 filter.c:90 msgid "Palm comma separated values" msgstr "kommaseparerade värden från Palm" -#: filter.c:82 +#: filter.c:83 msgid "ldif / Netscape addressbook (.4ld)" msgstr "ldif / adressbok fr Netscape (.4ld)" -#: filter.c:84 +#: filter.c:85 msgid "html document" msgstr "html-dokument" -#: filter.c:86 +#: filter.c:87 msgid "GnomeCard (VCard) addressbook" msgstr "GnomeCard-adressbok (VCard)" -#: filter.c:90 +#: filter.c:91 msgid "elm alias" msgstr "elm-alias" -#: filter.c:91 +#: filter.c:92 msgid "plain text" msgstr "ren text" -#: filter.c:92 +#: filter.c:93 +#, fuzzy +msgid "Wanderlust address book" +msgstr "pine-adressbok" + +#: filter.c:94 msgid "Spruce address book" msgstr "Spruce-adressbok" -#: filter.c:105 +#: filter.c:107 msgid "input:" msgstr "input:" -#: filter.c:112 +#: filter.c:114 msgid "output:" msgstr "output:" -#: filter.c:177 +#: filter.c:179 msgid "import database" msgstr "importera databaser" -#: filter.c:179 filter.c:296 +#: filter.c:181 filter.c:298 msgid "please select a filter" msgstr "var god och välj filter" -#: filter.c:187 filter.c:304 +#: filter.c:189 filter.c:306 msgid "x -\tcancel" msgstr "x -\tavbryt" -#: filter.c:208 filter.c:342 +#: filter.c:210 filter.c:344 msgid "Filename: " msgstr "Filnamn:" -#: filter.c:215 +#: filter.c:217 msgid "Error occured while opening the file" msgstr "Fel vid öppnandet av filen" -#: filter.c:217 +#: filter.c:219 msgid "File does not seem to be a valid addressbook" msgstr "Den angivna filen verkar inte vara en giltig adressbok" -#: filter.c:294 +#: filter.c:296 msgid "export database" msgstr "exportera databasen" -#: filter.c:327 +#: filter.c:329 msgid "Export ll, export elected, or ancel?" msgstr "" -#: filter.c:328 ui.c:629 +#: filter.c:330 ui.c:629 msgid "keybindings:all/selected/cancel|asc" msgstr "" -#: filter.c:349 +#: filter.c:351 msgid "Error occured while exporting" msgstr "Fel vid export" diff --git a/xmalloc.h b/xmalloc.h index 7351f12..c94e146 100644 --- a/xmalloc.h +++ b/xmalloc.h @@ -14,6 +14,7 @@ void xmalloc_set_error_handler(void (*)(int)); void * xmalloc(size_t); void * xmalloc0(size_t); void * xmalloc_inc(size_t, size_t); +void * xmalloc0_inc(size_t, size_t); void * xrealloc(void *, size_t); void * xrealloc_inc(void *, size_t, size_t); char * xstrdup(const char *s); -- 2.39.2