From 5967e1a187de9460524778f6e269d45996e9051c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 17 Dec 2007 10:49:58 +0000 Subject: Fixed a W32 ldaps problem. --- ChangeLog | 4 ++++ configure.ac | 15 +++++++++++++-- m4/ChangeLog | 4 ++++ m4/ldap.m4 | 5 ++++- po/be.po | 6 +++--- po/ca.po | 6 +++--- po/cs.po | 6 +++--- po/da.po | 6 +++--- po/de.po | 6 +++--- po/el.po | 6 +++--- po/eo.po | 6 +++--- po/es.po | 6 +++--- po/et.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 6 +++--- po/gl.po | 6 +++--- po/hu.po | 6 +++--- po/id.po | 6 +++--- po/it.po | 6 +++--- po/ja.po | 6 +++--- po/nb.po | 6 +++--- po/pl.po | 6 +++--- po/pt.po | 6 +++--- po/pt_BR.po | 6 +++--- po/ro.po | 6 +++--- po/ru.po | 6 +++--- po/sk.po | 6 +++--- po/sv.po | 6 +++--- po/tr.po | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_TW.po | 6 +++--- 31 files changed, 106 insertions(+), 84 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae82141f5..21d84e9f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-17 Werner Koch + + * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA. + 2007-12-14 Werner Koch Released 2.0.8rc1. diff --git a/configure.ac b/configure.ac index b1e5ce69d..2212e7511 100644 --- a/configure.ac +++ b/configure.ac @@ -24,8 +24,8 @@ min_automake_version="1.10" # Remember to change the version number immediately *after* a release. # Set my_issvn to "yes" for non-released code. Remember to run an # "svn up" and "autogen.sh" right before creating a distribution. -m4_define([my_version], [2.0.8rc1]) -m4_define([my_issvn], [no]) +m4_define([my_version], [2.0.8]) +m4_define([my_issvn], [yes]) m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \ @@ -405,6 +405,17 @@ AH_BOTTOM([ #endif +/* Hack used for W32: ldap.m4 also tests for the ASCII version of + ldap_start_tls_s because that is the actual symbol used in the + library. winldap.h redefines it to our commonly used value, + thus we define our usual macro here. */ +#ifdef HAVE_LDAP_START_TLS_SA +# ifndef HAVE_LDAP_START_TLS_S +# define HAVE_LDAP_START_TLS_S 1 +# endif +#endif + + /* Tell libgcrypt not to use its own libgpg-error implementation. */ #define USE_LIBGPG_ERROR 1 diff --git a/m4/ChangeLog b/m4/ChangeLog index 94497b322..ddbd9ccf1 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2007-12-17 Werner Koch + + * ldap.m4: Test for ldap_start_tls_sA. + 2007-06-15 Marcus Brinkmann * Makefile.am (EXTRA_DIST): Remove inttypes-h.m4, longlong.m4 and diff --git a/m4/ldap.m4 b/m4/ldap.m4 index a065e5535..f4462ca0d 100644 --- a/m4/ldap.m4 +++ b/m4/ldap.m4 @@ -67,7 +67,10 @@ if test x$_ldap_with != xno ; then LDAPLIBS="$LDAP_LDFLAGS $MY_LDAPLIBS" GPGKEYS_LDAP="gpg2keys_ldap$EXEEXT" - AC_CHECK_FUNCS(ldap_get_option ldap_set_option ldap_start_tls_s) + AC_CHECK_FUNCS(ldap_get_option ldap_set_option) + # The extra test for ldap_start_tls_sA is for W32 because + # that is the actual function in the library. + AC_CHECK_FUNCS(ldap_start_tls_s ldap_start_tls_sA) if test "$ac_cv_func_ldap_get_option" != yes ; then AC_MSG_CHECKING([whether LDAP supports ld_errno]) diff --git a/po/be.po b/po/be.po index adf435893..205c9229f 100644 --- a/po/be.po +++ b/po/be.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2003-10-30 16:35+0200\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" @@ -697,7 +697,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" @@ -7613,7 +7613,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/ca.po b/po/ca.po index e9fda16d1..44f0cc7e2 100644 --- a/po/ca.po +++ b/po/ca.po @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2005-02-04 02:04+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -733,7 +733,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "error en la creació de la contrasenya: %s\n" @@ -8126,7 +8126,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/cs.po b/po/cs.po index c4a52003b..ddd91a963 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.3.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2004-11-26 09:12+0200\n" "Last-Translator: Roman Pavlik \n" "Language-Team: Czech \n" @@ -710,7 +710,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "chyba pi vytven hesla: %s\n" @@ -7800,7 +7800,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/da.po b/po/da.po index e3bd19826..624d15228 100644 --- a/po/da.po +++ b/po/da.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.0h\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2003-12-03 16:11+0100\n" "Last-Translator: Birger Langkjer \n" "Language-Team: Danish \n" @@ -702,7 +702,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "fejl ved oprettelse af kodestning: %s\n" @@ -7775,7 +7775,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/de.po b/po/de.po index 5fa641e6c..9b45ba49b 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-2.0.6\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2007-12-14 16:50+0100\n" "Last-Translator: Walter Koch \n" "Language-Team: German \n" @@ -723,7 +723,7 @@ msgid "I'll change it later" msgstr "Ich werde sie später ändern" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, c-format msgid "error creating a pipe: %s\n" msgstr "Fehler beim Erzeugen einer \"Pipe\": %s\n" @@ -7838,7 +7838,7 @@ msgstr "Konfiguration der zu nutzenden LDAP-Server" msgid "Configuration for OCSP" msgstr "Konfiguration zu OCSP" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "Beachten Sie, daß Gruppenspezifiaktionen ignoriert werden\n" diff --git a/po/el.po b/po/el.po index 52345d738..79992f265 100644 --- a/po/el.po +++ b/po/el.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.1.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2003-06-27 12:00+0200\n" "Last-Translator: Dokianakis Theofanis \n" "Language-Team: Greek \n" @@ -707,7 +707,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr " : %s\n" @@ -7972,7 +7972,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/eo.po b/po/eo.po index 9806bd9e9..c405152ad 100644 --- a/po/eo.po +++ b/po/eo.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.6d\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2002-04-14 14:33+0100\n" "Last-Translator: Edmund GRIMLEY EVANS \n" "Language-Team: Esperanto \n" @@ -707,7 +707,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" @@ -7937,7 +7937,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/es.po b/po/es.po index 4b41287ef..9295839a7 100644 --- a/po/es.po +++ b/po/es.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2007-08-16 11:35+0200\n" "Last-Translator: Jaime Surez \n" "Language-Team: Spanish \n" @@ -739,7 +739,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "error creando frase contrasea: %s\n" @@ -7851,7 +7851,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/et.po b/po/et.po index 4e25f3a3d..1d429e878 100644 --- a/po/et.po +++ b/po/et.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2004-06-17 11:04+0300\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -706,7 +706,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "viga parooli loomisel: %s\n" @@ -7892,7 +7892,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/fi.po b/po/fi.po index 0e0c3582b..fd35a04f7 100644 --- a/po/fi.po +++ b/po/fi.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2004-06-16 22:40+0300\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -723,7 +723,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" @@ -7958,7 +7958,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/fr.po b/po/fr.po index 365210c17..838579110 100644 --- a/po/fr.po +++ b/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.2rc2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2005-06-28 00:24+0200\n" "Last-Translator: Gal Quri \n" "Language-Team: French \n" @@ -724,7 +724,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "erreur pendant la cration de la phrase de passe: %s\n" @@ -7997,7 +7997,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/gl.po b/po/gl.po index b13c831b1..6fddab489 100644 --- a/po/gl.po +++ b/po/gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.4\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2003-12-04 11:39+0100\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" @@ -711,7 +711,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" @@ -7980,7 +7980,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/hu.po b/po/hu.po index d230f7ca7..4020ff74a 100644 --- a/po/hu.po +++ b/po/hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.5\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2004-06-19 21:53+0200\n" "Last-Translator: Nagy Ferenc Lszl \n" "Language-Team: Hungarian \n" @@ -706,7 +706,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "Hiba a jelsz ltrehozsakor: %s.\n" @@ -7925,7 +7925,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/id.po b/po/id.po index 93a0d8854..ee226e5b6 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-id\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2004-06-17 16:32+0700\n" "Last-Translator: Tedi Heriyanto \n" "Language-Team: Indonesian \n" @@ -708,7 +708,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" @@ -7919,7 +7919,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/it.po b/po/it.po index bd52ad6b1..ed1aa8061 100644 --- a/po/it.po +++ b/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.1.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2004-06-16 17:01+0200\n" "Last-Translator: Marco d'Itri \n" "Language-Team: Italian \n" @@ -706,7 +706,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "errore nella creazione della passhprase: %s\n" @@ -7962,7 +7962,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/ja.po b/po/ja.po index c220afc17..ecd8a68df 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.3.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2004-11-23 11:14+0900\n" "Last-Translator: IIDA Yosiaki \n" "Language-Team: Japanese \n" @@ -710,7 +710,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "ѥե졼κ顼: %s\n" @@ -7744,7 +7744,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/nb.po b/po/nb.po index 4f07f3b1e..6260fa367 100644 --- a/po/nb.po +++ b/po/nb.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.3\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2006-06-13 20:31+0200\n" "Last-Translator: Trond Endrestl \n" "Language-Team: Norwegian Bokml \n" @@ -705,7 +705,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "feil ved opprettelse av passfrase: %s\n" @@ -7676,7 +7676,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/pl.po b/po/pl.po index 922da8378..a0b683a9c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-2.0.7\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2007-11-26 19:01+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -713,7 +713,7 @@ msgid "I'll change it later" msgstr "Zmieni je pniej" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, c-format msgid "error creating a pipe: %s\n" msgstr "bd tworzenia potoku: %s\n" @@ -7772,7 +7772,7 @@ msgstr "Konfiguracja u msgid "Configuration for OCSP" msgstr "Konfiguracja dla OCSP" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "Uwaga, okrelenia grup s ignorowane\n" diff --git a/po/pt.po b/po/pt.po index b9c4e584f..fc82ce96a 100644 --- a/po/pt.po +++ b/po/pt.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2002-09-13 18:26+0100\n" "Last-Translator: Pedro Morais \n" "Language-Team: pt \n" @@ -710,7 +710,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "erro na criao da frase secreta: %s\n" @@ -7941,7 +7941,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 8c49a80bb..f06001b28 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2007-08-16 11:35+0200\n" "Last-Translator:\n" "Language-Team: ?\n" @@ -711,7 +711,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "erro na criao da frase secreta: %s\n" @@ -7953,7 +7953,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/ro.po b/po/ro.po index 95d1c56ec..ca8be314d 100644 --- a/po/ro.po +++ b/po/ro.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.2rc1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2005-05-31 22:00-0500\n" "Last-Translator: Laurentiu Buzdugan \n" "Language-Team: Romanian \n" @@ -716,7 +716,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "eroare la crearea frazei-parol: %s\n" @@ -7822,7 +7822,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/ru.po b/po/ru.po index 1e977eea6..02468cc98 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GnuPG 2.0.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2006-11-07 19:31+0300\n" "Last-Translator: Maxim Britov \n" "Language-Team: Russian \n" @@ -694,7 +694,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, c-format msgid "error creating a pipe: %s\n" msgstr "" @@ -7690,7 +7690,7 @@ msgstr "Настройки LDAP серверов" msgid "Configuration for OCSP" msgstr "Настройки OCSP" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/sk.po b/po/sk.po index 357450a9f..4a91ecf7f 100644 --- a/po/sk.po +++ b/po/sk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.5\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2004-07-20 15:52+0200\n" "Last-Translator: Michal Majer \n" "Language-Team: Slovak \n" @@ -707,7 +707,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "chyba pri vytvran hesla: %s\n" @@ -7946,7 +7946,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/sv.po b/po/sv.po index 2d4b49eb0..a41270641 100644 --- a/po/sv.po +++ b/po/sv.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg trunk\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2007-11-12 16:08+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -733,7 +733,7 @@ msgid "I'll change it later" msgstr "Jag ändrar den senare" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, c-format msgid "error creating a pipe: %s\n" msgstr "fel när ett rör skapades: %s\n" @@ -7855,7 +7855,7 @@ msgstr "Konfiguration av LDAP-servrar som ska användas" msgid "Configuration for OCSP" msgstr "Konfiguration för OCSP" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "Observera att gruppspecifikationer ignoreras\n" diff --git a/po/tr.po b/po/tr.po index f1546d0f5..9770eaac0 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.9.94\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2006-11-04 03:45+0200\n" "Last-Translator: Nilgün Belma Bugüner \n" "Language-Team: Turkish \n" @@ -699,7 +699,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, c-format msgid "error creating a pipe: %s\n" msgstr "boru oluşturulurken hata: %s\n" @@ -7789,7 +7789,7 @@ msgstr "Kullanılacak LDAP sunucularının yapılandırması" msgid "Configuration for OCSP" msgstr "OCSP için yapılandırma" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index c9f335fda..0c7a3ad41 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.4\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2006-07-02 10:58+0800\n" "Last-Translator: Meng Jie \n" "Language-Team: Chinese (simplified) \n" @@ -714,7 +714,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "生成密码的时候发生错误:%s\n" @@ -7663,7 +7663,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 3ebc8790b..370affd3e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-12-14 16:16+0100\n" +"POT-Creation-Date: 2007-12-14 17:00+0100\n" "PO-Revision-Date: 2005-07-29 09:49+0800\n" "Last-Translator: Jedi \n" "Language-Team: Chinese (traditional) \n" @@ -710,7 +710,7 @@ msgid "I'll change it later" msgstr "" #: common/exechelp.c:371 common/exechelp.c:459 tools/gpgconf-comp.c:1338 -#: tools/gpgconf-comp.c:1641 +#: tools/gpgconf-comp.c:1661 #, fuzzy, c-format msgid "error creating a pipe: %s\n" msgstr "建立密語的時候發生錯誤: %s\n" @@ -7691,7 +7691,7 @@ msgstr "" msgid "Configuration for OCSP" msgstr "" -#: tools/gpgconf-comp.c:3006 +#: tools/gpgconf-comp.c:3026 msgid "Note that group specifications are ignored\n" msgstr "" -- cgit v1.2.3