gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9991 - in Extractor: . po src/main


From: gnunet
Subject: [GNUnet-SVN] r9991 - in Extractor: . po src/main
Date: Wed, 13 Jan 2010 16:34:11 +0100

Author: grothoff
Date: 2010-01-13 16:34:11 +0100 (Wed, 13 Jan 2010)
New Revision: 9991

Modified:
   Extractor/configure.ac
   Extractor/po/de.po
   Extractor/po/fr.po
   Extractor/po/ga.po
   Extractor/po/libextractor.pot
   Extractor/po/nl.po
   Extractor/po/ro.po
   Extractor/po/rw.po
   Extractor/po/sv.po
   Extractor/po/vi.po
   Extractor/src/main/
   Extractor/src/main/Makefile.am
   Extractor/src/main/extract.c
Log:
updates

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/configure.ac      2010-01-13 15:34:11 UTC (rev 9991)
@@ -221,6 +221,26 @@
          AM_CONDITIONAL(HAVE_POPPLER, false))],
          AM_CONDITIONAL(HAVE_POPPLER, false))
 
+AC_MSG_CHECKING(for ImageFactory::iptcData in -lexiv2)
+AC_LANG_PUSH(C++)
+SAVED_LDFLAGS=$LDFLAGS
+LDFLAGS="$LDFLAGS -lexiv2"
+AC_LINK_IFELSE(
+  [AC_LANG_PROGRAM([[#include <iostream>
+#include <exiv2/exif.hpp>
+#include <exiv2/image.hpp>
+#include <exiv2/futils.hpp>]],
+    [[Exiv2::Image *foo = NULL; foo->iptcData(); ]])],
+  [AC_MSG_RESULT(yes)
+   AM_CONDITIONAL(HAVE_EXIV2, true)
+   AC_DEFINE(HAVE_EXIV2,1,[Have exifData in libexiv2])],
+  [AC_MSG_RESULT(no)
+   AM_CONDITIONAL(HAVE_EXIV2, false)])
+LDFLAGS=$SAVED_LDFLAGS
+AC_LANG_POP(C++)
+
+
+
 AC_MSG_CHECKING(for getPDFMajorVersion in -lpoppler)
 AC_LANG_PUSH(C++)
 SAVED_LDFLAGS=$LDFLAGS
@@ -329,7 +349,6 @@
 fi
 
 # check for all C++ dependencies...
-exiv2=0
 qt=0
 qt4=0
 
@@ -423,22 +442,6 @@
 LDFLAGS=$SAVED_LDFLAGS
 CPPFLAGS=$SAVED_CPPFLAGS
 
-exiv2=1
-AC_MSG_CHECKING([whether to enable exiv2 extractor])
-AC_ARG_ENABLE(exiv2,
- [AC_HELP_STRING([--enable-exiv2],[Enable exiv2 support])
-  AC_HELP_STRING([--disable-exiv2],[Disable exiv2 support])],
- [case "$enableval" in
-  no)  AC_MSG_RESULT(no)
-        exiv2=0
-       ;;
-  *)    AC_MSG_RESULT(yes)
-        exiv2=1
-       ;;
-  esac],
-  [     AC_MSG_RESULT(yes)
-        exiv2=1])
-AC_LANG_POP([C++])
 # end C++ checks
 fi
 
@@ -465,11 +468,10 @@
 AM_CONDITIONAL(HAVE_QT_SVG, test x$qt_svg != x0)
 AM_CONDITIONAL(HAVE_QT_SVG4, test x$qt_svg4 != x0)
 
-AM_CONDITIONAL(HAVE_EXIV2, test x$exiv2 != x0)
-AC_DEFINE_UNQUOTED([HAVE_EXIV2], $exiv2, [We use EXIV2])
-
 ABI_GSF
 
+AM_CONDITIONAL(WITH_GSF, test "x$have_gsf" = "xtrue")
+
 # produce new line
 echo ""
 AC_CHECK_LIB(gsf-1, gsf_init, AC_DEFINE(HAVE_GSF_INIT,1,[gsf_init supported]))
@@ -572,7 +574,7 @@
  AC_MSG_ERROR([FATAL: zlib not found (headers not installed?)])
 fi
 
-if test "x$exiv2" = "x0"
+if test "x$HAVE_EXIV2" = "x#"
 then
  AC_MSG_NOTICE([NOTICE: exiv2 disabled])
 fi

