summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2005-01-04 10:31:37 +0000
committerMarcus Meissner <marcus@jet.franken.de>2005-01-04 10:31:37 +0000
commitf8f707803827bcda2008bc5d629ebc32ac9f0fc6 (patch)
tree0961342f9046efaa1436f914f258e2f3fab439d5 /libgphoto2_port
parent9f3424d2b2b505aa14d464d845e4834c85059d0b (diff)
downloadlibgphoto2-f8f707803827bcda2008bc5d629ebc32ac9f0fc6.tar.gz
* libpghoto2_port/gphoto2-port.c, gphoto2-port-info-list.c:
Marked up debug strings for translation too. Removed translation markup from function names. * po/*.po: make update-po git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7471 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/ChangeLog10
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c54
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-log.c30
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port.c129
-rw-r--r--libgphoto2_port/po/cs.po345
-rw-r--r--libgphoto2_port/po/da.po310
-rw-r--r--libgphoto2_port/po/de.po351
-rw-r--r--libgphoto2_port/po/es.po345
-rw-r--r--libgphoto2_port/po/fr.po349
-rw-r--r--libgphoto2_port/po/it.po310
-rw-r--r--libgphoto2_port/po/ja.po345
-rw-r--r--libgphoto2_port/po/nb.po310
-rw-r--r--libgphoto2_port/po/pt_BR.po345
-rw-r--r--libgphoto2_port/po/ru.po304
-rw-r--r--libgphoto2_port/po/sl.po310
-rw-r--r--libgphoto2_port/po/sv.po345
-rw-r--r--libgphoto2_port/po/uk.po310
-rw-r--r--libgphoto2_port/po/zh_CN.po345
18 files changed, 4004 insertions, 843 deletions
diff --git a/libgphoto2_port/ChangeLog b/libgphoto2_port/ChangeLog
index 7c7f1e853..d476e9548 100644
--- a/libgphoto2_port/ChangeLog
+++ b/libgphoto2_port/ChangeLog
@@ -1,3 +1,13 @@
+2005-01-04 Marcus Meissner <marcus@jet.franken.de>
+
+ * libpghoto2_port/gphoto2-port.c, gphoto2-port-info-list.c:
+ Marked up debug strings for translation too.
+ Removed translation markup from function names.
+
+ * po/*.po: make update-po
+
+ * po/ru.po: Merged new russian translations from Vyacheslav Dikonov.
+
2004-10-28 Hubert Figuiere <hfiguiere@teaser.fr>
* libgphoto2_port/gphoto2-port-log.h: Fix build for gcc 2.95
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
index 32cb06e60..cda728bb8 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
@@ -175,7 +175,7 @@ foreach_func (const char *filename, lt_ptr data)
lh = lt_dlopenext (filename);
if (!lh) {
gp_log (GP_LOG_DEBUG, "gp-port-info-list",
- "Could not load '%s': '%s'.", filename, lt_dlerror ());
+ _("Could not load '%s': '%s'."), filename, lt_dlerror ());
return (0);
}
@@ -183,7 +183,7 @@ foreach_func (const char *filename, lt_ptr data)
lib_list = lt_dlsym (lh, "gp_port_library_list");
if (!lib_type || !lib_list) {
gp_log (GP_LOG_DEBUG, "gp-port-info-list",
- "Could not find some functions in '%s': '%s'.",
+ _("Could not find some functions in '%s': '%s'."),
filename, lt_dlerror ());
lt_dlclose (lh);
return (0);
@@ -195,7 +195,7 @@ foreach_func (const char *filename, lt_ptr data)
break;
if (j != list->count) {
gp_log (GP_LOG_DEBUG, "gp-port-info-list",
- "'%s' already loaded", filename);
+ _("'%s' already loaded"), filename);
lt_dlclose (lh);
return (0);
}
@@ -204,14 +204,14 @@ foreach_func (const char *filename, lt_ptr data)
lt_dlclose (lh);
if (result < 0) {
gp_log (GP_LOG_DEBUG, "gp-port-info-list",
- "Could not load list: '%s'.",
+ _("Could not load port driver list: '%s'."),
gp_port_result_as_string (result));
return (0);
}
for (j = old_size; j < list->count; j++){
gp_log (GP_LOG_DEBUG, "gp-port-info-list",
- "Loaded '%s' ('%s') from '%s'.",
+ _("Loaded '%s' ('%s') from '%s'."),
list->info[j].name, list->info[j].path,
filename);
strcpy (list->info[j].library_filename, filename);
@@ -250,8 +250,8 @@ gp_port_info_list_load (GPPortInfoList *list)
#endif
CHECK_NULL (list);
- gp_log (GP_LOG_DEBUG, "gp-port-info-list", "Loading io-drivers "
- "from '" IOLIBS "'...");
+ gp_log (GP_LOG_DEBUG, "gp-port-info-list", _("Loading io-drivers "
+ "from '%s'..."),IOLIBS);
#ifdef HAVE_LTDL
lt_dlinit ();
@@ -297,7 +297,7 @@ gp_port_info_list_load (GPPortInfoList *list)
/* *.la or *.a - we cannot load these, so no error msg */
} else {
gp_log (GP_LOG_DEBUG, "gphoto2-port-core",
- "'%s' is not a library (%s)", path,
+ _("'%s' is not a library (%s)"), path,
GP_SYSTEM_DLERROR ());
}
continue;
@@ -307,7 +307,7 @@ gp_port_info_list_load (GPPortInfoList *list)
lib_list = GP_SYSTEM_DLSYM (lh, "gp_port_library_list");
if (!lib_type || !lib_list) {
gp_log (GP_LOG_DEBUG, "gphoto2-port-core",
- "Could not find some functions in '%s' (%s)",
+ _("Could not find some functions in '%s' (%s)"),
path, GP_SYSTEM_DLERROR ());
GP_SYSTEM_DLCLOSE (lh);
continue;
@@ -319,7 +319,7 @@ gp_port_info_list_load (GPPortInfoList *list)
break;
if (i != list->count) {
gp_log (GP_LOG_DEBUG, "gphoto2-port-core",
- "'%s' already loaded", path);
+ _("'%s' already loaded"), path);
GP_SYSTEM_DLCLOSE (lh);
continue;
}
@@ -327,7 +327,7 @@ gp_port_info_list_load (GPPortInfoList *list)
result = lib_list (list);
if (result < 0) {
gp_log (GP_LOG_DEBUG, "gphoto2-port-core",
- "Could not load list (%s)",
+ _("Could not load list (%s)"),
gp_port_result_as_string (result));
GP_SYSTEM_DLCLOSE (lh);
continue;
@@ -335,7 +335,7 @@ gp_port_info_list_load (GPPortInfoList *list)
for (i = old_size; i < list->count; i++){
gp_log (GP_LOG_DEBUG, "gphoto2-port-core",
- "Loaded '%s' (%s) from '%s'",
+ _("Loaded '%s' (%s) from '%s'"),
list->info[i].name, list->info[i].path,
filename);
strcpy (list->info[i].library_filename, path);
@@ -366,8 +366,8 @@ gp_port_info_list_count (GPPortInfoList *list)
CHECK_NULL (list);
- gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", "Counting entries "
- "(%i available)...", list->count);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", _("Counting entries "
+ "(%i available)..."), list->count);
/* Ignore generic entries */
count = list->count;
@@ -375,8 +375,8 @@ gp_port_info_list_count (GPPortInfoList *list)
if (!strlen (list->info[i].name))
count--;
- gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", "%i regular entries "
- "available.", count);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", _("%i regular entries "
+ "available."), count);
return (count);
}
@@ -404,8 +404,8 @@ gp_port_info_list_lookup_path (GPPortInfoList *list, const char *path)
CHECK_NULL (list && path);
- gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", "Looking for "
- "path '%s' (%i entries available)...", path, list->count);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", _("Looking for "
+ "path '%s' (%i entries available)..."), path, list->count);
/* Exact match? */
for (generic = i = 0; i < list->count; i++)
@@ -416,13 +416,13 @@ gp_port_info_list_lookup_path (GPPortInfoList *list, const char *path)
/* Regex match? */
gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list",
- "Starting regex search for '%s'...", path);
+ _("Starting regex search for '%s'..."), path);
for (i = 0; i < list->count; i++) {
if (strlen (list->info[i].name))
continue;
gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list",
- "Trying '%s'...", list->info[i].path);
+ _("Trying '%s'..."), list->info[i].path);
/* Compile the pattern */
#ifdef HAVE_GNU_REGEX
@@ -443,7 +443,7 @@ gp_port_info_list_lookup_path (GPPortInfoList *list, const char *path)
"%s", buf);
else
gp_log (GP_LOG_ERROR, "gphoto2-port-info-list",
- "regcomp failed");
+ _("regcomp failed"));
return (GP_ERROR_UNKNOWN_PORT);
}
#endif
@@ -454,7 +454,7 @@ gp_port_info_list_lookup_path (GPPortInfoList *list, const char *path)
regfree (&pattern);
if (result < 0) {
gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list",
- "re_match failed (%i)", result);
+ _("re_match failed (%i)"), result);
continue;
}
#else
@@ -462,7 +462,7 @@ gp_port_info_list_lookup_path (GPPortInfoList *list, const char *path)
regfree (&pattern);
if (result) {
gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list",
- "regexec failed");
+ _("regexec failed"));
continue;
}
#endif
@@ -493,8 +493,8 @@ gp_port_info_list_lookup_name (GPPortInfoList *list, const char *name)
CHECK_NULL (list && name);
- gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", "Looking up entry "
- "'%s'...", name);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", _("Looking up entry "
+ "'%s'..."), name);
/* Ignore generic entries */
for (generic = i = 0; i < list->count; i++)
@@ -523,8 +523,8 @@ gp_port_info_list_get_info (GPPortInfoList *list, int n, GPPortInfo *info)
CHECK_NULL (list && info);
- gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", "Getting info of "
- "entry %i (%i available)...", n, list->count);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port-info-list", _("Getting info of "
+ "entry %i (%i available)..."), n, list->count);
if (n < 0 || n >= list->count)
return (GP_ERROR_BAD_PARAMETERS);
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
index 8898200a0..409981a2b 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
@@ -28,6 +28,20 @@
#include <gphoto2-port-result.h>
+#ifdef ENABLE_NLS
+# include <libintl.h>
+# undef _
+# define _(String) dgettext (GETTEXT_PACKAGE, String)
+# ifdef gettext_noop
+# define N_(String) gettext_noop (String)
+# else
+# define N_(String) (String)
+# endif
+#else
+# define _(String) (String)
+# define N_(String) (String)
+#endif
+
#ifndef DISABLE_DEBUGGING
typedef struct {
unsigned int id;
@@ -161,19 +175,25 @@ gp_log_data (const char *domain, const char *data, unsigned int size)
unsigned char value;
if (!data) {
- gp_log (GP_LOG_DATA, domain, "No hexdump (NULL buffer)");
+ gp_log (GP_LOG_DATA, domain, _("No hexdump (NULL buffer)"));
return;
}
if (!size) {
- gp_log (GP_LOG_DATA, domain, "Empty hexdump of empty buffer");
+ gp_log (GP_LOG_DATA, domain, _("Empty hexdump of empty buffer"));
return;
}
+ if (size > 1024*1024) {
+ /* Does not make sense for 200 MB movies */
+ gp_log (GP_LOG_DATA, domain, _("Truncating dump from %d bytes to 1MB"), size);
+ size = 1024*1024;
+ }
+
curline = result = malloc ((HEXDUMP_LINE_WIDTH+1)*(((size-1)/16)+1)+1);
if (!result) {
- gp_log (GP_LOG_ERROR, "gphoto2-log", "Malloc for %i bytes "
- "failed", (HEXDUMP_LINE_WIDTH+1)*(((size-1)/16)+1)+1);
+ gp_log (GP_LOG_ERROR, "gphoto2-log", _("Malloc for %i bytes "
+ "failed"), (HEXDUMP_LINE_WIDTH+1)*(((size-1)/16)+1)+1);
return;
}
@@ -203,7 +223,7 @@ gp_log_data (const char *domain, const char *data, unsigned int size)
}
curline[0] = '\0';
- gp_log (GP_LOG_DATA, domain, "Hexdump of %i = 0x%x bytes follows:\n%s",
+ gp_log (GP_LOG_DATA, domain, _("Hexdump of %i = 0x%x bytes follows:\n%s"),
size, size, result);
free (result);
}
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.c b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
index 908f9d144..6061ad3d7 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
@@ -88,7 +88,7 @@ gp_port_new (GPPort **port)
{
CHECK_NULL (port);
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Creating new device...");
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Creating new device..."));
*port = malloc (sizeof (GPPort));
if (!(*port))
@@ -168,8 +168,8 @@ gp_port_set_info (GPPort *port, GPPortInfo info)
lt_dlinit ();
port->pc->lh = lt_dlopenext (info.library_filename);
if (!port->pc->lh) {
- gp_log (GP_LOG_ERROR, "gphoto2-port", "Could not load "
- "'%s' ('%s').", info.library_filename,
+ gp_log (GP_LOG_ERROR, "gphoto2-port", _("Could not load "
+ "'%s' ('%s')."), info.library_filename,
lt_dlerror ());
lt_dlexit ();
return (GP_ERROR_LIBRARY);
@@ -177,8 +177,8 @@ gp_port_set_info (GPPort *port, GPPortInfo info)
#else
port->pc->lh = GP_SYSTEM_DLOPEN (info.library_filename);
if (!port->pc->lh) {
- gp_log (GP_LOG_ERROR, "gphoto2-port", "Could not load "
- "'%s' ('%s')", info.library_filename,
+ gp_log (GP_LOG_ERROR, "gphoto2-port", _("Could not load "
+ "'%s' ('%s')"), info.library_filename,
GP_SYSTEM_DLERROR ());
return (GP_ERROR_LIBRARY);
}
@@ -192,14 +192,14 @@ gp_port_set_info (GPPort *port, GPPortInfo info)
#endif
if (!ops_func) {
#ifdef HAVE_LTDL
- gp_log (GP_LOG_ERROR, "gphoto2-port", "Could not find "
- "'gp_port_library_operations' in '%s' ('%s')",
+ gp_log (GP_LOG_ERROR, "gphoto2-port", _("Could not find "
+ "'gp_port_library_operations' in '%s' ('%s')"),
info.library_filename, lt_dlerror ());
lt_dlclose (port->pc->lh);
lt_dlexit ();
#else
- gp_log (GP_LOG_ERROR, "gphoto2-port", "Could not find "
- "'gp_port_library_operations' in '%s' ('%s')",
+ gp_log (GP_LOG_ERROR, "gphoto2-port", _("Could not find "
+ "'gp_port_library_operations' in '%s' ('%s')"),
info.library_filename, GP_SYSTEM_DLERROR ());
GP_SYSTEM_DLCLOSE (port->pc->lh);
#endif
@@ -273,11 +273,11 @@ gp_port_open (GPPort *port)
CHECK_NULL (port);
CHECK_INIT (port);
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Opening %s port...",
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Opening %s port..."),
port->type == GP_PORT_SERIAL ? "SERIAL" :
(port->type == GP_PORT_USB ? "USB" : ""));
- CHECK_SUPP (port, _("open"), port->pc->ops->open);
+ CHECK_SUPP (port, "open", port->pc->ops->open);
CHECK_RESULT (port->pc->ops->open (port));
return GP_OK;
@@ -295,12 +295,12 @@ gp_port_open (GPPort *port)
int
gp_port_close (GPPort *port)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Closing port...");
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Closing port..."));
CHECK_NULL (port);
CHECK_INIT (port);
- CHECK_SUPP (port, _("close"), port->pc->ops->close);
+ CHECK_SUPP (port, "close", port->pc->ops->close);
CHECK_RESULT (port->pc->ops->close(port));
return (GP_OK);
@@ -317,7 +317,7 @@ gp_port_close (GPPort *port)
int
gp_port_free (GPPort *port)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Freeing port...");
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Freeing port..."));
CHECK_NULL (port);
@@ -366,8 +366,8 @@ gp_port_write (GPPort *port, const char *data, int size)
{
int retval;
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Writing %i=0x%x byte(s) "
- "to port...", size, size);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Writing %i=0x%x byte(s) "
+ "to port..."), size, size);
CHECK_NULL (port && data);
CHECK_INIT (port);
@@ -375,12 +375,12 @@ gp_port_write (GPPort *port, const char *data, int size)
gp_log_data ("gphoto2-port", data, size);
/* Check if we wrote all bytes */
- CHECK_SUPP (port, _("write"), port->pc->ops->write);
+ CHECK_SUPP (port, "write", port->pc->ops->write);
retval = port->pc->ops->write (port, data, size);
CHECK_RESULT (retval);
if ((port->type != GP_PORT_SERIAL) && (retval != size))
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Could only write %i "
- "out of %i byte(s)", retval, size);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Could only write %i "
+ "out of %i byte(s)"), retval, size);
return (retval);
}
@@ -400,19 +400,19 @@ gp_port_read (GPPort *port, char *data, int size)
{
int retval;
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Reading %i=0x%x bytes from port...",
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Reading %i=0x%x bytes from port..."),
size, size);
CHECK_NULL (port);
CHECK_INIT (port);
/* Check if we read as many bytes as expected */
- CHECK_SUPP (port, _("read"), port->pc->ops->read);
+ CHECK_SUPP (port, "read", port->pc->ops->read);
retval = port->pc->ops->read (port, data, size);
CHECK_RESULT (retval);
if (retval != size)
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Could only read %i "
- "out of %i byte(s)", retval, size);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Could only read %i "
+ "out of %i byte(s)"), retval, size);
gp_log_data ("gphoto2-port", data, retval);
@@ -436,19 +436,19 @@ gp_port_check_int (GPPort *port, char *data, int size)
{
int retval;
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Reading %i=0x%x bytes from inerrupt ep...",
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Reading %i=0x%x bytes from interrupt endpoint..."),
size, size);
CHECK_NULL (port);
CHECK_INIT (port);
/* Check if we read as many bytes as expected */
- CHECK_SUPP (port, _("check_int"), port->pc->ops->check_int);
+ CHECK_SUPP (port, "check_int", port->pc->ops->check_int);
retval = port->pc->ops->check_int (port, data, size, port->timeout);
CHECK_RESULT (retval);
if (retval != size)
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Could only read %i "
- "out of %i byte(s)", retval, size);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Could only read %i "
+ "out of %i byte(s)"), retval, size);
gp_log_data ("gphoto2-port", data, retval);
@@ -477,7 +477,7 @@ gp_port_check_int_fast (GPPort *port, char *data, int size)
CHECK_INIT (port);
/* Check if we read as many bytes as expected */
- CHECK_SUPP (port, _("check_int"), port->pc->ops->check_int);
+ CHECK_SUPP (port, "check_int", port->pc->ops->check_int);
retval = port->pc->ops->check_int (port, data, size, FAST_TIMEOUT);
CHECK_RESULT (retval);
@@ -486,8 +486,8 @@ gp_port_check_int_fast (GPPort *port, char *data, int size)
#else
if (retval != size )
#endif
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Could only read %i "
- "out of %i byte(s)", retval, size);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Could only read %i "
+ "out of %i byte(s)"), retval, size);
#ifdef IGNORE_EMPTY_INTR_READS
if ( retval != 0 ) {
@@ -496,7 +496,7 @@ gp_port_check_int_fast (GPPort *port, char *data, int size)
reads that will return zero length. Don't
bother to log them as errors. */
gp_log (GP_LOG_DEBUG, "gphoto2-port",
- "Reading %i=0x%x bytes from interrupt ep (fast)...",
+ _("Reading %i=0x%x bytes from interrupt endpoint (fast)..."),
size, size);
gp_log_data ("gphoto2-port", data, retval);
#ifdef IGNORE_EMPTY_INTR_READS
@@ -521,8 +521,8 @@ gp_port_check_int_fast (GPPort *port, char *data, int size)
int
gp_port_set_timeout (GPPort *port, int timeout)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Setting timeout to %i "
- "millisecond(s)...", timeout);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Setting timeout to %i "
+ "millisecond(s)..."), timeout);
CHECK_NULL (port);
@@ -557,12 +557,12 @@ int gp_port_timeout_get (GPPort *port, int *timeout)
int
gp_port_get_timeout (GPPort *port, int *timeout)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Getting timeout...");
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Getting timeout..."));
CHECK_NULL (port);
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Current timeout: %i "
- "milliseconds", port->timeout);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Current timeout: %i "
+ "milliseconds"), port->timeout);
*timeout = port->timeout;
@@ -583,7 +583,7 @@ gp_port_get_timeout (GPPort *port, int *timeout)
int
gp_port_set_settings (GPPort *port, GPPortSettings settings)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Setting settings...");
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Setting settings..."));
CHECK_NULL (port);
CHECK_INIT (port);
@@ -594,7 +594,7 @@ gp_port_set_settings (GPPort *port, GPPortSettings settings)
*/
memcpy (&port->settings_pending, &settings,
sizeof (port->settings_pending));
- CHECK_SUPP (port, _("update"), port->pc->ops->update);
+ CHECK_SUPP (port, "update", port->pc->ops->update);
CHECK_RESULT (port->pc->ops->update (port));
return (GP_OK);
@@ -634,16 +634,16 @@ gp_port_get_settings (GPPort *port, GPPortSettings *settings)
int
gp_port_get_pin (GPPort *port, GPPin pin, GPLevel *level)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Getting level of pin %i...",
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Getting level of pin %i..."),
pin);
CHECK_NULL (port && level);
CHECK_INIT (port);
- CHECK_SUPP (port, _("get_pin"), port->pc->ops->get_pin);
+ CHECK_SUPP (port, "get_pin", port->pc->ops->get_pin);
CHECK_RESULT (port->pc->ops->get_pin (port, pin, level));
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Level of pin %i: %i",
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Level of pin %i: %i"),
pin, *level);
return (GP_OK);
@@ -655,6 +655,7 @@ static struct {
const char *description_short;
const char *description_long;
} PinTable[] = {
+ /* we do not translate these technical terms ... for now */
{GP_PIN_RTS , 7, "RTS" , "Request To Send" },
{GP_PIN_DTR , 4, "DTR" , "Data Terminal Ready"},
{GP_PIN_CTS , 8, "CTS" , "Clear To Send" },
@@ -668,8 +669,8 @@ static struct {
GPLevel level;
const char *description;
} LevelTable[] = {
- {GP_LEVEL_LOW, "low"},
- {GP_LEVEL_HIGH, "high"},
+ {GP_LEVEL_LOW, N_("low")},
+ {GP_LEVEL_HIGH, N_("high")},
{0, NULL}
};
@@ -684,15 +685,15 @@ gp_port_set_pin (GPPort *port, GPPin pin, GPLevel level)
for (j = 0; LevelTable[j].description; j++)
if (LevelTable[j].level == level)
break;
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Setting pin %i "
- "(%s: '%s') to '%s'...",
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Setting pin %i "
+ "(%s: '%s') to '%s'..."),
PinTable[i].number, PinTable[i].description_short,
- PinTable[i].description_long, LevelTable[j].description);
+ PinTable[i].description_long, _(LevelTable[j].description));
CHECK_NULL (port);
CHECK_INIT (port);
- CHECK_SUPP (port, _("set_pin"), port->pc->ops->set_pin);
+ CHECK_SUPP (port, "set_pin", port->pc->ops->set_pin);
CHECK_RESULT (port->pc->ops->set_pin (port, pin, level));
return (GP_OK);
@@ -701,13 +702,13 @@ gp_port_set_pin (GPPort *port, GPPin pin, GPLevel level)
int
gp_port_send_break (GPPort *port, int duration)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Sending break (%i "
- "milliseconds)...", duration);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Sending break (%i "
+ "milliseconds)..."), duration);
CHECK_NULL (port);
CHECK_INIT (port);
- CHECK_SUPP (port, _("send_break"), port->pc->ops->send_break);
+ CHECK_SUPP (port, "send_break", port->pc->ops->send_break);
CHECK_RESULT (port->pc->ops->send_break (port, duration));
return (GP_OK);
@@ -716,11 +717,11 @@ gp_port_send_break (GPPort *port, int duration)
int
gp_port_flush (GPPort *port, int direction)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Flushing port...");
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Flushing port..."));
CHECK_NULL (port);
- CHECK_SUPP (port, _("flush"), port->pc->ops->flush);
+ CHECK_SUPP (port, "flush", port->pc->ops->flush);
CHECK_RESULT (port->pc->ops->flush (port, direction));
return (GP_OK);
@@ -736,7 +737,7 @@ gp_port_usb_find_device (GPPort *port, int idvendor, int idproduct)
CHECK_NULL (port);
CHECK_INIT (port);
- CHECK_SUPP (port, _("find_device"), port->pc->ops->find_device);
+ CHECK_SUPP (port, "find_device", port->pc->ops->find_device);
CHECK_RESULT (port->pc->ops->find_device (port, idvendor, idproduct));
return (GP_OK);
@@ -748,7 +749,7 @@ gp_port_usb_find_device_by_class (GPPort *port, int mainclass, int subclass, int
CHECK_NULL (port);
CHECK_INIT (port);
- CHECK_SUPP (port, _("find_device_by_class"), port->pc->ops->find_device_by_class);
+ CHECK_SUPP (port, "find_device_by_class", port->pc->ops->find_device_by_class);
CHECK_RESULT (port->pc->ops->find_device_by_class (port, mainclass, subclass, protocol));
return (GP_OK);
@@ -757,12 +758,12 @@ gp_port_usb_find_device_by_class (GPPort *port, int mainclass, int subclass, int
int
gp_port_usb_clear_halt (GPPort *port, int ep)
{
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Clear halt...");
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Clear halt..."));
CHECK_NULL (port);
CHECK_INIT (port);
- CHECK_SUPP (port, _("clear_halt"), port->pc->ops->clear_halt);
+ CHECK_SUPP (port, "clear_halt", port->pc->ops->clear_halt);
CHECK_RESULT (port->pc->ops->clear_halt (port, ep));
return (GP_OK);
@@ -774,15 +775,15 @@ gp_port_usb_msg_write (GPPort *port, int request, int value, int index,
{
int retval;
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Writing message "
- "(request=0x%x value=0x%x index=0x%x size=%i=0x%x)...",
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Writing message "
+ "(request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."),
request, value, index, size, size);
gp_log_data ("gphoto2-port", bytes, size);
CHECK_NULL (port);
CHECK_INIT (port);
- CHECK_SUPP (port, _("msg_write"), port->pc->ops->msg_write);
+ CHECK_SUPP (port, "msg_write", port->pc->ops->msg_write);
retval = port->pc->ops->msg_write(port, request, value, index, bytes, size);
CHECK_RESULT (retval);
@@ -795,8 +796,8 @@ gp_port_usb_msg_read (GPPort *port, int request, int value, int index,
{
int retval;
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Reading message "
- "(request=0x%x value=0x%x index=0x%x size=%i=0x%x)...",
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Reading message "
+ "(request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."),
request, value, index, size, size);
CHECK_NULL (port);
@@ -807,8 +808,8 @@ gp_port_usb_msg_read (GPPort *port, int request, int value, int index,
CHECK_RESULT (retval);
if (retval != size)
- gp_log (GP_LOG_DEBUG, "gphoto2-port", "Could only read %i "
- "out of %i byte(s)", retval, size);
+ gp_log (GP_LOG_DEBUG, "gphoto2-port", _("Could only read %i "
+ "out of %i byte(s)"), retval, size);
gp_log_data ("gphoto2-port", bytes, retval);
@@ -862,5 +863,5 @@ gp_port_get_error (GPPort *port)
if (port && port->pc && strlen (port->pc->error))
return (port->pc->error);
- return (_("No error description available"));
+ return _("No error description available");
}
diff --git a/libgphoto2_port/po/cs.po b/libgphoto2_port/po/cs.po
index 36a4178d3..460076f20 100644
--- a/libgphoto2_port/po/cs.po
+++ b/libgphoto2_port/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,15 +15,114 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "Nemohu zavřít '%s' (%m)"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, 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
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, 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
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "Nemohu zavřít '%s' (%m)"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "Obecný port"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "Žádná chyba"
@@ -117,67 +216,139 @@ msgstr "Operace '%s' není tímto zařízením podporována"
msgid "The port has not yet been initialized"
msgstr "Port ještě nebyl inicializován"
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
-msgstr "open"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "Nemohu zavřít '%s' (%m)"
+
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "Nemohu zavřít '%s' (%m)"
+
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-msgid "close"
-msgstr "close"
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:376
-msgid "write"
-msgstr "write"
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:408
-msgid "read"
-msgstr "read"
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Nemohu zapisovat na port (%m)"
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
-msgstr "check_int"
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
-msgstr "update"
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
-msgstr "get_pin"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
-msgstr "set_pin"
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
-msgstr "send_break"
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Nemohu získat úroveň vývodu %i (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
-msgstr "flush"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
-msgstr "find_device"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
-msgstr "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "clear_halt"
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
-msgstr "msg_write"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "msg_read"
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "Není k dispozici popis chyby"
@@ -265,48 +436,71 @@ msgstr "Nemohu vyprázdnit '%s' (%m)."
msgid "Could not set the baudrate to %d"
msgstr "Nemohu nastavit rychlost přenosu na %d"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, c-format
msgid "Could not open USB device (%m)."
msgstr "Nemohu otevřít USB zařízení (%m)."
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "Nemohu zamknout zařízení"
+
+#: usb/libusb.c:217
+#, fuzzy, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
"Nemohu alokovat rozhraní %d (%m). Zkontrolujte, že žádný jiný program nebo "
"modul jádra (např. dc2xx nebo stv680) nepoužívá zařízení a že máte k "
"zařízení přístup pro čtení a zápis."
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr "Nemohu uvolnit rozhraní %d (%m)."
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr "Nemohu zavřít port USB (%m)."
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr "Nemohu nastavit config %d/%d (%m)"
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "Nemohu nastavit altsetting %d/%d (%m)"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr "Dodané ID dodavatele nebo produktu (0x%x,0x%x) není platné."
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, fuzzy, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
@@ -315,7 +509,7 @@ msgstr ""
"Nemohu najít USB zařízení (dodavatel 0x%x, produkt 0x%x). Zkontrolujte, že "
"je toto zařízení připojeno k počítači."
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
@@ -324,7 +518,7 @@ msgstr ""
"Nemohu najít USB zařízení (dodavatel 0x%x, produkt 0x%x). Zkontrolujte, že "
"je toto zařízení připojeno k počítači."
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
@@ -332,3 +526,42 @@ msgid ""
msgstr ""
"Nemohu najít USB zařízení (třída 0x%x, podtřída 0x%x, protokol 0x%x). "
"Zkontrolujte, že je toto zařízení připojeno k počítači."
+
+#~ msgid "open"
+#~ msgstr "open"
+
+#~ msgid "close"
+#~ msgstr "close"
+
+#~ msgid "write"
+#~ msgstr "write"
+
+#~ msgid "read"
+#~ msgstr "read"
+
+#~ msgid "check_int"
+#~ msgstr "check_int"
+
+#~ msgid "update"
+#~ msgstr "update"
+
+#~ msgid "get_pin"
+#~ msgstr "get_pin"
+
+#~ msgid "set_pin"
+#~ msgstr "set_pin"
+
+#~ msgid "send_break"
+#~ msgstr "send_break"
+
+#~ msgid "flush"
+#~ msgstr "flush"
+
+#~ msgid "find_device"
+#~ msgstr "find_device"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "find_device_by_class"
+
+#~ msgid "msg_write"
+#~ msgstr "msg_write"
diff --git a/libgphoto2_port/po/da.po b/libgphoto2_port/po/da.po
index e032026c5..a509c599e 100644
--- a/libgphoto2_port/po/da.po
+++ b/libgphoto2_port/po/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gphoto 0.4.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,15 +15,120 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr ""
+"Kunne ikke bne:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr "Kunne ikke finde smugkig"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, 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
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr ""
+"Kunne ikke bne:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr ""
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr ""
@@ -119,70 +224,142 @@ msgstr ""
msgid "The port has not yet been initialized"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-#, fuzzy
-msgid "close"
-msgstr "Luk"
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr ""
+"Kunne ikke bne:\n"
+"%s"
-#: libgphoto2_port/gphoto2-port.c:376
-#, fuzzy
-msgid "write"
-msgstr "Udskriv"
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr ""
+"Kunne ikke bne:\n"
+"%s"
-#: libgphoto2_port/gphoto2-port.c:408
-#, fuzzy
-msgid "read"
-msgstr "Opret"
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Kunne ikke hente #%i"
+
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Kunne ikke hente #%i"
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
+#: libgphoto2_port/gphoto2-port.c:761
+msgid "Clear halt..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr ""
@@ -272,61 +449,96 @@ msgstr ""
msgid "Could not set the baudrate to %d"
msgstr "Kunne ikke hente antal billeder"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, fuzzy, c-format
msgid "Could not open USB device (%m)."
msgstr "Kunne ikke finde smugkig"
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
+#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "Kunne ikke finde smugkig"
+
+#: usb/libusb.c:217
#, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr ""
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr ""
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr ""
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, fuzzy, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "Kunne ikke hente #%i"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr ""
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
"not function with gphoto2. Reference: %s"
msgstr ""
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
"is connected to the computer."
msgstr ""
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
"sure this device is connected to the computer."
msgstr ""
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Luk"
+
+#, fuzzy
+#~ msgid "write"
+#~ msgstr "Udskriv"
+
+#, fuzzy
+#~ msgid "read"
+#~ msgstr "Opret"
diff --git a/libgphoto2_port/po/de.po b/libgphoto2_port/po/de.po
index e893ff26c..4d6a1cec3 100644
--- a/libgphoto2_port/po/de.po
+++ b/libgphoto2_port/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-12-20 09:26+0100\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\n"
"PO-Revision-Date: 2003-12-20 11:01+0100\n"
"Last-Translator: Marcus Meissner <marcus@jet.franken.de>\n"
"Language-Team: Deutsch <de@li.org>\n"
@@ -19,6 +19,37 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.0.2\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "Konnte %s nicht schlieen (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr "Konnte Gert %s nicht reservieren"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
@@ -26,10 +57,78 @@ msgstr ""
"Konnte keinerlei I/O-Bibliothek laden weil %s nicht geffnet werden konnte "
"(%m)"
+#: libgphoto2_port/gphoto2-port-info-list.c:300
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, fuzzy, c-format
+msgid "Could not find some functions in '%s' (%s)"
+msgstr "Konnte %s nicht schlieen (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:330
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "Konnte %s nicht schlieen (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "Generischer Port"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "Kein Fehler"
@@ -123,67 +222,139 @@ msgstr "Die Funktion %s wird von diesem Gert nicht untersttzt."
msgid "The port has not yet been initialized"
msgstr "Der Port wurde noch nicht initialisiert."
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
-msgstr " ffnen"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-msgid "close"
-msgstr "schlieen"
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "Konnte %s nicht schlieen (%m)."
-#: libgphoto2_port/gphoto2-port.c:376
-msgid "write"
-msgstr "schreiben"
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "Konnte %s nicht schlieen (%m)."
-#: libgphoto2_port/gphoto2-port.c:408
-msgid "read"
-msgstr "lesen"
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
-msgstr "check_int"
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
-msgstr "auffrischen"
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
-msgstr "get_pin"
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
-msgstr "set_pin"
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
-msgstr "send_break"
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Konnte nicht auf Port schreiben (%m)"
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
-msgstr "flush"
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
-msgstr "find_device"
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
-msgstr "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Konnte Level von Pin %i nicht holen (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "clear_halt"
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
-msgstr "msg_write"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "msg_read"
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "Keine Fehlerbeschreibung verfgbar."
@@ -275,17 +446,40 @@ msgstr "Konnte %s nicht leeren (%m)."
msgid "Could not set the baudrate to %d"
msgstr "Konnte Baudrate nicht auf %d setzen"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, c-format
msgid "Could not open USB device (%m)."
msgstr "Konnte USB-Gert nicht ffnen (%m)."
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "Konnte das Gert nicht alleinig reservieren"
+
+#: usb/libusb.c:217
+#, fuzzy, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
"Konnte Schnittstelle %d nicht reservieren (%m). Stellen Sie sicher, dass "
"kein\n"
@@ -293,42 +487,43 @@ msgstr ""
"verwendet und Sie \n"
"Lese- und Schreibrechte fr das Gert haben."
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr "Konnte Schnittstelle %d nicht freigeben (%m)."
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr "Konnte USB-Port nicht schlieen (%m)."
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr "Konnte Konfiguration %d/%d nicht setzen (%m)"
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "Konnte Alternativ-Setting %d/%d nicht setzen (%m)"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
-msgstr "Die angegebene Hersteller- oder Produkt-ID (0x%x,0x%x) ist nicht gltig."
+msgstr ""
+"Die angegebene Hersteller- oder Produkt-ID (0x%x,0x%x) ist nicht gltig."
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
"not function with gphoto2. Reference: %s"
msgstr ""
-"Das USB-Gert (Hersteller 0x%x, Produkt 0x%x) ist ein USB Mass Storage "
-"Gert und wird von System direkt untersttzt (und deshalb nicht von gphoto2). "
+"Das USB-Gert (Hersteller 0x%x, Produkt 0x%x) ist ein USB Mass Storage Gert "
+"und wird von System direkt untersttzt (und deshalb nicht von gphoto2). "
"Lesen Sie hierzu bitte %s"
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
@@ -338,7 +533,7 @@ msgstr ""
"Stellen Sie sicher, dass das Gert ordnungsgem an den Computer "
"angeschlossen ist."
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
@@ -349,3 +544,41 @@ msgstr ""
"Stellen Sie sicher, dass das Gert ordnungsgem an den Computer "
"angeschlossen ist."
+#~ msgid "open"
+#~ msgstr " ffnen"
+
+#~ msgid "close"
+#~ msgstr "schlieen"
+
+#~ msgid "write"
+#~ msgstr "schreiben"
+
+#~ msgid "read"
+#~ msgstr "lesen"
+
+#~ msgid "check_int"
+#~ msgstr "check_int"
+
+#~ msgid "update"
+#~ msgstr "auffrischen"
+
+#~ msgid "get_pin"
+#~ msgstr "get_pin"
+
+#~ msgid "set_pin"
+#~ msgstr "set_pin"
+
+#~ msgid "send_break"
+#~ msgstr "send_break"
+
+#~ msgid "flush"
+#~ msgstr "flush"
+
+#~ msgid "find_device"
+#~ msgstr "find_device"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "find_device_by_class"
+
+#~ msgid "msg_write"
+#~ msgstr "msg_write"
diff --git a/libgphoto2_port/po/es.po b/libgphoto2_port/po/es.po
index 1e42a709d..ae59160ec 100644
--- a/libgphoto2_port/po/es.po
+++ b/libgphoto2_port/po/es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,6 +14,37 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "No se pudo cerrar '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, 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
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
@@ -21,10 +52,78 @@ 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, 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
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "No se pudo cerrar '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "Puerto genrico"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "Sin error"
@@ -118,67 +217,139 @@ msgstr "Este dispositivo no soporta la operacin '%s'"
msgid "The port has not yet been initialized"
msgstr "Todava no se ha inicializado el puerto"
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
-msgstr "abrir"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "No se pudo cerrar '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "No se pudo cerrar '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-msgid "close"
-msgstr "cerrar"
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:376
-msgid "write"
-msgstr "escribir"
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:408
-msgid "read"
-msgstr "leer"
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "No se pudo escribir en el puerto (%m)"
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
-msgstr "check_int"
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
-msgstr "actualizar"
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
-msgstr "get_pin"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
-msgstr "set_pin"
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
-msgstr "send_break"
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "No se pudo obtener el nivel de pin %i (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
-msgstr "vaciar"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
-msgstr "find_device"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
-msgstr "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "clear_halt"
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
-msgstr "msg_write"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "msg_read"
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "No est disponible la descripcin del error"
@@ -267,49 +438,72 @@ msgstr "No se pudo vaciar '%s' (%m)."
msgid "Could not set the baudrate to %d"
msgstr "No se pudo configurar la tasa de baud en %d"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, c-format
msgid "Could not open USB device (%m)."
msgstr "No se pudo abrir el dispositivo USB (%m)."
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "No se pudo trabar el dispositivo"
+
+#: usb/libusb.c:217
+#, fuzzy, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
"No se pudo reclamar la interfaz %d (%m). Debe asegurarse que ningn otro "
"programa o mdulo del ncleo (ej: dc2xx o stv680) est utilizando el "
"dispositivo y que Usted tiene acceso de lectura/escritura al dispositivo."
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr "No se pudo liberar la interfaz %d (%m)."
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr "No se pudo cerrar el puerto USB (%m)."
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr "No se pudo ajustar la configuracin %d%d (%m)"
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "No se pudo configurar alternativa %d%d (%m)"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr ""
"El fabricante o ID de producto proporcionado (0x%x, 0x%x) no es vlido."
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, fuzzy, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
@@ -318,7 +512,7 @@ msgstr ""
"No se pudo encontrar el dispositivo USB (fabricante 0x%x, producto 0x%x). "
"Debe asegurarse que este dispositivo est conectado a la computadora."
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
@@ -327,7 +521,7 @@ msgstr ""
"No se pudo encontrar el dispositivo USB (fabricante 0x%x, producto 0x%x). "
"Debe asegurarse que este dispositivo est conectado a la computadora."
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
@@ -336,3 +530,42 @@ msgstr ""
"No se pudo encontrar el dispositivo USB (clase 0x%x, subclase 0x%x, "
"protocolo 0x%x). Debe asegurarse que este dispositivo est conectado a la "
"computadora."
+
+#~ msgid "open"
+#~ msgstr "abrir"
+
+#~ msgid "close"
+#~ msgstr "cerrar"
+
+#~ msgid "write"
+#~ msgstr "escribir"
+
+#~ msgid "read"
+#~ msgstr "leer"
+
+#~ msgid "check_int"
+#~ msgstr "check_int"
+
+#~ msgid "update"
+#~ msgstr "actualizar"
+
+#~ msgid "get_pin"
+#~ msgstr "get_pin"
+
+#~ msgid "set_pin"
+#~ msgstr "set_pin"
+
+#~ msgid "send_break"
+#~ msgstr "send_break"
+
+#~ msgid "flush"
+#~ msgstr "vaciar"
+
+#~ msgid "find_device"
+#~ msgstr "find_device"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "find_device_by_class"
+
+#~ msgid "msg_write"
+#~ msgstr "msg_write"
diff --git a/libgphoto2_port/po/fr.po b/libgphoto2_port/po/fr.po
index 44c52aea8..7511445cb 100644
--- a/libgphoto2_port/po/fr.po
+++ b/libgphoto2_port/po/fr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gphoto2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-01-18 19:30+0100\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,16 +13,115 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "Impossible de fermer '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, 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
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, 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
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "Impossible de fermer '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "Port gnrique"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "Pas d'erreur"
@@ -116,67 +215,139 @@ msgstr "L'opration '%s' n'est pas supporte par cet appareil"
msgid "The port has not yet been initialized"
msgstr "Ce port n'a pas encore t initialis"
-#: libgphoto2_port/gphoto2-port.c:280
-msgid "open"
-msgstr "ouvrir"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "Impossible de fermer '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "Impossible de fermer '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:303
-msgid "close"
-msgstr "fermer"
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:378
-msgid "write"
-msgstr "crire"
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:410
-msgid "read"
-msgstr "lire"
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Impossible d'crire sur le port (%m)"
-#: libgphoto2_port/gphoto2-port.c:446 libgphoto2_port/gphoto2-port.c:480
-msgid "check_int"
-msgstr "check_int"
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:597
-msgid "update"
-msgstr "mettre jour"
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:643
-msgid "get_pin"
-msgstr "get_pin"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:695
-msgid "set_pin"
-msgstr "set_pin"
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:710
-msgid "send_break"
-msgstr "send_break"
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:723
-msgid "flush"
-msgstr "flush"
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Impossible de connatre le niveau de la borne %i (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:739
-msgid "find_device"
-msgstr "find_device"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:751
-msgid "find_device_by_class"
-msgstr "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:765
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "clear_halt"
-#: libgphoto2_port/gphoto2-port.c:785
-msgid "msg_write"
-msgstr "msg_write"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:805
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "msg_read"
-#: libgphoto2_port/gphoto2-port.c:865
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "Pas de description d'erreur disponible"
@@ -266,56 +437,81 @@ msgstr "Impossible de vider '%s' (%m)."
msgid "Could not set the baudrate to %d"
msgstr "Impossible de configurer le dbit %d"
-#: usb/libusb.c:157
+#: usb/libusb.c:186
#, c-format
msgid "Could not open USB device (%m)."
msgstr "Impossible d'ouvrir le priphrique USB (%m)."
-#: usb/libusb.c:164
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
+#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "Impossible de verrouiller le priphrique"
+
+#: usb/libusb.c:217
+#, fuzzy, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
"Impossible d'utiliser l'interface %d (%m). Assurez-vous qu'aucun programme "
"ou module noyau (par ex. dc2xx ou stv680) n'utilise le priphrique et que "
"vous avez bien accs en lecture/criture au descripteur de priphrique."
-#: usb/libusb.c:183
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr "Impossible de relcher l'interface %d (%m)."
-#: usb/libusb.c:190
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr "Impossible de fermer le port USB (%m)."
-#: usb/libusb.c:327
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr "Impossible de configurer %d/%d (%m)"
-#: usb/libusb.c:349
+#: usb/libusb.c:405
#, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "Impossible de positionner la configuration alternative %d/%d (%m)"
-#: usb/libusb.c:441
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr "Le couple fabricant/produit (0x%x,0x%x) est invalide."
-#: usb/libusb.c:473
+#: usb/libusb.c:529
+#, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
"not function with gphoto2. Reference: %s"
msgstr ""
"Le priphrique USB (fabricant 0x%x, produit 0x%x) est un priphrique de "
-"stockage de masse, et peut ne peut pas fonctionner avec gphoto2. Rfrence: %s"
+"stockage de masse, et peut ne peut pas fonctionner avec gphoto2. Rfrence: %"
+"s"
-#: usb/libusb.c:506
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
@@ -324,7 +520,7 @@ msgstr ""
"Impossible de trouver le priphrique USB (fabricant 0x%x, produit 0x%x). "
"Assurez-vous qu'il est bien connect l'ordinateur."
-#: usb/libusb.c:637
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
@@ -332,3 +528,42 @@ msgid ""
msgstr ""
"Impossible de trouver le priphrique USB (fabricant 0x%x, sous-classe 0x%x, "
"produit 0x%x). Assurez-vous qu'il est bien connect l'ordinateur."
+
+#~ msgid "open"
+#~ msgstr "ouvrir"
+
+#~ msgid "close"
+#~ msgstr "fermer"
+
+#~ msgid "write"
+#~ msgstr "crire"
+
+#~ msgid "read"
+#~ msgstr "lire"
+
+#~ msgid "check_int"
+#~ msgstr "check_int"
+
+#~ msgid "update"
+#~ msgstr "mettre jour"
+
+#~ msgid "get_pin"
+#~ msgstr "get_pin"
+
+#~ msgid "set_pin"
+#~ msgstr "set_pin"
+
+#~ msgid "send_break"
+#~ msgstr "send_break"
+
+#~ msgid "flush"
+#~ msgstr "flush"
+
+#~ msgid "find_device"
+#~ msgstr "find_device"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "find_device_by_class"
+
+#~ msgid "msg_write"
+#~ msgstr "msg_write"
diff --git a/libgphoto2_port/po/it.po b/libgphoto2_port/po/it.po
index 788277c45..79f0a3db6 100644
--- a/libgphoto2_port/po/it.po
+++ b/libgphoto2_port/po/it.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gphoto\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\n"
"PO-Revision-Date: sab lug 22 11:35:36 CEST 2000\n"
"Last-Translator: Daniele Medri <madrid@linux.it>\n"
"Language-Team: Italian <it@li.org>\n"
@@ -14,15 +14,120 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr ""
+"Non possibile aprire:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr "Non possibile ricevere l'anteprima"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, fuzzy, c-format
+msgid "Could not find some functions in '%s' (%s)"
+msgstr ""
+"Non possibile aprire:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:330
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr ""
+"Non possibile aprire:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr ""
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr ""
@@ -118,70 +223,142 @@ msgstr ""
msgid "The port has not yet been initialized"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-#, fuzzy
-msgid "close"
-msgstr "Chiudi"
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr ""
+"Non possibile aprire:\n"
+"%s"
-#: libgphoto2_port/gphoto2-port.c:376
-#, fuzzy
-msgid "write"
-msgstr "Stampa"
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr ""
+"Non possibile aprire:\n"
+"%s"
-#: libgphoto2_port/gphoto2-port.c:408
-#, fuzzy
-msgid "read"
-msgstr "Crea"
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Non possibile ritrarre #%i"
+
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Non possibile ritrarre #%i"
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
+#: libgphoto2_port/gphoto2-port.c:761
+msgid "Clear halt..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr ""
@@ -271,61 +448,96 @@ msgstr ""
msgid "Could not set the baudrate to %d"
msgstr "Non possibile delineare il numero di immagini"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, fuzzy, c-format
msgid "Could not open USB device (%m)."
msgstr "Non possibile ricevere l'anteprima"
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
+#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "Non possibile ricevere l'anteprima"
+
+#: usb/libusb.c:217
#, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr ""
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr ""
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr ""
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, fuzzy, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "Non possibile ritrarre #%i"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr ""
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
"not function with gphoto2. Reference: %s"
msgstr ""
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
"is connected to the computer."
msgstr ""
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
"sure this device is connected to the computer."
msgstr ""
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Chiudi"
+
+#, fuzzy
+#~ msgid "write"
+#~ msgstr "Stampa"
+
+#, fuzzy
+#~ msgid "read"
+#~ msgstr "Crea"
diff --git a/libgphoto2_port/po/ja.po b/libgphoto2_port/po/ja.po
index 88fbf08b4..15768f090 100644
--- a/libgphoto2_port/po/ja.po
+++ b/libgphoto2_port/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port 0.5.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\n"
"PO-Revision-Date: 2002-06-21 00:39+0900\n"
"Last-Translator: Takeshi Aihana <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -15,6 +15,37 @@ msgstr ""
"Content-Type: text/plain; charset=euc-jp\n"
"Content-Transfer-Encoding: 8bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "'%s' Ĥ뤳ȤޤǤ (%m)"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr "ǥХ '%s' å뤳ȤޤǤ"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
@@ -22,10 +53,78 @@ msgstr ""
"'%s' 򳫤ȤǤʤΤǤĤ I/O 饤֥ɤ߹ޤǤ "
"(%m)"
+#: libgphoto2_port/gphoto2-port-info-list.c:300
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, fuzzy, c-format
+msgid "Could not find some functions in '%s' (%s)"
+msgstr "'%s' Ĥ뤳ȤޤǤ (%m)"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:330
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "'%s' Ĥ뤳ȤޤǤ (%m)"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "Generic ݡ"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "顼ʤ"
@@ -119,67 +218,139 @@ msgstr " '%s' ϤΥǥХǤϥݡȤƤޤ"
msgid "The port has not yet been initialized"
msgstr "ݡȤ̤Ƥޤ"
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
-msgstr "open"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "'%s' Ĥ뤳ȤޤǤ (%m)"
+
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "'%s' Ĥ뤳ȤޤǤ (%m)"
+
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-msgid "close"
-msgstr "close"
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:376
-msgid "write"
-msgstr "write"
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:408
-msgid "read"
-msgstr "read"
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "ݡȤؽ񤭹ޤǤ (%m)"
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
-msgstr "check_int"
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
-msgstr "update"
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
-msgstr "get_pin"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
-msgstr "set_pin"
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
-msgstr "send_break"
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "ԥ %i Υ٥뤳ȤޤǤ (%m)"
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
-msgstr "flush"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
-msgstr "find_device"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
-msgstr "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "clear_halt"
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
-msgstr "msg_write"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "msg_read"
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "ͭʥ顼åޤ"
@@ -271,48 +442,71 @@ msgstr "եå '%s' ǤޤǤ (%m)"
msgid "Could not set the baudrate to %d"
msgstr "ܡ졼Ȥ %d ˥åȤǤޤǤ"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, c-format
msgid "Could not open USB device (%m)."
msgstr "USB ǥХ򳫤ȤޤǤ (%m)"
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "ǥХå뤳ȤޤǤ"
+
+#: usb/libusb.c:217
+#, fuzzy, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
"󥿥ե %d (%m) ǤޤǤ¾Υץޤ Kernel "
"塼 (ƬҤ dc2xx ޤ stv680) ΥǥХѤƤʤǧ"
"ơΥǥХɤ߹/񤭹ߤ򤷤ƤߤƲ"
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr "󥿥ե %d 뤳ȤޤǤ (%m)"
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr "USB ݡȤĤ뤳ȤޤǤ (%m)"
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr " %d/%d ȿǤ뤳ȤޤǤ (%m)"
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr " %d/%d ȿǤ뤳ȤޤǤ (%m)"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr "󶡥٥ޤ ID (0x%x,0x%x) ޤ"
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, fuzzy, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
@@ -321,7 +515,7 @@ msgstr ""
"USB ǥХ (٥:0x%x : 0x%x) ĤޤǤΥǥХ"
"ԥ塼³Ƥ뤫ǧƲ"
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
@@ -330,7 +524,7 @@ msgstr ""
"USB ǥХ (٥:0x%x : 0x%x) ĤޤǤΥǥХ"
"ԥ塼³Ƥ뤫ǧƲ"
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
@@ -338,3 +532,42 @@ msgid ""
msgstr ""
"USB ǥХ (Class: 0x%x, SubClass: 0x%x, ץȥ: 0x%x) Ĥޤ"
"ǤΥǥХԥ塼³Ƥ뤫ǧƲ"
+
+#~ msgid "open"
+#~ msgstr "open"
+
+#~ msgid "close"
+#~ msgstr "close"
+
+#~ msgid "write"
+#~ msgstr "write"
+
+#~ msgid "read"
+#~ msgstr "read"
+
+#~ msgid "check_int"
+#~ msgstr "check_int"
+
+#~ msgid "update"
+#~ msgstr "update"
+
+#~ msgid "get_pin"
+#~ msgstr "get_pin"
+
+#~ msgid "set_pin"
+#~ msgstr "set_pin"
+
+#~ msgid "send_break"
+#~ msgstr "send_break"
+
+#~ msgid "flush"
+#~ msgstr "flush"
+
+#~ msgid "find_device"
+#~ msgstr "find_device"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "find_device_by_class"
+
+#~ msgid "msg_write"
+#~ msgstr "msg_write"
diff --git a/libgphoto2_port/po/nb.po b/libgphoto2_port/po/nb.po
index 33016c183..945489afa 100644
--- a/libgphoto2_port/po/nb.po
+++ b/libgphoto2_port/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gphoto 0.4.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,15 +14,120 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr ""
+"Kunne ikke pne:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr "Kunne ikke hente forhndsvisning"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, 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
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr ""
+"Kunne ikke pne:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr ""
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr ""
@@ -118,70 +223,142 @@ msgstr ""
msgid "The port has not yet been initialized"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-#, fuzzy
-msgid "close"
-msgstr "Lukk"
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr ""
+"Kunne ikke pne:\n"
+"%s"
-#: libgphoto2_port/gphoto2-port.c:376
-#, fuzzy
-msgid "write"
-msgstr "Skriv ut"
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr ""
+"Kunne ikke pne:\n"
+"%s"
-#: libgphoto2_port/gphoto2-port.c:408
-#, fuzzy
-msgid "read"
-msgstr "Opprett"
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Kunne ikke hente #%i"
+
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Kunne ikke hente #%i"
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
+#: libgphoto2_port/gphoto2-port.c:761
+msgid "Clear halt..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr ""
@@ -271,61 +448,96 @@ msgstr ""
msgid "Could not set the baudrate to %d"
msgstr "Kunne ikke hente antall bilder"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, fuzzy, c-format
msgid "Could not open USB device (%m)."
msgstr "Kunne ikke hente forhndsvisning"
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
+#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "Kunne ikke hente forhndsvisning"
+
+#: usb/libusb.c:217
#, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr ""
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr ""
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr ""
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, fuzzy, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "Kunne ikke hente #%i"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr ""
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
"not function with gphoto2. Reference: %s"
msgstr ""
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
"is connected to the computer."
msgstr ""
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
"sure this device is connected to the computer."
msgstr ""
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Lukk"
+
+#, fuzzy
+#~ msgid "write"
+#~ msgstr "Skriv ut"
+
+#, fuzzy
+#~ msgid "read"
+#~ msgstr "Opprett"
diff --git a/libgphoto2_port/po/pt_BR.po b/libgphoto2_port/po/pt_BR.po
index 43b73cfa6..5b5566e7a 100644
--- a/libgphoto2_port/po/pt_BR.po
+++ b/libgphoto2_port/po/pt_BR.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,6 +14,37 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "No pude fechar '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, 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
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
msgid "Could not load any io-library because '%s' could not be opened (%m)"
@@ -21,10 +52,78 @@ msgstr ""
"No foi possvel carregar nenhuma biblioteca-io porque '%s' no pode ser "
"aberto (%m)"
+#: libgphoto2_port/gphoto2-port-info-list.c:300
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, 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
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "No pude fechar '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "Porta genrica"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "Sem erro"
@@ -118,67 +217,139 @@ msgstr "A operao '%s' no suportada por esse dispositivo"
msgid "The port has not yet been initialized"
msgstr "A porta no foi inicializada ainda"
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
-msgstr "Abrir"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "No pude fechar '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "No pude fechar '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-msgid "close"
-msgstr "Fechar"
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:376
-msgid "write"
-msgstr "Escrever"
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:408
-msgid "read"
-msgstr "ler"
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "No foi possvel escrever para a porta (%m)"
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
-msgstr "check_init"
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
-msgstr "atualizar"
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
-msgstr "get_pin"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
-msgstr "set_pin"
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
-msgstr "send_break"
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "No foi possvel obter o nivel do pin %i (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
-msgstr "descarregar"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
-msgstr "encontrar dispositivo"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
-msgstr "encontrar dispositivo por classe"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "clear_halt"
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
-msgstr "escrever mensagem"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "ler mensagem"
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "Descrio do erro no disponvel"
@@ -266,48 +437,71 @@ msgstr "No foi possvel descarregar '%s' (%m)."
msgid "Could not set the baudrate to %d"
msgstr "No foi possvel ajustar a taxa de baud para %d"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, c-format
msgid "Could not open USB device (%m)."
msgstr "No foi possvel abrir o dispositivo USB"
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "No foi possvel travar o dispositivo"
+
+#: usb/libusb.c:217
+#, fuzzy, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
" No foi possvel chamar a interface %d (%m). Tenha certeza que nenhum outro "
"programa ou kernel module (e.g. dc2xx ou stv680) est usando o dispositivo e "
"voc tem acesso de leitura e escrita para o dispositivo."
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr "No foi possvel liberar a interface %d (%m)."
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr "No foi possvel fechar a porta USB"
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr "No foi possvel ajustar a configurao %d/%d (%m)"
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "No foi possvel ajustar a configurao alternativa %d/%d (%m)"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr "O fabricante ou o ID do produto (0x%x,0x%x) no valido"
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, fuzzy, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
@@ -316,7 +510,7 @@ msgstr ""
"No foi possvel encontrar dispostivos USB (fabricante 0x%x, produto 0x%x),"
"Tenha certeza que esse dispositivo est conectado ao computador."
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
@@ -325,7 +519,7 @@ msgstr ""
"No foi possvel encontrar dispostivos USB (fabricante 0x%x, produto 0x%x),"
"Tenha certeza que esse dispositivo est conectado ao computador."
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
@@ -333,3 +527,42 @@ msgid ""
msgstr ""
"No foi possvel encontrar dispositivo USB (classe 0x%x, subclasse 0x%x, "
"protocolo 0x%x)"
+
+#~ msgid "open"
+#~ msgstr "Abrir"
+
+#~ msgid "close"
+#~ msgstr "Fechar"
+
+#~ msgid "write"
+#~ msgstr "Escrever"
+
+#~ msgid "read"
+#~ msgstr "ler"
+
+#~ msgid "check_int"
+#~ msgstr "check_init"
+
+#~ msgid "update"
+#~ msgstr "atualizar"
+
+#~ msgid "get_pin"
+#~ msgstr "get_pin"
+
+#~ msgid "set_pin"
+#~ msgstr "set_pin"
+
+#~ msgid "send_break"
+#~ msgstr "send_break"
+
+#~ msgid "flush"
+#~ msgstr "descarregar"
+
+#~ msgid "find_device"
+#~ msgstr "encontrar dispositivo"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "encontrar dispositivo por classe"
+
+#~ msgid "msg_write"
+#~ msgstr "escrever mensagem"
diff --git a/libgphoto2_port/po/ru.po b/libgphoto2_port/po/ru.po
index 08bc93787..e12de34a7 100644
--- a/libgphoto2_port/po/ru.po
+++ b/libgphoto2_port/po/ru.po
@@ -5,13 +5,44 @@ msgid ""
msgstr ""
"Project-Id-Version: gphoto\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-01-04 02:14+0300\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\n"
"PO-Revision-Date: 2005-01-04 02:25+0300\n"
"Last-Translator: Вячеслав Диконов (Vyacheslav Dikonov) <slava@altlinux.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "Не удалось закрыть '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr "Невозможно заблокировать устройство '%s'"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, c-format
@@ -20,10 +51,78 @@ msgstr ""
"Невозможно загрузить библиотеку функций обмена данными, потому что "
"невозможно открыть '%s'(%m) "
+#: libgphoto2_port/gphoto2-port-info-list.c:300
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, fuzzy, c-format
+msgid "Could not find some functions in '%s' (%s)"
+msgstr "Не удалось закрыть '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:330
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "Не удалось закрыть '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "Обычный порт"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "Ошибок нет"
@@ -117,70 +216,139 @@ msgstr "Действие '%s' не поддерживается этим уст
msgid "The port has not yet been initialized"
msgstr "Порт ещё не был инициализирован"
-#: libgphoto2_port/gphoto2-port.c:280
-msgid "open"
-msgstr "открыть"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:303
-msgid "close"
-msgstr "закрыть"
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "Не удалось закрыть '%s' (%m)."
-#. Check if we wrote all bytes
-#: libgphoto2_port/gphoto2-port.c:378
-msgid "write"
-msgstr "записать"
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "Не удалось закрыть '%s' (%m)."
-#. Check if we read as many bytes as expected
-#: libgphoto2_port/gphoto2-port.c:410
-msgid "read"
-msgstr "прочитать"
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
-#. Check if we read as many bytes as expected
-#: libgphoto2_port/gphoto2-port.c:446 libgphoto2_port/gphoto2-port.c:480
-msgid "check_int"
-msgstr "проверить_прерывание"
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Запись в порт невозможна (%m)"
+
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:597
-msgid "update"
-msgstr "обновить"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:643
-msgid "get_pin"
-msgstr "получить_pin"
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:695
-msgid "set_pin"
-msgstr "установить_pin"
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:710
-msgid "send_break"
-msgstr "послать_сигнал_break"
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:723
-msgid "flush"
-msgstr "сбросить_буферы"
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:739
-msgid "find_device"
-msgstr "найти_устройство"
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:751
-msgid "find_device_by_class"
-msgstr "найти_устройство_в_классе"
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Невозможно получить уровень pin %i (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:765
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "очистить_условие_halt"
-#: libgphoto2_port/gphoto2-port.c:785
-msgid "msg_write"
-msgstr "записать_сообщение"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:805
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "прочесть_сообщение"
-#: libgphoto2_port/gphoto2-port.c:865
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "Описание ошибки недоступно"
@@ -279,12 +447,10 @@ msgstr "Невозможно установить скорость %d"
msgid "Could not open USB device (%m)."
msgstr "Невозможно открыть USB-устройство (%m)."
-#. other gphoto instance most likely
#: usb/libusb.c:196
msgid "Camera is already in use."
msgstr "Фотоаппарат уже занят."
-#. other gphoto instance most likely
#: usb/libusb.c:201
msgid "Camera is supported by USB Storage driver."
msgstr ""
@@ -367,3 +533,41 @@ msgstr ""
"Не найдено устройство USB (класс 0x%x, подкласс 0x%x, протокол 0x%x). "
"Убедитесь, что устройство подключено к компьютеру."
+#~ msgid "open"
+#~ msgstr "открыть"
+
+#~ msgid "close"
+#~ msgstr "закрыть"
+
+#~ msgid "write"
+#~ msgstr "записать"
+
+#~ msgid "read"
+#~ msgstr "прочитать"
+
+#~ msgid "check_int"
+#~ msgstr "проверить_прерывание"
+
+#~ msgid "update"
+#~ msgstr "обновить"
+
+#~ msgid "get_pin"
+#~ msgstr "получить_pin"
+
+#~ msgid "set_pin"
+#~ msgstr "установить_pin"
+
+#~ msgid "send_break"
+#~ msgstr "послать_сигнал_break"
+
+#~ msgid "flush"
+#~ msgstr "сбросить_буферы"
+
+#~ msgid "find_device"
+#~ msgstr "найти_устройство"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "найти_устройство_в_классе"
+
+#~ msgid "msg_write"
+#~ msgstr "записать_сообщение"
diff --git a/libgphoto2_port/po/sl.po b/libgphoto2_port/po/sl.po
index ed4041ca3..bb7dbec70 100644
--- a/libgphoto2_port/po/sl.po
+++ b/libgphoto2_port/po/sl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gphoto\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,15 +14,120 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr ""
+"Ne morem odpreti:\n"
+" %s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr "Ne morem dobiti vzorca"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, 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
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr ""
+"Ne morem odpreti:\n"
+" %s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr ""
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr ""
@@ -118,70 +223,142 @@ msgstr ""
msgid "The port has not yet been initialized"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-#, fuzzy
-msgid "close"
-msgstr "Zapri"
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr ""
+"Ne morem odpreti:\n"
+" %s"
-#: libgphoto2_port/gphoto2-port.c:376
-#, fuzzy
-msgid "write"
-msgstr "Natisni"
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr ""
+"Ne morem odpreti:\n"
+" %s"
-#: libgphoto2_port/gphoto2-port.c:408
-#, fuzzy
-msgid "read"
-msgstr "Ustvari"
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Ne morem dobiti #%i"
+
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Ne morem dobiti #%i"
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
+#: libgphoto2_port/gphoto2-port.c:761
+msgid "Clear halt..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr ""
@@ -271,61 +448,96 @@ msgstr ""
msgid "Could not set the baudrate to %d"
msgstr "Ne morem dobiti tevila slik"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, fuzzy, c-format
msgid "Could not open USB device (%m)."
msgstr "Ne morem dobiti vzorca"
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
+#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "Ne morem dobiti vzorca"
+
+#: usb/libusb.c:217
#, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr ""
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr ""
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr ""
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, fuzzy, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "Ne morem dobiti #%i"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr ""
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
"not function with gphoto2. Reference: %s"
msgstr ""
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
"is connected to the computer."
msgstr ""
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
"sure this device is connected to the computer."
msgstr ""
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr "Zapri"
+
+#, fuzzy
+#~ msgid "write"
+#~ msgstr "Natisni"
+
+#, fuzzy
+#~ msgid "read"
+#~ msgstr "Ustvari"
diff --git a/libgphoto2_port/po/sv.po b/libgphoto2_port/po/sv.po
index 5ff7a3bef..60fda48c4 100644
--- a/libgphoto2_port/po/sv.po
+++ b/libgphoto2_port/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,16 +16,115 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "Kunde inte stnga '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, 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
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, 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
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "Kunde inte stnga '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "Generell Port"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "Inget fel"
@@ -119,67 +218,139 @@ msgstr "Operationen '%s' stds inte av denna enhet"
msgid "The port has not yet been initialized"
msgstr "Porten har nnu inte blivit initialiserad"
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
-msgstr "ppna"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "Kunde inte stnga '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "Kunde inte stnga '%s' (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-msgid "close"
-msgstr "stng"
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:376
-msgid "write"
-msgstr "skriv"
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:408
-msgid "read"
-msgstr "ls"
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "Kunde inte skriva till port (%m)"
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
-msgstr "check_int"
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
-msgstr "uppdatera"
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
-msgstr "hmta_pin"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
-msgstr "stt_pin"
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
-msgstr "snd_avbrott"
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "Kunde inte hmta nivn av pin %i (%m)."
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
-msgstr "spola_ut"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
-msgstr "hitta_enhet"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
-msgstr "hitta_enhet_efter_klass"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "rensa_stop"
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
-msgstr "medd_skriv"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "medd_ls"
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "Ingen felbeskrivning tillgnglig"
@@ -267,49 +438,72 @@ msgstr "Kunde inte spola ut '%s' (%m)."
msgid "Could not set the baudrate to %d"
msgstr "Kunde inte stta bit-hhastigheten till %d"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, c-format
msgid "Could not open USB device (%m)."
msgstr "Kunde inte ppna USB enheten (%m)"
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "Kunde inte lsa enheten"
+
+#: usb/libusb.c:217
+#, fuzzy, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
"Kunde inte gra ansprk p grnssnittet %d (%m). Kontrollera att inget annat "
"program eller kernel-modul (d.v.s. dc2xx eller stv680) anvnder enheten och "
"att du du har skriv/ls rttingheter fr enheten."
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr "Kunde inte slppa grnssnitt %d (%m)."
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr "Kunde inte stnga USB port (%m)."
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr "Kunde inte stta konfiguration %d/%d (%m)"
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "Kunde inte stta alternativinstllning %d/%d (%m)"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr ""
"Den angivna tillverkare eller produktidentiteten (0x%x,0x%x) r inte giltig."
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, fuzzy, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
@@ -318,7 +512,7 @@ msgstr ""
"Kunde inte finna USB-enheten (tillverkare 0x%x, produkt 0x%x). Kontrolera "
"att enheten r ansluten till datorn."
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
@@ -327,7 +521,7 @@ msgstr ""
"Kunde inte finna USB-enheten (tillverkare 0x%x, produkt 0x%x). Kontrolera "
"att enheten r ansluten till datorn."
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
@@ -335,3 +529,42 @@ msgid ""
msgstr ""
"Kunde inte finna USB.enheten (klass 0x%x, underklass 0x%x, protokoll 0x%x). "
"Kontrollera att enheten r ansluten till datorn."
+
+#~ msgid "open"
+#~ msgstr "ppna"
+
+#~ msgid "close"
+#~ msgstr "stng"
+
+#~ msgid "write"
+#~ msgstr "skriv"
+
+#~ msgid "read"
+#~ msgstr "ls"
+
+#~ msgid "check_int"
+#~ msgstr "check_int"
+
+#~ msgid "update"
+#~ msgstr "uppdatera"
+
+#~ msgid "get_pin"
+#~ msgstr "hmta_pin"
+
+#~ msgid "set_pin"
+#~ msgstr "stt_pin"
+
+#~ msgid "send_break"
+#~ msgstr "snd_avbrott"
+
+#~ msgid "flush"
+#~ msgstr "spola_ut"
+
+#~ msgid "find_device"
+#~ msgstr "hitta_enhet"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "hitta_enhet_efter_klass"
+
+#~ msgid "msg_write"
+#~ msgstr "medd_skriv"
diff --git a/libgphoto2_port/po/uk.po b/libgphoto2_port/po/uk.po
index 0dd899c50..c29af7da3 100644
--- a/libgphoto2_port/po/uk.po
+++ b/libgphoto2_port/po/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gphoto\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,15 +14,120 @@ msgstr ""
"Content-Type: text/plain; charset=koi8-u\n"
"Content-Transfer-Encoding: 8-bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr ""
+" צ:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr " "
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, fuzzy, c-format
+msgid "Could not find some functions in '%s' (%s)"
+msgstr ""
+" צ:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:330
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr ""
+" צ:\n"
+"%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr ""
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr ""
@@ -118,70 +223,142 @@ msgstr ""
msgid "The port has not yet been initialized"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-#, fuzzy
-msgid "close"
-msgstr ""
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr ""
+" צ:\n"
+"%s"
-#: libgphoto2_port/gphoto2-port.c:376
-#, fuzzy
-msgid "write"
-msgstr ""
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr ""
+" צ:\n"
+"%s"
-#: libgphoto2_port/gphoto2-port.c:408
-#, fuzzy
-msgid "read"
-msgstr ""
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr " צ #%i"
+
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr " צ #%i"
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
+#: libgphoto2_port/gphoto2-port.c:761
+msgid "Clear halt..."
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr ""
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr ""
@@ -271,61 +448,96 @@ msgstr ""
msgid "Could not set the baudrate to %d"
msgstr " ˦Ԧ "
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, fuzzy, c-format
msgid "Could not open USB device (%m)."
msgstr " "
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
+#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr " "
+
+#: usb/libusb.c:217
#, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr ""
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr ""
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr ""
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, fuzzy, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr " צ #%i"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr ""
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
"not function with gphoto2. Reference: %s"
msgstr ""
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
"is connected to the computer."
msgstr ""
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
"sure this device is connected to the computer."
msgstr ""
+
+#, fuzzy
+#~ msgid "close"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "write"
+#~ msgstr ""
+
+#, fuzzy
+#~ msgid "read"
+#~ msgstr ""
diff --git a/libgphoto2_port/po/zh_CN.po b/libgphoto2_port/po/zh_CN.po
index 0f35111ce..de0388a13 100644
--- a/libgphoto2_port/po/zh_CN.po
+++ b/libgphoto2_port/po/zh_CN.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgphoto2_port\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2003-09-05 23:02+0200\n"
+"POT-Creation-Date: 2005-01-04 11:27+0100\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,15 +14,114 @@ msgstr ""
"Content-Type: text/plain; charset=gb2312\n"
"Content-Transfer-Encoding: 8bit\n"
+#: libgphoto2_port/gphoto2-port-info-list.c:178
+#, fuzzy, c-format
+msgid "Could not load '%s': '%s'."
+msgstr "޷رա%s(%m)"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:186
+#, 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
+#, c-format
+msgid "'%s' already loaded"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:207
+#, fuzzy, c-format
+msgid "Could not load port driver list: '%s'."
+msgstr "޷豸%s"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:214
+#, c-format
+msgid "Loaded '%s' ('%s') from '%s'."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:253
+#, c-format
+msgid "Loading io-drivers from '%s'..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:268
#, 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
+#, c-format
+msgid "'%s' is not a library (%s)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:310
+#, fuzzy, c-format
+msgid "Could not find some functions in '%s' (%s)"
+msgstr "޷رա%s(%m)"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:330
+#, fuzzy, c-format
+msgid "Could not load list (%s)"
+msgstr "޷رա%s(%m)"
+
+#: libgphoto2_port/gphoto2-port-info-list.c:338
+#, c-format
+msgid "Loaded '%s' (%s) from '%s'"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:369
+#, c-format
+msgid "Counting entries (%i available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:378
+#, c-format
+msgid "%i regular entries available."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:407
+#, c-format
+msgid "Looking for path '%s' (%i entries available)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:419
+#, c-format
+msgid "Starting regex search for '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:425
+#, c-format
+msgid "Trying '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:446
+msgid "regcomp failed"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:457
+#, c-format
+msgid "re_match failed (%i)"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:465
+msgid "regexec failed"
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-info-list.c:472
msgid "Generic Port"
msgstr "ͨö˿"
+#: libgphoto2_port/gphoto2-port-info-list.c:496
+#, c-format
+msgid "Looking up entry '%s'..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port-info-list.c:526
+#, c-format
+msgid "Getting info of entry %i (%i available)..."
+msgstr ""
+
#: libgphoto2_port/gphoto2-port-result.c:58
msgid "No error"
msgstr "޴"
@@ -116,67 +215,139 @@ msgstr "豸ֲ֧%s"
msgid "The port has not yet been initialized"
msgstr "˿δʼ"
-#: libgphoto2_port/gphoto2-port.c:278
-msgid "open"
-msgstr ""
+#: libgphoto2_port/gphoto2-port.c:91
+msgid "Creating new device..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:171
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')."
+msgstr "޷رա%s(%m)"
+
+#: libgphoto2_port/gphoto2-port.c:180
+#, fuzzy, c-format
+msgid "Could not load '%s' ('%s')"
+msgstr "޷رա%s(%m)"
+
+#: libgphoto2_port/gphoto2-port.c:195 libgphoto2_port/gphoto2-port.c:201
+#, c-format
+msgid "Could not find 'gp_port_library_operations' in '%s' ('%s')"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:276
+#, c-format
+msgid "Opening %s port..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:298
+msgid "Closing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:301
-msgid "close"
-msgstr "ر"
+#: libgphoto2_port/gphoto2-port.c:320
+msgid "Freeing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:376
-msgid "write"
-msgstr "д"
+#: libgphoto2_port/gphoto2-port.c:369
+#, c-format
+msgid "Writing %i=0x%x byte(s) to port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:408
-msgid "read"
-msgstr ""
+#: libgphoto2_port/gphoto2-port.c:382
+#, fuzzy, c-format
+msgid "Could only write %i out of %i byte(s)"
+msgstr "޷д˿ (%m)"
-#: libgphoto2_port/gphoto2-port.c:444 libgphoto2_port/gphoto2-port.c:478
-msgid "check_int"
-msgstr "Լ"
+#: libgphoto2_port/gphoto2-port.c:403
+#, c-format
+msgid "Reading %i=0x%x bytes from port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:595
-msgid "update"
-msgstr ""
+#: libgphoto2_port/gphoto2-port.c:414 libgphoto2_port/gphoto2-port.c:450
+#: libgphoto2_port/gphoto2-port.c:489 libgphoto2_port/gphoto2-port.c:811
+#, c-format
+msgid "Could only read %i out of %i byte(s)"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:641
-msgid "get_pin"
-msgstr "ȡ"
+#: libgphoto2_port/gphoto2-port.c:439
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:693
-msgid "set_pin"
-msgstr "ò"
+#: libgphoto2_port/gphoto2-port.c:499
+#, c-format
+msgid "Reading %i=0x%x bytes from interrupt endpoint (fast)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:708
-msgid "send_break"
-msgstr "ж"
+#: libgphoto2_port/gphoto2-port.c:524
+#, c-format
+msgid "Setting timeout to %i millisecond(s)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:560
+msgid "Getting timeout..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:564
+#, c-format
+msgid "Current timeout: %i milliseconds"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:586
+msgid "Setting settings..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:637
+#, fuzzy, c-format
+msgid "Getting level of pin %i..."
+msgstr "޷ȡ %i ļ (%m)"
+
+#: libgphoto2_port/gphoto2-port.c:646
+#, c-format
+msgid "Level of pin %i: %i"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:672
+msgid "low"
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:673
+msgid "high"
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:721
-msgid "flush"
-msgstr "ˢ"
+#: libgphoto2_port/gphoto2-port.c:688
+#, c-format
+msgid "Setting pin %i (%s: '%s') to '%s'..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:737
-msgid "find_device"
-msgstr "Ѱ豸"
+#: libgphoto2_port/gphoto2-port.c:705
+#, c-format
+msgid "Sending break (%i milliseconds)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:749
-msgid "find_device_by_class"
-msgstr "Ѱ豸"
+#: libgphoto2_port/gphoto2-port.c:720
+msgid "Flushing port..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:763
-msgid "clear_halt"
+#: libgphoto2_port/gphoto2-port.c:761
+#, fuzzy
+msgid "Clear halt..."
msgstr "ֹ"
-#: libgphoto2_port/gphoto2-port.c:783
-msgid "msg_write"
-msgstr "дϢ"
+#: libgphoto2_port/gphoto2-port.c:778
+#, c-format
+msgid "Writing message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
+
+#: libgphoto2_port/gphoto2-port.c:799
+#, c-format
+msgid "Reading message (request=0x%x value=0x%x index=0x%x size=%i=0x%x)..."
+msgstr ""
-#: libgphoto2_port/gphoto2-port.c:803
+#: libgphoto2_port/gphoto2-port.c:806
msgid "msg_read"
msgstr "Ϣ"
-#: libgphoto2_port/gphoto2-port.c:863
+#: libgphoto2_port/gphoto2-port.c:866
msgid "No error description available"
msgstr "ûпõĴ"
@@ -264,64 +435,126 @@ msgstr "޷ˢ¡%s(%m)"
msgid "Could not set the baudrate to %d"
msgstr "޷ýΪ %d"
-#: usb/libusb.c:131
+#: usb/libusb.c:186
#, c-format
msgid "Could not open USB device (%m)."
msgstr "޷ USB 豸 (%m)"
-#: usb/libusb.c:138
+#: usb/libusb.c:196
+msgid "Camera is already in use."
+msgstr ""
+
+#: usb/libusb.c:201
+msgid "Camera is supported by USB Storage driver."
+msgstr ""
+
+#: usb/libusb.c:205
#, c-format
+msgid "Device has driver '%s' attached, detaching it now."
+msgstr ""
+
+#: usb/libusb.c:208
+#, c-format
+msgid "Could not detach kernel driver '%s' of camera device."
+msgstr ""
+
+#: usb/libusb.c:210
+#, fuzzy
+msgid "Could not query kernel driver of device."
+msgstr "޷豸"
+
+#: usb/libusb.c:217
+#, fuzzy, c-format
msgid ""
"Could not claim interface %d (%m). Make sure no other program or kernel "
-"module (e.g. dc2xx or stv680) is using the device and you have read/write "
-"access to the device."
+"module (such as %s) is using the device and you have read/write access to "
+"the device."
msgstr ""
"޷ %d (%m)ȷûںģ ( dc2xx stv680) "
"ʹø豸жԸ豸Ķ/дȨ"
-#: usb/libusb.c:157
+#: usb/libusb.c:236
#, c-format
msgid "Could not release interface %d (%m)."
msgstr "޷ͷŽ %d (%m)"
-#: usb/libusb.c:164
+#: usb/libusb.c:243
#, c-format
msgid "Could not close USB port (%m)."
msgstr "޷ر USB ˿ (%m)"
-#: usb/libusb.c:294
+#: usb/libusb.c:383
#, c-format
msgid "Could not set config %d/%d (%m)"
msgstr "޷趨 %d/%d (%m)"
-#: usb/libusb.c:316
+#: usb/libusb.c:405
#, c-format
msgid "Could not set altsetting %d/%d (%m)"
msgstr "޷趨 %d/%d (%m)"
-#: usb/libusb.c:391
+#: usb/libusb.c:497
#, c-format
msgid "The supplied vendor or product id (0x%x,0x%x) is not valid."
msgstr "ĹӦ̻Ʒ id (0x%x0x%x) Ϸ"
-#: usb/libusb.c:417
+#: usb/libusb.c:529
#, fuzzy, c-format
msgid ""
"USB device (vendor 0x%x, product 0x%x) is a mass storage device, and might "
"not function with gphoto2. Reference: %s"
msgstr "޷ҵ USB 豸 (Ӧ 0x%xƷ 0x%x)ȷŸ豸ӵ"
-#: usb/libusb.c:450
+#: usb/libusb.c:562
#, c-format
msgid ""
"Could not find USB device (vendor 0x%x, product 0x%x). Make sure this device "
"is connected to the computer."
msgstr "޷ҵ USB 豸 (Ӧ 0x%xƷ 0x%x)ȷŸ豸ӵ"
-#: usb/libusb.c:558
+#: usb/libusb.c:693
#, c-format
msgid ""
"Could not find USB device (class 0x%x, subclass 0x%x, protocol 0x%x). Make "
"sure this device is connected to the computer."
msgstr ""
"޷ҵ USB 豸 ( 0x%x 0x%xЭ 0x%x)ȷŸ豸ӵ"
+
+#~ msgid "open"
+#~ msgstr ""
+
+#~ msgid "close"
+#~ msgstr "ر"
+
+#~ msgid "write"
+#~ msgstr "д"
+
+#~ msgid "read"
+#~ msgstr ""
+
+#~ msgid "check_int"
+#~ msgstr "Լ"
+
+#~ msgid "update"
+#~ msgstr ""
+
+#~ msgid "get_pin"
+#~ msgstr "ȡ"
+
+#~ msgid "set_pin"
+#~ msgstr "ò"
+
+#~ msgid "send_break"
+#~ msgstr "ж"
+
+#~ msgid "flush"
+#~ msgstr "ˢ"
+
+#~ msgid "find_device"
+#~ msgstr "Ѱ豸"
+
+#~ msgid "find_device_by_class"
+#~ msgstr "Ѱ豸"
+
+#~ msgid "msg_write"
+#~ msgstr "дϢ"