summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2005-04-14 21:30:58 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2005-04-14 21:30:58 +0000
commit2a807adf5a70f4a1a7d341dac3692025610a9a65 (patch)
tree2f995b10f3f23ac771a49a53ef6c412cbb5b3a52 /libgphoto2_port
parentcda224bf0482cb0eca5e281d1c59fe8fd019abea (diff)
downloadlibgphoto2-2a807adf5a70f4a1a7d341dac3692025610a9a65.tar.gz
more new build system
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7835 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/.cvsignore1
-rw-r--r--libgphoto2_port/configure.in38
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c4
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-portability.h3
-rw-r--r--libgphoto2_port/m4/gp-check-library.m416
-rw-r--r--libgphoto2_port/po/.cvsignore23
-rw-r--r--libgphoto2_port/po/cs.po62
-rw-r--r--libgphoto2_port/po/da.po62
-rw-r--r--libgphoto2_port/po/de.po62
-rw-r--r--libgphoto2_port/po/es.po62
-rw-r--r--libgphoto2_port/po/fr.po62
-rw-r--r--libgphoto2_port/po/it.po62
-rw-r--r--libgphoto2_port/po/ja.po62
-rw-r--r--libgphoto2_port/po/nb.po62
-rw-r--r--libgphoto2_port/po/pt_BR.po62
-rw-r--r--libgphoto2_port/po/ru.po62
-rw-r--r--libgphoto2_port/po/sl.po62
-rw-r--r--libgphoto2_port/po/sv.po62
-rw-r--r--libgphoto2_port/po/uk.po62
-rw-r--r--libgphoto2_port/po/zh_CN.po62
-rw-r--r--libgphoto2_port/serial/Makefile.am7
-rw-r--r--libgphoto2_port/test/Makefile.am12
-rw-r--r--libgphoto2_port/usb/Makefile.am14
23 files changed, 575 insertions, 411 deletions
diff --git a/libgphoto2_port/.cvsignore b/libgphoto2_port/.cvsignore
index e61e51286..522a7f59d 100644
--- a/libgphoto2_port/.cvsignore
+++ b/libgphoto2_port/.cvsignore
@@ -1,4 +1,5 @@
intl
+libltdl
autom4te.cache
libgphoto2_port.spec
gphoto2-port-config
diff --git a/libgphoto2_port/configure.in b/libgphoto2_port/configure.in
index 28394dbbe..6b0c32269 100644
--- a/libgphoto2_port/configure.in
+++ b/libgphoto2_port/configure.in
@@ -20,10 +20,11 @@ dnl ---------------------------------------------------------------------------
LIBGPHOTO2_PORT_AGE=1
LIBGPHOTO2_PORT_REVISION=5
LIBGPHOTO2_PORT_CURRENT=0
+LIBGPHOTO2_PORT_VERSION_INFO=`expr $LIBGPHOTO2_PORT_CURRENT + $LIBGPHOTO2_PORT_REVISION`:$LIBGPHOTO2_PORT_AGE:$LIBGPHOTO2_PORT_REVISION
+
AC_SUBST(LIBGPHOTO2_PORT_AGE)
AC_SUBST(LIBGPHOTO2_PORT_REVISION)
AC_SUBST(LIBGPHOTO2_PORT_CURRENT)
-LIBGPHOTO2_PORT_VERSION_INFO=`expr $LIBGPHOTO2_PORT_CURRENT + $LIBGPHOTO2_PORT_REVISION`:$LIBGPHOTO2_PORT_AGE:$LIBGPHOTO2_PORT_REVISION
AC_SUBST(LIBGPHOTO2_PORT_VERSION_INFO)
dnl obsolete
@@ -34,12 +35,10 @@ dnl AC_SUBST(LIBGPHOTO2_PORT_VERSION)
dnl ---------------------------------------------------------------------------
dnl Checks for programs.
dnl ---------------------------------------------------------------------------
-dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
-
dnl Something with the sequences is not quite alright yet.
dnl SED is supposed to be set in AC_LIBTOOL_SETUP, but the
dnl sequence seems to get mixed up.
@@ -108,6 +107,16 @@ AC_CHECK_HEADERS(stdlib.h unistd.h stdio.h fcntl.h errno.h sys/time.h \
sys/param.h termios.h sgetty.h ttold.h ioctl-types.h \
fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h unistd.h \
endian.h byteswap.h asm/io.h)
+
+dnl FIXME: Provide regex.h with the corresponding object code for
+dnl platforms which do not have it.
+AC_CHECK_HEADER([regex.h],
+ [AC_DEFINE([HAVE_REGEX],1,[whether we have regex.h])],
+ [AC_MSG_ERROR([
+*** We need regex.h and its object code to compile
+*** But we could not find it.
+])
+])
dnl FIXME: Provide regex.h with the corresponding object code for
dnl platforms which do not have it, e.g. Windows.
@@ -187,13 +196,14 @@ GP_SERLOCK([baudboy])dnl
GP_SERLOCK([ttylock])dnl
GP_SERLOCK([lockdev])dnl
GP_SERLOCK([resmgr])dnl
+SERIAL_LIBS=""
resmgr_msg=no
if $try_resmgr; then
AC_CHECK_HEADER(resmgr.h,
AC_CHECK_LIB(resmgr, rsm_lock_device,[
resmgr_msg=yes
- SERIAL_LFLAGS="-lresmgr"
+ SERIAL_LIBS="-lresmgr"
AC_DEFINE(HAVE_RESMGR,1,[Define if we have the resmgr library.])
])
)
@@ -226,7 +236,7 @@ if $try_ttylock; then
AC_DEFINE(HAVE_TTYLOCK,1,[Define if you have ttylock based tty locking.])
ttylock_msg=yes
try_lockdev=false
- SERIAL_LFLAGS=-llockdev
+ SERIAL_LIBS=-llockdev
AC_MSG_RESULT(unknown)
AC_MSG_RESULT(unknown)
)
@@ -242,7 +252,7 @@ if $try_lockdev; then
AC_CHECK_HEADER(lockdev.h,[
AC_DEFINE(HAVE_LOCKDEV,1,[Define if you have dev_lock/lockdev based locking.])
lockdev_msg=yes
- SERIAL_LFLAGS=-llockdev
+ SERIAL_LIBS=-llockdev
]
)
]
@@ -252,8 +262,7 @@ GP_CONFIG_MSG([Using lockdev],[${lockdev_msg}])
fi # have_serial
-AC_SUBST([SERIAL_LFLAGS])
-
+AC_SUBST([SERIAL_LIBS])
dnl ---------------------------------------------------------------------------
dnl libusb
@@ -268,14 +277,16 @@ GP_CHECK_LIBRARY([LIBUSB],[libusb],[>= 0.1.5],[usb.h],[usb_busses],[
# ----------------------------------------------------------------------
AC_SUBST(IOLIB_SUBDIRS)
-AC_SUBST([iolibdir],["\$(libdir)/gphoto2_port/\$(VERSION)"])
+AC_SUBST([iolibdir],["\$(libdir)/\$(PACKAGE_TARNAME)/\$(VERSION)"])
AM_CPFLAGS="$AM_CPPFLAGS -DIOLIBS=\\\"${iolibdir}\\\""
dnl ----------------------------------------------------------------------
dnl GNU regex?
dnl ----------------------------------------------------------------------
-AC_CHECK_FUNC(re_compile_pattern, AC_DEFINE(HAVE_GNU_REGEX,1,[Define if you have GNU regex.]))
+AC_CHECK_FUNC(re_compile_pattern,
+ AC_DEFINE(HAVE_GNU_REGEX,1,[Define if you have GNU regex.])
+)
dnl ----------------------------------------------------------------------
@@ -297,7 +308,7 @@ GP_CHECK_DOC_DIR()dnl
GP_BUILD_GTK_DOCS()dnl
- ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
# References to external resources (web sites, mailing listes, etc.)
# ----------------------------------------------------------------------
@@ -332,11 +343,10 @@ Configuration (libgphoto2_port)
Use ttylock: $ttylock_msg
Use lockdev: $lockdev_msg
- USB support: $usb_msg
-
Build API documentation: $gtkdoc_msg
Use ltdl.h: $ltdl_msg
"
-
GP_CONFIG_OUTPUT
+
+# End of file.
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
index 33861324b..3ce93fd39 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
@@ -24,7 +24,11 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#ifdef HAVE_REGEX
#include <regex.h>
+#else
+#error We need regex.h, but it has not been detected.
+#endif
#ifdef HAVE_LTDL
#include <ltdl.h>
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.h b/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.h
index 89c48549b..f9f16558c 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.h
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.h
@@ -11,6 +11,9 @@
#include <stdio.h>
#include <direct.h>
+#ifdef IOLIBS
+#undef IOLIBS
+#endif
#define IOLIBS "."
#define strcasecmp _stricmp
#define snprintf _snprintf
diff --git a/libgphoto2_port/m4/gp-check-library.m4 b/libgphoto2_port/m4/gp-check-library.m4
index 94638c30a..f8fe8dbf8 100644
--- a/libgphoto2_port/m4/gp-check-library.m4
+++ b/libgphoto2_port/m4/gp-check-library.m4
@@ -202,16 +202,16 @@ dnl
dnl Run our own test link
dnl Does not work for *.la libs, so we deactivated it.
dnl
-dnl m4_ifval([$5],[dnl
-dnl if test "x${[have_][$1]}" = "xyes"; then
+m4_ifval([$5],[dnl
+if test "x${[have_][$1]}" = "xyes"; then
dnl AC_MSG_CHECKING([whether ][$2][ test link succeeds])
-dnl LDFLAGS_save="$LDFLAGS"
-dnl LDFLAGS="${[$1]_LIBS}"
-dnl AC_TRY_LINK_FUNC([$5],[],[have_][$1][=no])
-dnl LDFLAGS="$LDFLAGS_save"
+LIBS_save="$LIBSS"
+LIBS="${[$1]_LIBS}"
+AC_TRY_LINK_FUNC([$5],[],[have_][$1][=no])
+LIBS="$LIBS_save"
dnl AC_MSG_RESULT([${[have_][$1]}])
-dnl fi
-dnl ])dnl
+fi
+])dnl
dnl
dnl Abort configure script if mandatory, but not found
dnl
diff --git a/libgphoto2_port/po/.cvsignore b/libgphoto2_port/po/.cvsignore
index 33181333e..7338f2897 100644
--- a/libgphoto2_port/po/.cvsignore
+++ b/libgphoto2_port/po/.cvsignore
@@ -1,10 +1,17 @@
ChangeLog
-POTFILES
-Makefile.in.in
-Makefile.in
-Makefile
-libgphoto2_port.pot
-Makevars
-libgphoto2_port-0.pot
-remove-potcdate.sed
*.gmo
+*.pot
+Makevars
+Makevars.template
+Makefile
+Makefile.in
+Makefile.in.in
+POTFILES
+Rules-quot
+boldquot.sed
+en@boldquot.header
+en@quot.header
+insert-header.sin
+quot.sed
+remove-potcdate.sin
+stamp-po
diff --git a/libgphoto2_port/po/cs.po b/libgphoto2_port/po/cs.po
index 0e6d2746d..3bdd04111 100644
--- a/libgphoto2_port/po/cs.po
+++ b/libgphoto2_port/po/cs.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2003-07-12 15:08+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -15,110 +15,120 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Nemohu otevřít '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr "Nemohu zavřít '%s' (%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Nemohu zamknout zařízení '%s'"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "Nemohu zamknout zařízení '%s'"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr "Nemohu načíst io-knihovnu, protože nelze otevřít '%s' (%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "Nemohu zavřít '%s' (%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr "Nemohu zavřít '%s' (%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Obecný port"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/da.po b/libgphoto2_port/po/da.po
index ef0671f31..3c8d48978 100644
--- a/libgphoto2_port/po/da.po
+++ b/libgphoto2_port/po/da.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gphoto 0.4.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2000-04-19 10:12+02:00\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Dansk <dansk@klid.dk>\n"
@@ -15,116 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Fejl: kunne ikke bne %s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr ""
"Kunne ikke bne:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Kunne ikke finde smugkig"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "Kunne ikke finde smugkig"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr ""
"Kunne ikke bne:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr ""
"Kunne ikke bne:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/de.po b/libgphoto2_port/po/de.po
index e7d3f10cc..713c45691 100644
--- a/libgphoto2_port/po/de.po
+++ b/libgphoto2_port/po/de.po
@@ -10,8 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: de\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2005-01-06 16:14+0100\n"
"Last-Translator: Marcus Meissner <marcus@jet.franken.de>\n"
"Language-Team: deutsch <de@li.org>\n"
@@ -20,112 +20,122 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Konnte %s nicht ffnen (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, c-format
msgid "Could not load '%s': '%s'."
msgstr "Konnte %s nicht laden (%s)."
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr "Konnte einige Funktionen nicht in '%s' finden: '%s'."
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr "'%s' bereits geladen"
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Konnte Port Treiberliste%s nicht laden."
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr "Habe '%s' ('%s') von '%s' geladen."
-#: libgphoto2_port/gphoto2-port-info-list.c:253
-#, c-format
-msgid "Loading io-drivers from '%s'..."
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
msgstr "Lade I/O Treiber von '%s'..."
#: libgphoto2_port/gphoto2-port-info-list.c:268
+#, fuzzy, c-format
+msgid "Loading io-drivers from '%s' without ltdl..."
+msgstr "Lade I/O Treiber von '%s'..."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
"Konnte keinerlei I/O-Bibliothek laden weil %s nicht geffnet werden konnte "
"(%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr "'%s' ist keine Bibliothek (%s)."
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "Konnte einige Funktionen in %s nicht finden (%s)."
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, c-format
msgid "Could not load list (%s)"
msgstr "Konnte Liste nicht laden (%s)"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr "Habe '%s' (%s) von %s geladen"
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr "Zhle Eintrage (%i vorhanden)..."
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr "%i regulre Eintrage verf?gbar."
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr "Suche Pfad '%s' (%i Eintrge vorhanden)..."
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr "Starte Suche mit regulrem Ausdruck '%s'..."
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr "Versuche '%s'..."
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr "regcomp fehlgeschlagen"
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr "re_match fehlgeschlagen (%i)"
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr "regexec fehlgeschlagen"
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Generischer Port"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr "Suche Eintrag '%s'..."
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr "Hole Informationen von Eintrag %i (%i vorhanden)..."
diff --git a/libgphoto2_port/po/es.po b/libgphoto2_port/po/es.po
index b84893bc1..5261632e3 100644
--- a/libgphoto2_port/po/es.po
+++ b/libgphoto2_port/po/es.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2002-06-18 22:59-0300\n"
"Last-Translator: Fabian Mandelbaum <fabman@mandrakesoft.com>\n"
"Language-Team: Spanish <es@li.org>\n"
@@ -14,112 +14,122 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "No se pudo abrir '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr "No se pudo cerrar '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "No se pudo trabar el dispositivo '%s'"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "No se pudo trabar el dispositivo '%s'"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
"No se pudo cargar biblioteca de entrada/salida alguna porque '%s' no se pudo "
"abrir (%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "No se pudo cerrar '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr "No se pudo cerrar '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Puerto genrico"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/fr.po b/libgphoto2_port/po/fr.po
index 729fb628e..80de2cb77 100644
--- a/libgphoto2_port/po/fr.po
+++ b/libgphoto2_port/po/fr.po
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gphoto2\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2002-06-18 16:33--500\n"
"Last-Translator: christophe barb <christophe@ufies.org>\n"
"Language-Team: Franais <traduc@traduc.org>\n"
@@ -13,111 +13,121 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Impossible d'ouvrir '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr "Impossible de fermer '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Impossible de verrouiller le priphrique '%s'"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "Impossible de verrouiller le priphrique '%s'"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
"Ne peut charger aucune bibliothque d'E/S car '%s' ne peut tre ouvert (%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "Impossible de fermer '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr "Impossible de fermer '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Port gnrique"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/it.po b/libgphoto2_port/po/it.po
index 7831bfe7e..9241fc199 100644
--- a/libgphoto2_port/po/it.po
+++ b/libgphoto2_port/po/it.po
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port 2.1.5\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2005-02-07 20:51+0000\n"
"Last-Translator: Marco Colombo <m.colombo@ed.ac.uk>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -16,112 +16,122 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Impossibile aprire \"%s\" (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, c-format
msgid "Could not load '%s': '%s'."
msgstr "Impossibile caricare \"%s\": \"%s\"."
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr "Impossibile trovare alcune funzioni in \"%s\": \"%s\"."
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr "\"%s\" è già caricato"
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Impossibile caricare l'elenco dei driver per la porta: \"%s\"."
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr "Caricato \"%s\" (\"%s\") da \"%s\"."
-#: libgphoto2_port/gphoto2-port-info-list.c:253
-#, c-format
-msgid "Loading io-drivers from '%s'..."
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
msgstr "Caricamento dei driver di I/O da \"%s\"..."
#: libgphoto2_port/gphoto2-port-info-list.c:268
+#, fuzzy, c-format
+msgid "Loading io-drivers from '%s' without ltdl..."
+msgstr "Caricamento dei driver di I/O da \"%s\"..."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
"Impossibile caricare le librerie di I/O perché \"%s\" non può essere aperto "
"(%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr "\"%s\" non è una libreria (%s)"
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "Impossibile trovare alcune funzioni in \"%s\" (%s)"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, c-format
msgid "Could not load list (%s)"
msgstr "Impossibile caricare l'elenco (%s)"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr "Caricato \"%s\" (%s) da \"%s\"."
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr "Conteggio delle voci (%i disponibili)..."
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr "%i voci regolari disponibili."
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr "Ricerca del percorso \"%s\" (%i voci disponibili)..."
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr "Avvio ricerca con espressioni regolari per \"%s\"..."
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr "regcomp non riuscito"
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr "re_match non riuscito (%i)"
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr "regexec non riuscito"
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Porta generica"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr "Consultazione della voce \"%s\" in corso..."
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr "Lettura delle informazioni sulla voce %i (%i disponibili)..."
diff --git a/libgphoto2_port/po/ja.po b/libgphoto2_port/po/ja.po
index a22790888..e0556d61a 100644
--- a/libgphoto2_port/po/ja.po
+++ b/libgphoto2_port/po/ja.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port HEAD\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2004-12-21 01:06+0900\n"
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
@@ -15,112 +15,122 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "'%s' のオープンに失敗しました (%m)。"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr "'%s' を閉じることが出来ませんでした (%m)。"
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "デバイス '%s' をロックすることが出来ませんでした"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "デバイス '%s' をロックすることが出来ませんでした"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
"'%s' を開くことができないのでいくつかの I/O ライブラリを読み込めませんでした "
"(%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "'%s' を閉じることが出来ませんでした (%m)。"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr "'%s' を閉じることが出来ませんでした (%m)。"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Generic ポート"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/nb.po b/libgphoto2_port/po/nb.po
index 94db4c5ea..2559518c1 100644
--- a/libgphoto2_port/po/nb.po
+++ b/libgphoto2_port/po/nb.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gphoto 0.4.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2000-04-11 10:12+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
"Language-Team: Norwegian <i18n-nb@lister.ping.uio.no>\n"
@@ -14,116 +14,126 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Feil: kunne ikke pne %s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr ""
"Kunne ikke pne:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Kunne ikke hente forhndsvisning"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "Kunne ikke hente forhndsvisning"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr ""
"Kunne ikke pne:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr ""
"Kunne ikke pne:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/pt_BR.po b/libgphoto2_port/po/pt_BR.po
index a01ef7f5a..972ca3915 100644
--- a/libgphoto2_port/po/pt_BR.po
+++ b/libgphoto2_port/po/pt_BR.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2002-12-03 17:00+0100\n"
"Last-Translator: Evandro Gardenali <evandro@fasternet.com.br>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@@ -14,112 +14,122 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Falhou ao abrir '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr "No pude fechar '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "No foi possvel travar o dispositivo '%s'"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "No foi possvel travar o dispositivo '%s'"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
"No foi possvel carregar nenhuma biblioteca-io porque '%s' no pode ser "
"aberto (%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "No pude fechar '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr "No pude fechar '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Porta genrica"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/ru.po b/libgphoto2_port/po/ru.po
index b3ae4d6b7..d2656ce0d 100644
--- a/libgphoto2_port/po/ru.po
+++ b/libgphoto2_port/po/ru.po
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gphoto\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2005-01-05 23:00+0300\n"
"Last-Translator: Вячеслав Диконов (Vyacheslav Dikonov) <slava@altlinux.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -13,112 +13,122 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Не удалось открыть '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, c-format
msgid "Could not load '%s': '%s'."
msgstr "Невозможно загрузить '%s': '%s'."
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr "Не найдены некоторые функции в '%s': '%s'."
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr "'%s' уже загружен"
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Невозможно загрузить список драйверов портов: '%s'."
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr "Загружено '%s' ('%s') из '%s'."
-#: libgphoto2_port/gphoto2-port-info-list.c:253
-#, c-format
-msgid "Loading io-drivers from '%s'..."
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
msgstr "Загрузка драйверов ввода/вывода из '%s'..."
#: libgphoto2_port/gphoto2-port-info-list.c:268
+#, fuzzy, c-format
+msgid "Loading io-drivers from '%s' without ltdl..."
+msgstr "Загрузка драйверов ввода/вывода из '%s'..."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
"Невозможно загрузить библиотеку функций ввода/вывода, потому что невозможно "
"открыть '%s'(%m) "
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr "'%s' не является библиотекой (%s)"
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "Не найдены некоторые функции в '%s' (%s)"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, c-format
msgid "Could not load list (%s)"
msgstr "Невозможно загрузить список (%s)"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr "Загружено '%s' (%s) из '%s'"
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr "Подсчёт числа записей (%i доступно)..."
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr "доступно %i обычных записей."
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr "Поиск пути '%s' (доступно %i записей)..."
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr "Начало поиска '%s' с·использованием·регулярных·выражений..."
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr "Проверяется '%s'..."
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr "сбой regcomp"
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr "сбой re_match (%i)"
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr "сбой regexec"
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Обычный порт"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr "Поиск записи '%s'..."
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr "Получение информации о записи %i (%i доступно)..."
diff --git a/libgphoto2_port/po/sl.po b/libgphoto2_port/po/sl.po
index b50b2b836..467dc31be 100644
--- a/libgphoto2_port/po/sl.po
+++ b/libgphoto2_port/po/sl.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gphoto\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2002-01-04 19:28+0100\n"
"Last-Translator: Andraz Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
@@ -14,116 +14,126 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Napaka: nisem uspel odpreti %s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr ""
"Ne morem odpreti:\n"
" %s"
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Ne morem dobiti vzorca"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "Ne morem dobiti vzorca"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr ""
"Ne morem odpreti:\n"
" %s"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr ""
"Ne morem odpreti:\n"
" %s"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/sv.po b/libgphoto2_port/po/sv.po
index 6e6230c5d..fa07fd62c 100644
--- a/libgphoto2_port/po/sv.po
+++ b/libgphoto2_port/po/sv.po
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port 2.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2002-07-24 08:54+0200\n"
"Last-Translator: Stefan Bjrnelund <Stefanb@Update.UU.SE>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -16,111 +16,121 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "Misslyckades att ppna '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr "Kunde inte stnga '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "Kunde inte lsa enhet '%s'"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "Kunde inte lsa enhet '%s'"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
"Kunde inte ladda ngot io-bibliotek eftersom '%s' inte kunde ppnas (%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "Kunde inte stnga '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr "Kunde inte stnga '%s' (%m)."
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "Generell Port"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/uk.po b/libgphoto2_port/po/uk.po
index 1fe7bf13a..7847cd2fb 100644
--- a/libgphoto2_port/po/uk.po
+++ b/libgphoto2_port/po/uk.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gphoto\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2000-06-27 16:33+0200\n"
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
"Language-Team: Ukrainian <ru@li.org>\n"
@@ -14,116 +14,126 @@ msgstr ""
"Content-Type: text/plain; charset=koi8-u\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr ": צ %s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr ""
" צ:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr " "
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr " "
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr ""
" צ:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr ""
" צ:\n"
"%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/po/zh_CN.po b/libgphoto2_port/po/zh_CN.po
index 0d442b1be..49e590d4d 100644
--- a/libgphoto2_port/po/zh_CN.po
+++ b/libgphoto2_port/po/zh_CN.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-03-19 16:41+0100\n"
+"Report-Msgid-Bugs-To: gphoto-devel@lists.sourceforge.net\n"
+"POT-Creation-Date: 2005-04-10 10:46+0200\n"
"PO-Revision-Date: 2002-11-21 13:11+0800\n"
"Last-Translator: Wang Li <charles@linux.net.cn>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -14,110 +14,120 @@ msgstr ""
"Content-Type: text/plain; charset=gb2312\n"
"Content-Transfer-Encoding: 8bit\n"
-#: libgphoto2_port/gphoto2-port-info-list.c:178
+#: libgphoto2_port/gphoto2-port-info-list.c:176
+#, fuzzy, c-format
+msgid "Called for filename '%s'."
+msgstr "򿪡%s(%m)ʧܡ"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:181
#, fuzzy, c-format
msgid "Could not load '%s': '%s'."
msgstr "޷رա%s(%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:186
+#: libgphoto2_port/gphoto2-port-info-list.c:189
#, c-format
msgid "Could not find some functions in '%s': '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:198
-#: libgphoto2_port/gphoto2-port-info-list.c:322
+#: libgphoto2_port/gphoto2-port-info-list.c:201
+#: libgphoto2_port/gphoto2-port-info-list.c:327
#, c-format
msgid "'%s' already loaded"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:207
+#: libgphoto2_port/gphoto2-port-info-list.c:210
#, fuzzy, c-format
msgid "Could not load port driver list: '%s'."
msgstr "޷豸%s"
-#: libgphoto2_port/gphoto2-port-info-list.c:214
+#: libgphoto2_port/gphoto2-port-info-list.c:217
#, c-format
msgid "Loaded '%s' ('%s') from '%s'."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:253
+#: libgphoto2_port/gphoto2-port-info-list.c:258
+#, fuzzy, c-format
+msgid "Using ltdl to load io-drivers from '%s'..."
+msgstr "޷豸%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
-msgid "Loading io-drivers from '%s'..."
+msgid "Loading io-drivers from '%s' without ltdl..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:268
+#: libgphoto2_port/gphoto2-port-info-list.c:273
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
msgstr "޷򿪡%s(%m)޷װκ io "
-#: libgphoto2_port/gphoto2-port-info-list.c:300
+#: libgphoto2_port/gphoto2-port-info-list.c:305
#, c-format
msgid "'%s' is not a library (%s)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:310
+#: libgphoto2_port/gphoto2-port-info-list.c:315
#, fuzzy, c-format
msgid "Could not find some functions in '%s' (%s)"
msgstr "޷رա%s(%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:330
+#: libgphoto2_port/gphoto2-port-info-list.c:335
#, fuzzy, c-format
msgid "Could not load list (%s)"
msgstr "޷رա%s(%m)"
-#: libgphoto2_port/gphoto2-port-info-list.c:338
+#: libgphoto2_port/gphoto2-port-info-list.c:343
#, c-format
msgid "Loaded '%s' (%s) from '%s'"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:369
+#: libgphoto2_port/gphoto2-port-info-list.c:374
#, c-format
msgid "Counting entries (%i available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:378
+#: libgphoto2_port/gphoto2-port-info-list.c:383
#, c-format
msgid "%i regular entries available."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:407
+#: libgphoto2_port/gphoto2-port-info-list.c:412
#, c-format
msgid "Looking for path '%s' (%i entries available)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:419
+#: libgphoto2_port/gphoto2-port-info-list.c:424
#, c-format
msgid "Starting regex search for '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:425
+#: libgphoto2_port/gphoto2-port-info-list.c:430
#, c-format
msgid "Trying '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:446
+#: libgphoto2_port/gphoto2-port-info-list.c:451
msgid "regcomp failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:457
+#: libgphoto2_port/gphoto2-port-info-list.c:462
#, c-format
msgid "re_match failed (%i)"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:465
+#: libgphoto2_port/gphoto2-port-info-list.c:470
msgid "regexec failed"
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:472
+#: libgphoto2_port/gphoto2-port-info-list.c:477
msgid "Generic Port"
msgstr "ͨö˿"
-#: libgphoto2_port/gphoto2-port-info-list.c:496
+#: libgphoto2_port/gphoto2-port-info-list.c:501
#, c-format
msgid "Looking up entry '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port-info-list.c:526
+#: libgphoto2_port/gphoto2-port-info-list.c:531
#, c-format
msgid "Getting info of entry %i (%i available)..."
msgstr ""
diff --git a/libgphoto2_port/serial/Makefile.am b/libgphoto2_port/serial/Makefile.am
index 6d957393f..5ddcdbb4a 100644
--- a/libgphoto2_port/serial/Makefile.am
+++ b/libgphoto2_port/serial/Makefile.am
@@ -3,9 +3,10 @@ EXTRA_DIST = makefile.os2 serial.df
INCLUDES = -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/intl
## Compile the IO library into a shared library
-iolibdir = $(libdir)/gphoto2_port/$(VERSION)
iolib_LTLIBRARIES = libgphoto2_port_serial.la
-libgphoto2_port_serial_la_LDFLAGS = -module -avoid-version $(SERIAL_LFLAGS)
+
+libgphoto2_port_serial_la_LDFLAGS = -module -no-undefined -avoid-version
libgphoto2_port_serial_la_LIBADD = \
- $(top_builddir)/libgphoto2_port/libgphoto2_port.la
+ $(top_builddir)/libgphoto2_port/libgphoto2_port.la \
+ $(SERIAL_LIBS)
libgphoto2_port_serial_la_SOURCES = unix.c
diff --git a/libgphoto2_port/test/Makefile.am b/libgphoto2_port/test/Makefile.am
index a040b0e41..55ae6bdd5 100644
--- a/libgphoto2_port/test/Makefile.am
+++ b/libgphoto2_port/test/Makefile.am
@@ -1,11 +1,7 @@
-
-INCLUDES = \
- $(GPPORT_CFLAGS) \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/intl \
- -I$(top_srcdir)/libgphoto2_port
-
noinst_PROGRAMS = test-gp-port
+test_gp_port_CPPFLAGS = \
+ $(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(LTDLINCL)
test_gp_port_SOURCE = test-gp-port.c
-test_gp_port_LDFLAGS = $(top_builddir)/libgphoto2_port/libgphoto2_port.la $(INTLLIBS)
+test_gp_port_LDFLAGS = $(top_builddir)/libgphoto2_port/libgphoto2_port.la $(LIBLTDL) $(INTLLIBS)
diff --git a/libgphoto2_port/usb/Makefile.am b/libgphoto2_port/usb/Makefile.am
index 168841533..7406c05a7 100644
--- a/libgphoto2_port/usb/Makefile.am
+++ b/libgphoto2_port/usb/Makefile.am
@@ -1,11 +1,13 @@
EXTRA_DIST = makefile.os2 usb.df usb-os2.c
-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/libgphoto2_port $(USB_CFLAGS)
-
-## Compile the IO library into a shared library
-iolibdir = $(libdir)/gphoto2_port/$(VERSION)
iolib_LTLIBRARIES = libgphoto2_port_usb.la
-libgphoto2_port_usb_la_LDFLAGS = -module -avoid-version
-libgphoto2_port_usb_la_LIBADD = $(USB_LIBS) \
+
+libgphoto2_port_usb_la_CPPFLAGS = \
+ $(AM_CPPFLAGS) $(AM_CFLAGS) \
+ $(LIBUSB_CFLAGS)
+
+libgphoto2_port_usb_la_LDFLAGS = -module -no-undefined -avoid-version
+libgphoto2_port_usb_la_LIBADD = \
+ $(LIBUSB_LIBS) \
$(top_builddir)/libgphoto2_port/libgphoto2_port.la
libgphoto2_port_usb_la_SOURCES = libusb.c