Modified: Extractor/po/de.po
===================================================================
--- Extractor/po/de.po  2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/de.po  2010-01-13 15:34:11 UTC (rev 9991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.14\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: 2007-03-23 23:16+0100\n"
 "Last-Translator: Nils Durner <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
@@ -985,29 +985,29 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr "%s - (binär)\n"
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr ""
 "Sie müssen ein Argument für die Option »%s« angeben (Option wird 
ignoriert).\n"
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr "Verwenden Sie --help, um eine Liste aller Optionen zu sehen.\n"
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr "%% BibTeX Datei\n"
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, c-format
 msgid "Keywords for file %s:\n"
 msgstr "Schlüsserwörter für die Datei %s:\n"

Modified: Extractor/po/fr.po
===================================================================
--- Extractor/po/fr.po  2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/fr.po  2010-01-13 15:34:11 UTC (rev 9991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libextractor-0.5.20a\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: 2008-08-24 19:08+0100\n"
 "Last-Translator: Nicolas Provost <address@hidden>\n"
 "Language-Team: French <address@hidden>\n"
@@ -1007,28 +1007,28 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr "%s - (binaire)\n"
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr "Vous devez préciser un argument pour l'option `%s' (option ignorée).\n"
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr "Utilisez --help pour obtenir une liste d'options.\n"
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr "%% fichier BiBTeX\n"
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, c-format
 msgid "Keywords for file %s:\n"
 msgstr "Mots-clés pour le fichier %s:\n"

Modified: Extractor/po/ga.po
===================================================================
--- Extractor/po/ga.po  2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/ga.po  2010-01-13 15:34:11 UTC (rev 9991)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.20\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: 2008-03-21 20:46-0700\n"
 "Last-Translator: Kevin Scannell <address@hidden>\n"
 "Language-Team: Irish <address@hidden>\n"
@@ -983,29 +983,29 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr "%s - (d�n�rtha)\n"
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr ""
 "N� m�r duit arg�int a thabhairt i ndiaidh na rogha `%s' (� ligean thart).\n"
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr "Bain �s�id as '--help' le haghaidh n�os m� roghanna.\n"
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr "%% Comhad BiBTeX\n"
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, c-format
 msgid "Keywords for file %s:\n"
 msgstr "Lorgfhocail do chomhad %s:\n"

Modified: Extractor/po/libextractor.pot
===================================================================
--- Extractor/po/libextractor.pot       2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/libextractor.pot       2010-01-13 15:34:11 UTC (rev 9991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
@@ -971,28 +971,28 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr ""
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr ""
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr ""
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr ""
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, c-format
 msgid "Keywords for file %s:\n"
 msgstr ""

Modified: Extractor/po/nl.po
===================================================================
--- Extractor/po/nl.po  2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/nl.po  2010-01-13 15:34:11 UTC (rev 9991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libextractor-0.5.20a\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: 2009-03-08 16:59+0100\n"
 "Last-Translator: Erwin Poeze <address@hidden>\n"
 "Language-Team: Dutch <address@hidden>\n"
@@ -985,28 +985,28 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr "%s - (binair)\n"
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr "Optie '%s' vereist een argument -- optie is genegeerd.\n"
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr "Gebruik '--help' voor een lijst met mogelijke opties.\n"
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr "%% BiBTeX-bestand\n"
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, c-format
 msgid "Keywords for file %s:\n"
 msgstr "Trefwoorden voor bestand %s:\n"

Modified: Extractor/po/ro.po
===================================================================
--- Extractor/po/ro.po  2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/ro.po  2010-01-13 15:34:11 UTC (rev 9991)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.3\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: 2005-08-16 12:00-0500\n"
 "Last-Translator: Laurentiu Buzdugan <address@hidden>\n"
 "Language-Team: Romanian <address@hidden>\n"
@@ -986,29 +986,29 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr "%s - (binar)\n"
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, fuzzy, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr ""
 "Trebuie s� specifica�i un argument pentru op�iunea '%s' (op�iune ignorat�).\n"
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr "Folosi�i --help pentru a ob�ine o list� de op�iuni.\n"
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr "%% BiBTeX file\n"
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, c-format
 msgid "Keywords for file %s:\n"
 msgstr "Cuvinte cheie pentru fi�ier %s:\n"

Modified: Extractor/po/rw.po
===================================================================
--- Extractor/po/rw.po  2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/rw.po  2010-01-13 15:34:11 UTC (rev 9991)
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.4.2\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <address@hidden>\n"
 "Language-Team: Kinyarwanda <address@hidden>\n"
@@ -1050,28 +1050,28 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr "%s-(Nyabibiri"
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, fuzzy, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr "kugirango i Ihitamo Ihitamo"
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, fuzzy, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr "Ifashayobora Kuri Kubona a Urutonde Bya Amahitamo"
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr ""
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, fuzzy, c-format
 msgid "Keywords for file %s:\n"
 msgstr "kugirango IDOSIYE"

Modified: Extractor/po/sv.po
===================================================================
--- Extractor/po/sv.po  2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/sv.po  2010-01-13 15:34:11 UTC (rev 9991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.22\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: 2009-05-12 17:45+0100\n"
 "Last-Translator: Daniel Nylander <address@hidden>\n"
 "Language-Team: Swedish <address@hidden>\n"
@@ -979,28 +979,28 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr "%s - (binär)\n"
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr "Du måste ange ett argument för flaggan \"%s\" (flagga ignoreras).\n"
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr "Använd --help för att få en lista på flaggor.\n"
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr "%% BiBTeX-fil\n"
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, c-format
 msgid "Keywords for file %s:\n"
 msgstr "Nyckelord för filen %s:\n"

Modified: Extractor/po/vi.po
===================================================================
--- Extractor/po/vi.po  2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/po/vi.po  2010-01-13 15:34:11 UTC (rev 9991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.22\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2010-01-13 15:34+0100\n"
+"POT-Creation-Date: 2010-01-13 15:36+0100\n"
 "PO-Revision-Date: 2009-05-12 22:57+0930\n"
 "Last-Translator: Clytie Siddall <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"
@@ -986,29 +986,29 @@
 msgid "%s - (binary, %u bytes)\n"
 msgstr "%s - (nhị phân)\n"
 
-#: src/main/extract.c:604 src/main/extract.c:614
+#: src/main/extract.c:603 src/main/extract.c:613
 #, c-format
 msgid ""
 "Illegal combination of options, cannot combine multiple styles of printing.\n"
 msgstr ""
 
-#: src/main/extract.c:641
+#: src/main/extract.c:640
 #, c-format
 msgid "You must specify an argument for the `%s' option (option ignored).\n"
 msgstr "Bạn phải ghi rõ một đối số cho tùy chọn « %s » (tùy chọn bị bỏ qua).\n"
 
-#: src/main/extract.c:706
+#: src/main/extract.c:705
 #, c-format
 msgid "Use --help to get a list of options.\n"
 msgstr ""
 "Hãy sử dụng lệnh « --help » (trợ giúp) để xem một danh sách các tùy chọn.\n"
 
-#: src/main/extract.c:738
+#: src/main/extract.c:737
 #, c-format
 msgid "%% BiBTeX file\n"
 msgstr "%% tập tin BiBTeX\n"
 
-#: src/main/extract.c:745
+#: src/main/extract.c:744
 #, c-format
 msgid "Keywords for file %s:\n"
 msgstr "Từ khoá cho tập tin %s:\n"


Property changes on: Extractor/src/main
___________________________________________________________________
Modified: svn:ignore
   - test_binary
Makefile.in
Makefile
extract
.deps

   + test_trivial
test_plugin_loading
test_plugin_load_multi
test_binary
Makefile.in
Makefile
extract
.deps


Modified: Extractor/src/main/Makefile.am
===================================================================
--- Extractor/src/main/Makefile.am      2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/src/main/Makefile.am      2010-01-13 15:34:11 UTC (rev 9991)
@@ -46,10 +46,6 @@
   getopt1.c 
 
 
-
-
-ELIBDIR = $(libdir)
-
 LDADD = \
  $(top_builddir)/src/main/libextractor.la  
 
@@ -65,12 +61,6 @@
  test_plugin_loading \
  test_plugin_load_multi
 
-nocheck = \
- mt_plugintest1 \
- mt_plugintest2 \
- mt_extracttest1 \
- mt_extracttest2
-
 TESTS = $(check_PROGRAMS) $(fuzz_tests)
 
 test_trivial_SOURCES = \
@@ -82,24 +72,3 @@
 test_plugin_load_multi_SOURCES = \
  test_plugin_load_multi.c 
 
-mt_plugintest1_SOURCES = \
- mt_plugintest1.c 
-mt_plugintest1_LDFLAGS = \
- -lpthread
-
-mt_plugintest2_SOURCES = \
- mt_plugintest2.c 
-mt_plugintest2_LDFLAGS = \
- -lpthread
-
-mt_extracttest1_SOURCES = \
- mt_extracttest1.c 
-mt_extracttest1_LDFLAGS = \
- -lpthread
-
-mt_extracttest2_SOURCES = \
- mt_extracttest2.c 
-mt_extracttest2_LDFLAGS = \
- -lpthread
-
-

Modified: Extractor/src/main/extract.c
===================================================================
--- Extractor/src/main/extract.c        2010-01-13 14:42:13 UTC (rev 9990)
+++ Extractor/src/main/extract.c        2010-01-13 15:34:11 UTC (rev 9991)
@@ -554,7 +554,6 @@
   int defaultAll = YES;
   int bibtex = NO;
   int grepfriendly = NO;
-  char * name;
   int ret = 0;
   EXTRACTOR_MetaDataProcessor processor = NULL;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]