You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(57) |
Oct
(39) |
Nov
(93) |
Dec
(72) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(15) |
Feb
(8) |
Mar
(12) |
Apr
(25) |
May
(2) |
Jun
|
Jul
(11) |
Aug
(32) |
Sep
(18) |
Oct
(53) |
Nov
|
Dec
(11) |
2004 |
Jan
(19) |
Feb
(1) |
Mar
(15) |
Apr
(17) |
May
(56) |
Jun
(19) |
Jul
(6) |
Aug
(16) |
Sep
(44) |
Oct
(31) |
Nov
(36) |
Dec
(13) |
2005 |
Jan
(2) |
Feb
(41) |
Mar
(304) |
Apr
(176) |
May
(19) |
Jun
(33) |
Jul
(14) |
Aug
(21) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
(8) |
2006 |
Jan
(18) |
Feb
(9) |
Mar
(5) |
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(7) |
Oct
(10) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
(4) |
May
(124) |
Jun
(59) |
Jul
(1) |
Aug
(13) |
Sep
(3) |
Oct
(11) |
Nov
(30) |
Dec
(35) |
2008 |
Jan
(31) |
Feb
(42) |
Mar
(4) |
Apr
(5) |
May
(2) |
Jun
(12) |
Jul
(8) |
Aug
(2) |
Sep
(4) |
Oct
(5) |
Nov
(89) |
Dec
(23) |
2009 |
Jan
(71) |
Feb
(5) |
Mar
(8) |
Apr
(7) |
May
(8) |
Jun
(7) |
Jul
|
Aug
(4) |
Sep
(58) |
Oct
(74) |
Nov
(53) |
Dec
(32) |
2010 |
Jan
(8) |
Feb
(13) |
Mar
(4) |
Apr
|
May
|
Jun
(10) |
Jul
(1) |
Aug
(2) |
Sep
(12) |
Oct
(17) |
Nov
(2) |
Dec
(24) |
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(24) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(20) |
Mar
(18) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(8) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(5) |
From: Hans U. N. <hu...@us...> - 2007-06-26 01:57:12
|
Update of /cvsroot/libexif/m4m In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv515/m4m Modified Files: gp-gettext-hack.m4 Log Message: Define both LOCALEDIR and GETTEXT_PACKAGE using AM_CPPFLAGS in the GP_GETTEXT_HACK macro Index: gp-gettext-hack.m4 =================================================================== RCS file: /cvsroot/libexif/m4m/gp-gettext-hack.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- gp-gettext-hack.m4 2 May 2005 19:27:16 -0000 1.3 +++ gp-gettext-hack.m4 26 Jun 2007 01:57:08 -0000 1.4 @@ -25,8 +25,8 @@ AC_DEFUN([GP_GETTEXT_HACK], AC_BEFORE([$0], [AM_GNU_GETTEXT])dnl AC_BEFORE([$0], [AM_GNU_GETTEXT_VERSION])dnl m4_if([$1],[],[GETTEXT_PACKAGE="${PACKAGE_TARNAME}"],[GETTEXT_PACKAGE="$1"]) -AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], - [The gettext domain we're using]) +# The gettext domain we're using +AM_CPPFLAGS="$AM_CPPFLAGS -DGETTEXT_PACKAGE=\\\"${GETTEXT_PACKAGE}\\\"" AC_SUBST([GETTEXT_PACKAGE]) sed_cmds="s|^DOMAIN.*|DOMAIN = ${GETTEXT_PACKAGE}|" m4_if([$2],[],[],[sed_cmds="${sed_cmds};s|^COPYRIGHT_HOLDER.*|COPYRIGHT_HOLDER = $2|"]) @@ -66,6 +66,10 @@ GP_CONFIG_MSG([Use translations],[${USE_ if test "x$USE_NLS" = "xyes" && test "${BUILD_INCLUDED_LIBINTL}"; then GP_CONFIG_MSG([Use included libintl],[${BUILD_INCLUDED_LIBINTL}]) fi +dnl We cannot use AC_DEFINE_UNQUOTED() for these definitions, as +dnl we require make to do insert the proper $(datadir) value +AC_SUBST([localedir], ['$(datadir)/locale']) +AM_CPPFLAGS="$AM_CPPFLAGS -DLOCALEDIR=\\\"${localedir}\\\"" ]) dnl Please do not remove this: |
From: Hans U. N. <hu...@us...> - 2007-06-26 01:57:11
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv515 Modified Files: configure.ac Log Message: Define both LOCALEDIR and GETTEXT_PACKAGE using AM_CPPFLAGS in the GP_GETTEXT_HACK macro Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -d -r1.33 -r1.34 --- configure.ac 15 Jun 2007 04:10:25 -0000 1.33 +++ configure.ac 26 Jun 2007 01:57:08 -0000 1.34 @@ -161,12 +161,6 @@ AM_PO_SUBDIRS() AM_ICONV() GP_GETTEXT_FLAGS() -dnl We cannot use AC_DEFINE_UNQUOTED() for these definitions, as -dnl we require make to do insert the proper $(datadir) value -localedir="\$(datadir)/locale" -AC_SUBST(localedir) -AM_CPPFLAGS="$AM_CPPFLAGS -DLOCALEDIR=\\\"${localedir}\\\"" - dnl --------------------------------------------------------------------------- dnl Compiler/Linker Options and Warnings |
From: Hans U. N. <hu...@us...> - 2007-06-25 23:03:05
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28962/libexif Modified Files: exif-log.h Log Message: EXIF_LOG_NO_MEMORY macro: use different format string in message Index: exif-log.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-log.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- exif-log.h 12 Apr 2005 03:27:09 -0000 1.6 +++ exif-log.h 25 Jun 2007 23:03:00 -0000 1.7 @@ -66,7 +66,7 @@ void exif_logv (ExifLog *log, ExifLo const char *format, va_list args); /* For your convenience */ -#define EXIF_LOG_NO_MEMORY(l,d,s) exif_log (l, EXIF_LOG_CODE_NO_MEMORY, d, "Could not allocate %i byte(s).", s) +#define EXIF_LOG_NO_MEMORY(l,d,s) exif_log ((l), EXIF_LOG_CODE_NO_MEMORY, (d), "Could not allocate %lu byte(s).", (unsigned long)(s)) #ifdef __cplusplus } |
From: Jan P. <pa...@us...> - 2007-06-25 05:56:28
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15889 Modified Files: ChangeLog Log Message: Endianess of Nikon V1 makernotes is now guessed, it might not be the same as of the main IFD Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.246 retrieving revision 1.247 diff -u -p -d -r1.246 -r1.247 --- ChangeLog 21 May 2007 19:34:28 -0000 1.246 +++ ChangeLog 25 Jun 2007 05:56:24 -0000 1.247 @@ -1,3 +1,8 @@ +2007-06-25 Jan Patera <pa...@us...> + + * Endianess of Nikon V1 makernotes is now guessed, it might not + be the same as of the main IFD + 2007-05-21 Jan Patera <pa...@us...> * First version of Czech localization (cs.po) |
From: Jan P. <pa...@us...> - 2007-06-25 05:55:54
|
Update of /cvsroot/libexif/libexif/libexif/olympus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14963 Modified Files: exif-mnote-data-olympus.c Log Message: Endianess of Nikon V1 makernotes is now guessed, it might not be the same as of the main IFD. Index: exif-mnote-data-olympus.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/exif-mnote-data-olympus.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -d -r1.29 -r1.30 --- exif-mnote-data-olympus.c 11 May 2007 06:22:44 -0000 1.29 +++ exif-mnote-data-olympus.c 25 Jun 2007 05:55:23 -0000 1.30 @@ -267,6 +267,16 @@ exif_mnote_data_olympus_load (ExifMnoteD case nikonV1: base = MNOTE_NIKON1_TAG_BASE; + /* Fix endianness, if needed */ + if (o2 >= buf_size) return; + c = exif_get_short (buf + o2, n->order); + if ((!(c & 0xFF)) && (c > 0x500)) { + if (n->order == EXIF_BYTE_ORDER_INTEL) { + n->order = EXIF_BYTE_ORDER_MOTOROLA; + } else { + n->order = EXIF_BYTE_ORDER_INTEL; + } + } break; case nikonV2: |
From: Hubert F. <hfi...@us...> - 2007-06-24 16:44:10
|
Update of /cvsroot/libexif/exif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19306 Modified Files: main.c Log Message: remove some memleak... Index: main.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/main.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -p -d -r1.55 -r1.56 --- main.c 6 Jun 2007 14:30:19 -0000 1.55 +++ main.c 24 Jun 2007 16:44:02 -0000 1.56 @@ -376,7 +376,8 @@ main (int argc, const char **argv) ctx = poptGetContext (PACKAGE, argc, argv, options, 0); poptSetOtherOptionHelp (ctx, _("[OPTION...] file")); - while (poptGetNextOpt (ctx) > 0); + while (poptGetNextOpt (ctx) > 0) + ; /* * When debugging, continue as far as possible. If not, make all errors @@ -388,11 +389,13 @@ main (int argc, const char **argv) /* Any command line parameters ? */ if (argc <= 1) { poptPrintHelp (ctx, stdout, 0); + poptFreeContext(ctx); return (1); } if (show_version) { printf ("%s\n", VERSION); + poptFreeContext(ctx); return 0; } @@ -610,9 +613,11 @@ main (int argc, const char **argv) } } else { poptPrintHelp (ctx, stdout, 0); + poptFreeContext(ctx); return(1); } + exif_log_free(log); poptFreeContext (ctx); return (0); |
From: Hans U. N. <hu...@us...> - 2007-06-23 00:58:53
|
Update of /cvsroot/libexif/libexif-gtk In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5266/libexif-gtk Removed Files: autogen.sh Log Message: remove outdated autogen.sh - use autoreconf --- autogen.sh DELETED --- |
From: Hans U. N. <hu...@us...> - 2007-06-23 00:58:53
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5266/exif Removed Files: autogen.sh Log Message: remove outdated autogen.sh - use autoreconf --- autogen.sh DELETED --- |
From: Hans U. N. <hu...@us...> - 2007-06-23 00:58:52
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5266/libexif Removed Files: autogen.sh Log Message: remove outdated autogen.sh - use autoreconf --- autogen.sh DELETED --- |
From: Hans U. N. <hu...@us...> - 2007-06-23 00:58:52
|
Update of /cvsroot/libexif/gexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5266/gexif Removed Files: autogen.sh Log Message: remove outdated autogen.sh - use autoreconf --- autogen.sh DELETED --- |
From: Jan P. <pa...@us...> - 2007-06-15 06:54:52
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6849 Modified Files: cs.po es.po sk.po Log Message: Updated translations to reflect recent changes in unified handling of unexpected values. Index: es.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/es.po,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -d -r1.27 -r1.28 --- es.po 12 Jun 2007 13:53:37 -0000 1.27 +++ es.po 15 Jun 2007 06:54:48 -0000 1.28 @@ -2109,10 +2109,6 @@ msgstr "Dentro del rectángulo (ancho %i msgid "Unexpected number of components (%li, expected 2, 3, or 4)." msgstr "Cantidad de componentes inesperada (%li, esperados 2, 3, o 4)." -#: libexif/exif-entry.c:917 libexif/exif-entry.c:960 -msgid "Internal error." -msgstr "" - #: libexif/exif-entry.c:925 #, c-format msgid "Internal error (unknown value %i)." Index: sk.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/sk.po,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- sk.po 12 Jun 2007 13:53:38 -0000 1.6 +++ sk.po 15 Jun 2007 06:54:48 -0000 1.7 @@ -2109,9 +2109,9 @@ msgid "Internal error." msgstr "Vnútorná chyba." #: libexif/exif-entry.c:925 -#, fuzzy, c-format +#, c-format msgid "Internal error (unknown value %i)." -msgstr "Vnútorná chyba (neznáma hodnota %i)" +msgstr "Vnútorná chyba (neznáma hodnota %i)." #: libexif/exif-format.c:33 msgid "Byte" @@ -3547,7 +3547,7 @@ msgstr "" #: libexif/pentax/mnote-pentax-entry.c:344 #: libexif/pentax/mnote-pentax-entry.c:367 msgid "Internal error" -msgstr "" +msgstr "Vnútorná chyba" #: libexif/olympus/mnote-olympus-entry.c:379 #, c-format Index: cs.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/cs.po,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- cs.po 12 Jun 2007 13:53:37 -0000 1.6 +++ cs.po 15 Jun 2007 06:54:47 -0000 1.7 @@ -2014,16 +2014,6 @@ msgstr "V obdélnÃku (Å¡ÃÅka %i, výŠmsgid "Unexpected number of components (%li, expected 2, 3, or 4)." msgstr "NeoÄekávaný poÄet položek (%li, oÄekáváno 2, 3 nebo 4)." -#: libexif/exif-entry.c:917 libexif/exif-entry.c:960 -#, fuzzy -msgid "Internal error." -msgstr "VnitÅnà chyba" - -#: libexif/exif-entry.c:925 -#, fuzzy, c-format -msgid "Internal error (unknown value %i)." -msgstr "VnitÅnà chyba (neznámá hodnota %i)" - #: libexif/exif-format.c:33 msgid "Byte" msgstr "Byte" @@ -2898,7 +2888,7 @@ msgstr "Zlomky sekundy z údaje 'Datum a #: libexif/exif-tag.c:489 msgid "XP Title" -msgstr "Titulek (Windows)" +msgstr "Název (Windows)" #: libexif/exif-tag.c:491 msgid "XP Comment" @@ -2914,7 +2904,7 @@ msgstr "KlÃÄová slova (Windows)" #: libexif/exif-tag.c:497 msgid "XP Subject" -msgstr "Subjekt (Windows)" +msgstr "PÅedmÄt (Windows)" #: libexif/exif-tag.c:500 msgid "The FlashPix format version supported by a FPXR file." |
From: Jan P. <pa...@us...> - 2007-06-15 06:50:08
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5213 Modified Files: exif-entry.c Log Message: I forgot to check this file in about 2 weeks ago. Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.101 retrieving revision 1.102 diff -u -p -d -r1.101 -r1.102 --- exif-entry.c 15 May 2007 18:23:28 -0000 1.101 +++ exif-entry.c 15 Jun 2007 06:49:42 -0000 1.102 @@ -863,7 +863,7 @@ exif_entry_get_value (ExifEntry *e, char case EXIF_TAG_MAKER_NOTE: CF (e, EXIF_FORMAT_UNDEFINED, val, maxlen); snprintf (val, maxlen, _("%i bytes unknown data"), - (int) e->components); + e->size); break; case EXIF_TAG_SUBJECT_AREA: CF (e, EXIF_FORMAT_SHORT, val, maxlen); @@ -914,7 +914,7 @@ exif_entry_get_value (ExifEntry *e, char /* Search the tag */ for (i = 0; list2[i].tag && (list2[i].tag != e->tag); i++); if (!list2[i].tag) { - strncpy (val, _("Internal error."), maxlen - 1); + strncpy (val, _("Internal error"), maxlen); break; } @@ -923,7 +923,7 @@ exif_entry_get_value (ExifEntry *e, char (list2[i].elem[j].index < v_short); j++); if (list2[i].elem[j].index != v_short) { snprintf (val, maxlen, _("Internal error (unknown " - "value %i)."), v_short); + "value %i)"), v_short); break; } @@ -932,7 +932,7 @@ exif_entry_get_value (ExifEntry *e, char for (k = 0; list2[i].elem[j].values[k]; k++) { l = strlen (_(list2[i].elem[j].values[k])); if ((maxlen > l) && (strlen (val) < l)) - strncpy (val, _(list2[i].elem[j].values[k]), maxlen - 1); + strncpy (val, _(list2[i].elem[j].values[k]), maxlen); } if (!strlen (val)) snprintf (val, maxlen, "%i", v_short); @@ -957,7 +957,7 @@ exif_entry_get_value (ExifEntry *e, char /* Search the tag */ for (i = 0; list[i].tag && (list[i].tag != e->tag); i++); if (!list[i].tag) { - strncpy (val, _("Internal error."), maxlen - 1); + strncpy (val, _("Internal error"), maxlen); break; } @@ -966,7 +966,7 @@ exif_entry_get_value (ExifEntry *e, char if (!list[i].strings[j]) snprintf (val, maxlen, "%i", v_short); else - strncpy (val, _(list[i].strings[j]), maxlen - 1); + strncpy (val, _(list[i].strings[j]), maxlen); break; case EXIF_TAG_XP_TITLE: case EXIF_TAG_XP_COMMENT: |
From: Hans U. N. <hu...@us...> - 2007-06-15 04:10:28
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2885 Modified Files: configure.ac NEWS Log Message: development version number .1 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -d -r1.23 -r1.24 --- NEWS 12 Jun 2007 15:50:15 -0000 1.23 +++ NEWS 15 Jun 2007 04:10:25 -0000 1.24 @@ -1,3 +1,7 @@ +libexif-0.6.16.1: + * Updated translations: de, pl, vi + + libexif-0.6.16 (2007-06-12): * Security fix: CVE-2006-4168 aka IDEF1514. * Updated translations: cz, pl, vi Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -d -r1.32 -r1.33 --- configure.ac 12 Jun 2007 15:50:15 -0000 1.32 +++ configure.ac 15 Jun 2007 04:10:25 -0000 1.33 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.16], [lib...@li...], [libexif]) +AC_INIT([EXIF library], [0.6.16.1], [lib...@li...], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |
From: Hans U. N. <hu...@us...> - 2007-06-15 04:09:50
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2394/po Modified Files: vi.po Log Message: updated vi.po from translation robot Index: vi.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/vi.po,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- vi.po 12 Jun 2007 13:49:43 -0000 1.12 +++ vi.po 15 Jun 2007 04:09:47 -0000 1.13 @@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: libexif 0.6.15\n" +"Project-Id-Version: libexif 0.6.16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-06-12 15:13+0200\n" -"PO-Revision-Date: 2007-06-12 22:19+0930\n" +"PO-Revision-Date: 2007-06-15 13:00+0930\n" "Last-Translator: Clytie Siddall <cl...@ri...>\n" "Language-Team: Vietnamese <vi...@go...>\n" "MIME-Version: 1.0\n" @@ -2031,9 +2031,9 @@ msgid "Internal error." msgstr "Lá»i ná»i bá»." #: libexif/exif-entry.c:925 -#, fuzzy, c-format +#, c-format msgid "Internal error (unknown value %i)." -msgstr "Lá»i ná»i bá» (không biết giá trá» %i)" +msgstr "Lá»i ná»i bá» (không biết giá trá» %i)." #: libexif/exif-format.c:33 msgid "Byte" @@ -3759,9 +3759,9 @@ msgid "One-touch" msgstr "Bấm ÄÆ¡n" #: libexif/olympus/mnote-olympus-entry.c:571 -#, fuzzy, c-format +#, c-format msgid "%i bytes unknown data: " -msgstr "%li byte dữ liá»u không rõ : " +msgstr "%i byte dữ liá»u không rõ : " #: libexif/olympus/mnote-olympus-tag.c:37 msgid "Firmware Version" @@ -4252,12 +4252,12 @@ msgstr "Lá»c sá» ?" #: libexif/pentax/mnote-pentax-entry.c:353 #, c-format msgid "Internal error (unknown value %i)" -msgstr "Lá»i ná»i bá» (không biết giá trá» %i)" +msgstr "Lá»i ná»i bá» (giá trá» không rõ %i)" #: libexif/pentax/mnote-pentax-entry.c:376 -#, fuzzy, c-format +#, c-format msgid "Internal error (unknown value %i %i)" -msgstr "Lá»i ná»i bá» (không biết giá trá» %i)" +msgstr "Lá»i ná»i bá» (giá trá» không rõ %i %i)" #: libexif/pentax/mnote-pentax-tag.c:34 libexif/pentax/mnote-pentax-tag.c:61 msgid "Capture Mode" |
From: Hans U. N. <hu...@us...> - 2007-06-15 03:00:22
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6931/po Modified Files: de.po pl.po Log Message: updated de.po and pl.po from translation robot Index: pl.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/pl.po,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- pl.po 13 Jun 2007 11:31:34 -0000 1.15 +++ pl.po 15 Jun 2007 03:00:16 -0000 1.16 @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: libexif 0.6.15\n" +"Project-Id-Version: libexif 0.6.16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-06-12 15:13+0200\n" -"PO-Revision-Date: 2007-05-26 19:42+0200\n" +"PO-Revision-Date: 2007-07-14 18:10+0200\n" "Last-Translator: Jakub Bogusz <qb...@pl...>\n" "Language-Team: Polish <tra...@li...>\n" "MIME-Version: 1.0\n" @@ -3787,9 +3787,9 @@ msgid "One-touch" msgstr "One-touch" #: libexif/olympus/mnote-olympus-entry.c:571 -#, fuzzy, c-format +#, c-format msgid "%i bytes unknown data: " -msgstr "%li bajtów nieznanych danych: " +msgstr "%i bajtów nieznanych danych: " #: libexif/olympus/mnote-olympus-tag.c:37 msgid "Firmware Version" @@ -4278,14 +4278,14 @@ msgid "Digital Filter?" msgstr "Filtr cyfrowy?" #: libexif/pentax/mnote-pentax-entry.c:353 -#, fuzzy, c-format +#, c-format msgid "Internal error (unknown value %i)" -msgstr "BÅÄ d wewnÄtrzny (nieznana wartoÅÄ %i)." +msgstr "BÅÄ d wewnÄtrzny (nieznana wartoÅÄ %i)" #: libexif/pentax/mnote-pentax-entry.c:376 -#, fuzzy, c-format +#, c-format msgid "Internal error (unknown value %i %i)" -msgstr "BÅÄ d wewnÄtrzny (nieznana wartoÅÄ %i)." +msgstr "BÅÄ d wewnÄtrzny (nieznana wartoÅÄ %i %i)" #: libexif/pentax/mnote-pentax-tag.c:34 libexif/pentax/mnote-pentax-tag.c:61 msgid "Capture Mode" Index: de.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/de.po,v retrieving revision 1.40 retrieving revision 1.41 diff -u -p -d -r1.40 -r1.41 --- de.po 12 Jun 2007 13:53:37 -0000 1.40 +++ de.po 15 Jun 2007 03:00:15 -0000 1.41 @@ -1,23 +1,24 @@ +# translation of de.po to Deutsch # translation of de.po to # German Translation # Copyright: -# Free Software Foundation, Inc., 2002 # This file is distributed under the same license as the libexif package. -# Lutz Mueller <lu...@us...>, 2002. -# Marcus Meissner <ma...@je...>, 2004, 2005, 2006. # +# Free Software Foundation, Inc., 2002. +# Lutz Mueller <lu...@us...>, 2002. +# Marcus Meissner <ma...@je...>, 2004, 2005, 2006, 2007. msgid "" msgstr "" -"Project-Id-Version: de\n" +"Project-Id-Version: libexif 0.6.16\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-06-12 15:13+0200\n" -"PO-Revision-Date: 2006-10-17 17:03+0200\n" -"Last-Translator: \n" -"Language-Team: <de...@li...>\n" +"PO-Revision-Date: 2007-06-14 19:37+0200\n" +"Last-Translator: Marcus Meissner <ma...@je...>\n" +"Language-Team: German <tra...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.2\n" +"X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n" #: libexif/canon/mnote-canon-entry.c:40 @@ -1306,13 +1307,16 @@ msgstr "" #: libexif/exif-data.c:1127 msgid "Don not change maker note" -msgstr "" +msgstr "Ersetze MakerNote nicht." #: libexif/exif-data.c:1128 msgid "" "When loading and resaving Exif data, save the maker note unmodified. Be " "aware that the maker note can get corrupted." msgstr "" +"Die MakerNote wird unverändert übernommen, wenn Exif Daten geladen oder " +"gespeichert werden. Bitte beachten sie, das die MakerNote dennoch ungültig " +"werden kann." #: libexif/exif-entry.c:202 libexif/exif-entry.c:236 #, c-format @@ -1440,25 +1444,23 @@ msgstr "co-sited" #: libexif/exif-entry.c:399 msgid "Reversed mono" -msgstr "" +msgstr "Weiss-Schwarz" #: libexif/exif-entry.c:399 -#, fuzzy msgid "Normal mono" -msgstr "Normal" +msgstr "Schwarz-Weiss" #: libexif/exif-entry.c:399 msgid "RGB" msgstr "RGB" #: libexif/exif-entry.c:399 -#, fuzzy msgid "Palette" -msgstr "Raster" +msgstr "Palette" #: libexif/exif-entry.c:400 msgid "CMYK" -msgstr "" +msgstr "CMYK" #: libexif/exif-entry.c:400 msgid "YCbCr" @@ -1466,7 +1468,7 @@ msgstr "YCbCr" #: libexif/exif-entry.c:400 msgid "CieLAB" -msgstr "" +msgstr "CieLAB" #: libexif/exif-entry.c:402 msgid "Normal process" @@ -1809,12 +1811,11 @@ msgstr "" "Blitzreflektion erkannt." #: libexif/exif-entry.c:518 -#, fuzzy msgid "" "Flash fired, compulsory flash mode, red-eye reduction mode, return light " "detected." msgstr "" -"Blitz ausgelöst, fester Blitzmodus, Rote Augen Reduktions Modus, keine " +"Blitz ausgelöst, fester Blitzmodus, Rote Augen Reduktions Modus, " "Blitzreflektion erkannt." #: libexif/exif-entry.c:520 @@ -1938,7 +1939,7 @@ msgstr "%.02f EV" #: libexif/exif-entry.c:721 #, c-format msgid " (f/%.01f)" -msgstr "" +msgstr " (f/%.01f)" #: libexif/exif-entry.c:752 #, c-format @@ -1962,7 +1963,7 @@ msgstr " %dsek.)" #: libexif/exif-entry.c:810 #, c-format msgid " (%.02f cd/m^2)" -msgstr "" +msgstr " (%.02f cd/m^2)" #: libexif/exif-entry.c:819 msgid "DSC" @@ -2034,9 +2035,9 @@ msgid "Internal error." msgstr "Interner Fehler." #: libexif/exif-entry.c:925 -#, fuzzy, c-format +#, c-format msgid "Internal error (unknown value %i)." -msgstr "Interner Fehler (unbekannter Wert %i)" +msgstr "Interner Fehler (unbekannter Wert %i)." #: libexif/exif-format.c:33 msgid "Byte" @@ -3051,26 +3052,23 @@ msgstr "" #: libexif/exif-tag.c:489 msgid "XP Title" -msgstr "" +msgstr "XP Titel" #: libexif/exif-tag.c:491 -#, fuzzy msgid "XP Comment" -msgstr "Anmerkung des Nutzers" +msgstr "XP Kommentar" #: libexif/exif-tag.c:493 -#, fuzzy msgid "XP Author" -msgstr "Automatisch" +msgstr "XP Autor" #: libexif/exif-tag.c:495 msgid "XP Keywords" -msgstr "" +msgstr "XP Stichwörter" #: libexif/exif-tag.c:497 -#, fuzzy msgid "XP Subject" -msgstr "Motivbereich" +msgstr "XP Ãberschrift" #: libexif/exif-tag.c:500 msgid "The FlashPix format version supported by a FPXR file." @@ -3309,7 +3307,7 @@ msgstr "TIFF/EP Standard ID" #: libexif/exif-tag.c:625 msgid "Custom Rendered" -msgstr "" +msgstr "Spezial Rendering" #: libexif/exif-tag.c:626 msgid "" @@ -3317,6 +3315,9 @@ msgid "" "rendering geared to output. When special processing is performed, the reader " "is expected to disable or minimize any further processing." msgstr "" +"Dieses Tag zeigt spezielle Verarbeitung von Bilddaten an, wie z.B. Rendering " +"für Drucken. Wenn spezielle Bearbeitung vorhanden ist, sollte der Leser " +"weiteres Processing gering halten oder ganz darauf verzichten." #: libexif/exif-tag.c:630 msgid "Exposure Mode" @@ -3584,7 +3585,7 @@ msgstr "Fluoreszenz" #: libexif/olympus/mnote-olympus-entry.c:122 msgid "SpeedLight" -msgstr "" +msgstr "Blitz" #: libexif/olympus/mnote-olympus-entry.c:125 msgid "No Fisheye" @@ -3911,7 +3912,7 @@ msgstr "BilddatengrõÃe" #: libexif/olympus/mnote-olympus-tag.c:82 msgid "Size of compressed image data in bytes." -msgstr "" +msgstr "GröÃe der komprimierten Bilddaten in Bytes." #: libexif/olympus/mnote-olympus-tag.c:84 msgid "Total number of pictures taken" @@ -3980,9 +3981,8 @@ msgstr "Nachtsszene" #: libexif/pentax/mnote-pentax-entry.c:79 #: libexif/pentax/mnote-pentax-entry.c:133 -#, fuzzy msgid "Multi-exposure" -msgstr "Manuelle Belichtungszeit" +msgstr "Mehrfachbelichtung" #: libexif/pentax/mnote-pentax-entry.c:82 #: libexif/pentax/mnote-pentax-entry.c:136 @@ -4013,283 +4013,242 @@ msgstr "Schwarz & WeiÃ" #: libexif/pentax/mnote-pentax-entry.c:139 msgid "TIFF" -msgstr "" +msgstr "TIFF" #: libexif/pentax/mnote-pentax-entry.c:149 msgid "2560x1920 or 2304x1728" -msgstr "" +msgstr "2560x1920 oder 2304x1728" #: libexif/pentax/mnote-pentax-entry.c:155 msgid "2304x1728 or 2592x1944" -msgstr "" +msgstr "2304x1728 oder 2592x1944" #: libexif/pentax/mnote-pentax-entry.c:157 msgid "2816x2212 or 2816x2112" -msgstr "" +msgstr "2816x2212 oder 2816x2112" #: libexif/pentax/mnote-pentax-entry.c:163 #: libexif/pentax/mnote-pentax-entry.c:295 -#, fuzzy msgid "Program AE" -msgstr "Programm" +msgstr "Programm AE" #: libexif/pentax/mnote-pentax-entry.c:167 -#, fuzzy msgid "Sport" msgstr "Sport" #: libexif/pentax/mnote-pentax-entry.c:168 #: libexif/pentax/mnote-pentax-entry.c:291 -#, fuzzy msgid "Night Scene" msgstr "Nachtszene" #: libexif/pentax/mnote-pentax-entry.c:170 msgid "Surf & Snow" -msgstr "" +msgstr "Meer & Schnee" #: libexif/pentax/mnote-pentax-entry.c:171 msgid "Sunset or Candlelight" -msgstr "" +msgstr "Sonnenuntergang oder Kerzenlicht" #: libexif/pentax/mnote-pentax-entry.c:172 -#, fuzzy msgid "Autumn" -msgstr "Automatisch" +msgstr "Herbst" #: libexif/pentax/mnote-pentax-entry.c:175 msgid "Text" -msgstr "" +msgstr "Text" #: libexif/pentax/mnote-pentax-entry.c:177 -#, fuzzy msgid "Self Portrait" -msgstr "Portrait" +msgstr "Selbstportrait" #: libexif/pentax/mnote-pentax-entry.c:178 -#, fuzzy msgid "Illustrations" -msgstr "Langzeitbelichtungszeit" +msgstr "Zeichnungen" #: libexif/pentax/mnote-pentax-entry.c:179 -#, fuzzy msgid "Digital Filter" -msgstr "Digitalmakro" +msgstr "Digitaler Filter" #: libexif/pentax/mnote-pentax-entry.c:180 -#, fuzzy msgid "Museum" -msgstr "Mittel" +msgstr "Museum" #: libexif/pentax/mnote-pentax-entry.c:181 -#, fuzzy msgid "Food" -msgstr "Gut" +msgstr "Essen" #: libexif/pentax/mnote-pentax-entry.c:182 -#, fuzzy msgid "Green Mode" -msgstr "Messmodus" +msgstr "Grüner Modus" #: libexif/pentax/mnote-pentax-entry.c:183 -#, fuzzy msgid "Light Pet" -msgstr "Lichtart" +msgstr "Helles Tier" #: libexif/pentax/mnote-pentax-entry.c:184 msgid "Dark Pet" -msgstr "" +msgstr "Dunkles Tier" #: libexif/pentax/mnote-pentax-entry.c:185 -#, fuzzy msgid "Medium Pet" -msgstr "Mittel 1" +msgstr "Mittleres Tier" #: libexif/pentax/mnote-pentax-entry.c:187 #: libexif/pentax/mnote-pentax-entry.c:292 -#, fuzzy msgid "Candlelight" -msgstr "Tageslicht" +msgstr "Kerzenlicht" #: libexif/pentax/mnote-pentax-entry.c:188 msgid "Natural Skin Tone" -msgstr "" +msgstr "Normaler Haut Typ" #: libexif/pentax/mnote-pentax-entry.c:189 msgid "Synchro Sound Record" -msgstr "" +msgstr "Synchrone Soundaufnahme" #: libexif/pentax/mnote-pentax-entry.c:190 msgid "Frame Composite" -msgstr "" +msgstr "Bild Zusammensetzung" #: libexif/pentax/mnote-pentax-entry.c:193 -#, fuzzy msgid "Auto, Did not fire" -msgstr "Blitz löste nicht aus." +msgstr "Automatisch, Blitz löste nicht aus." #: libexif/pentax/mnote-pentax-entry.c:195 -#, fuzzy msgid "Auto, Did not fire, Red-eye reduction" -msgstr "Automatisch + rote Augen Reduktion" +msgstr "Automatisch, Blitz nicht ausgelöst, rote Augen Reduktion" #: libexif/pentax/mnote-pentax-entry.c:196 -#, fuzzy msgid "Auto, Fired" -msgstr "Automatisches Rotieren" +msgstr "Automatisch, Blitz ausgelöst" #: libexif/pentax/mnote-pentax-entry.c:198 -#, fuzzy msgid "Auto, Fired, Red-eye reduction" -msgstr "Automatisch + rote Augen Reduktion" +msgstr "Automatisch, Blitz ausgelöst, Rot-Augen Reduktion" #: libexif/pentax/mnote-pentax-entry.c:199 -#, fuzzy msgid "On, Red-eye reduction" -msgstr "An + Rote-Augen Reduktion" +msgstr "An, Rote-Augen Reduktion" #: libexif/pentax/mnote-pentax-entry.c:200 msgid "On, Wireless" -msgstr "" +msgstr "An, Drahtlos" #: libexif/pentax/mnote-pentax-entry.c:201 -#, fuzzy msgid "On, Soft" -msgstr "Weich" +msgstr "An, Weich" #: libexif/pentax/mnote-pentax-entry.c:202 -#, fuzzy msgid "On, Slow-sync" -msgstr "Langsame Synchronisation" +msgstr "An, Langsame Synchronisation" #: libexif/pentax/mnote-pentax-entry.c:203 -#, fuzzy msgid "On, Slow-sync, Red-eye reduction" -msgstr "An + Rote-Augen Reduktion" +msgstr "An, Langsame Synchronisation, Rote-Augen Reduktion" #: libexif/pentax/mnote-pentax-entry.c:204 msgid "On, Trailing-curtain Sync" -msgstr "" +msgstr "An, Synchronisation auf hinteren Vorhang" #: libexif/pentax/mnote-pentax-entry.c:211 -#, fuzzy msgid "Pan Focus" msgstr "Pan Fokus" #: libexif/pentax/mnote-pentax-entry.c:212 msgid "AF-S" -msgstr "" +msgstr "AF-S" #: libexif/pentax/mnote-pentax-entry.c:213 msgid "AF-C" -msgstr "" +msgstr "AF-C" #: libexif/pentax/mnote-pentax-entry.c:216 -#, fuzzy msgid "Upper-left" -msgstr "AF Position: Oben-links" +msgstr "Oben-links" #: libexif/pentax/mnote-pentax-entry.c:217 msgid "Top" -msgstr "" +msgstr "Oben" #: libexif/pentax/mnote-pentax-entry.c:218 -#, fuzzy msgid "Upper-right" -msgstr "oben - rechts" +msgstr "Oben-Rechts" #: libexif/pentax/mnote-pentax-entry.c:220 msgid "Mid-left" -msgstr "" +msgstr "Mitte-Links" #: libexif/pentax/mnote-pentax-entry.c:222 -#, fuzzy msgid "Mid-right" -msgstr "rechts" +msgstr "Mitte-Rechts" #: libexif/pentax/mnote-pentax-entry.c:224 -#, fuzzy msgid "Lower-left" -msgstr "AF Position: Unten-links" +msgstr "Unten-Links" #: libexif/pentax/mnote-pentax-entry.c:225 -#, fuzzy msgid "Bottom" -msgstr "Unten nach oben" +msgstr "Unten" #: libexif/pentax/mnote-pentax-entry.c:226 -#, fuzzy msgid "Lower-right" -msgstr "oben - rechts" +msgstr "Unten-Rechts" #: libexif/pentax/mnote-pentax-entry.c:227 -#, fuzzy msgid "Fixed Center" -msgstr "Gutes Wetter" +msgstr "Fixiert-Mitte" #: libexif/pentax/mnote-pentax-entry.c:231 -#, fuzzy msgid "Multiple" -msgstr "Mehr-Punkt" +msgstr "Mehrfach" #: libexif/pentax/mnote-pentax-entry.c:232 -#, fuzzy msgid "Top-left" -msgstr "oben - links" +msgstr "Oben-Links" #: libexif/pentax/mnote-pentax-entry.c:233 -#, fuzzy msgid "Top-center" -msgstr "zentriert" +msgstr "Oben-Mitte" #: libexif/pentax/mnote-pentax-entry.c:234 -#, fuzzy msgid "Top-right" -msgstr "oben - rechts" +msgstr "Oben-Rechts" #: libexif/pentax/mnote-pentax-entry.c:238 -#, fuzzy msgid "Bottom-left" -msgstr "unten - links" +msgstr "Unten-Links" #: libexif/pentax/mnote-pentax-entry.c:239 -#, fuzzy msgid "Bottom-center" -msgstr "unten - links" +msgstr "Unten-Mitte" #: libexif/pentax/mnote-pentax-entry.c:240 -#, fuzzy msgid "Bottom-right" -msgstr "unten - rechts" +msgstr "Unten-Rechts" #: libexif/pentax/mnote-pentax-entry.c:250 -#, fuzzy msgid "Daylight Fluorescent" msgstr "Tageslicht Leuchtstoff" #: libexif/pentax/mnote-pentax-entry.c:251 -#, fuzzy msgid "Daywhite Fluorescent" msgstr "Tageslichtweià Leuchtstoff" #: libexif/pentax/mnote-pentax-entry.c:252 -#, fuzzy msgid "White Fluorescent" msgstr "WeiÃes Leuchtstofflicht" #: libexif/pentax/mnote-pentax-entry.c:256 -#, fuzzy msgid "User Selected" -msgstr "Automatisch selektiert" +msgstr "Benutzer selektiert" #: libexif/pentax/mnote-pentax-entry.c:278 msgid "3008x2008 or 3040x2024" -msgstr "" +msgstr "3008x2008 oder 3040x2024" #: libexif/pentax/mnote-pentax-entry.c:289 -#, fuzzy msgid "Digital Filter?" -msgstr "Digitalmakro" +msgstr "Digitaler Filter?" #: libexif/pentax/mnote-pentax-entry.c:353 #, c-format @@ -4314,56 +4273,46 @@ msgid "ISOSpeed" msgstr "ISO" #: libexif/pentax/mnote-pentax-tag.c:55 -#, fuzzy msgid "Colors" -msgstr "Farb" +msgstr "Farben" #: libexif/pentax/mnote-pentax-tag.c:58 msgid "PrintIM Settings" msgstr "PrintIM Einstellungen" #: libexif/pentax/mnote-pentax-tag.c:59 libexif/pentax/mnote-pentax-tag.c:71 -#, fuzzy msgid "Time Zone" msgstr "Zeitzone" #: libexif/pentax/mnote-pentax-tag.c:60 -#, fuzzy msgid "Daylight Savings" msgstr "Sommerzeit" #: libexif/pentax/mnote-pentax-tag.c:63 -#, fuzzy msgid "Image Size" msgstr "BildgrõÃe" #: libexif/pentax/mnote-pentax-tag.c:64 -#, fuzzy msgid "PictureMode" -msgstr "Aufnahme Modus" +msgstr "Bildmodus" #: libexif/pentax/mnote-pentax-tag.c:67 -#, fuzzy msgid "AF Point Selected" -msgstr "Automatische AF Punkt Selektion" +msgstr "AF Punkt Selektion" #: libexif/pentax/mnote-pentax-tag.c:68 -#, fuzzy msgid "Auto AF Point" -msgstr "AF Punkt " +msgstr "Automatischer AF Punkt " #: libexif/pentax/mnote-pentax-tag.c:70 -#, fuzzy msgid "Object Distance" msgstr "Entfernung des Objekts" #: libexif/pentax/mnote-pentax-tag.c:70 -#, fuzzy msgid "Distance of photographed object in millimeters." -msgstr "Die Entfernung zum Objekt (in Metern)." +msgstr "Die Entfernung zum Objekt (in Millimetern)." #: libexif/pentax/mnote-pentax-tag.c:72 -#, fuzzy msgid "Bestshot mode" msgstr "Einfacher Aufnahmemodus" @@ -4373,78 +4322,3 @@ msgstr "Einfacher Aufnahmemodus" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "[DO_NOT_TRANSLATE_THIS_MARKER_de]" - -#~ msgid "" -#~ "Flash fired, compulsory flash mode, red-eye reduction, return light " -#~ "detected." -#~ msgstr "" -#~ "Blitz ausgelöst, fester Blitzmodus, Rote Augen Reduktions Modus, " -#~ "Blitzreflektion erkannt." - -#~ msgid "auto" -#~ msgstr "Automatisch" - -#~ msgid "on" -#~ msgstr "An" - -#~ msgid "red eyes reduction" -#~ msgstr "Rote Augen Reduktion" - -#~ msgid "on + red eyes reduction" -#~ msgstr "An + rote Augen Reduktion" - -#~ msgid "single or timer" -#~ msgstr "einzeln oder mit Timer" - -#~ msgid "continuous" -#~ msgstr "dauerhaft" - -#~ msgid "MF" -#~ msgstr "MF" - -#~ msgid "manual" -#~ msgstr "manuell" - -#~ msgid "landscape" -#~ msgstr "Landschaft" - -#~ msgid "Macro / Close-Up" -#~ msgstr "Makro / Nahaufnahme" - -#~ msgid "low" -#~ msgstr "niedrig" - -#~ msgid "partial" -#~ msgstr "partiell" - -#~ msgid "center-weighted" -#~ msgstr "zentriert" - -#~ msgid "none (manual focus)" -#~ msgstr "keine (manueller Fokus)" - -#~ msgid "single" -#~ msgstr "einzeln" - -#~ msgid "External E-TTL" -#~ msgstr "Externes E-TTL" - -#~ msgid "Flourescent" -#~ msgstr "Neonlicht" - -#~ msgid " (1 available focus point)" -#~ msgid_plural " (%u available focus points)" -#~ msgstr[0] " (1 vorhandener Fokuspunkt)" -#~ msgstr[1] " (%u vorhandene Fokuspunkte)" - -#~ msgid "Zoomed resolution" -#~ msgstr "gezoomte Auflösung" - -#~ msgid "Zoomed resolution base" -#~ msgstr "Basis der gezoomten Auflösung" - -#~ msgid "Flash bias" -#~ msgstr "Blitzabweichung" - -#~ msgid "Subject distance" -#~ msgstr "Entfernung des Objekts" |
From: Marcus M. <mar...@us...> - 2007-06-14 16:17:49
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12917 Modified Files: exif-data.c Log Message: fixed typo Index: exif-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -p -d -r1.95 -r1.96 --- exif-data.c 12 Jun 2007 15:50:16 -0000 1.95 +++ exif-data.c 14 Jun 2007 16:17:46 -0000 1.96 @@ -1124,7 +1124,7 @@ static struct { {EXIF_DATA_OPTION_FOLLOW_SPECIFICATION, N_("Follow specification"), N_("Add, correct and remove entries to get EXIF data that follows " "the specification.")}, - {EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE, N_("Don not change maker note"), + {EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE, N_("Do not change maker note"), N_("When loading and resaving Exif data, save the maker note unmodified." " Be aware that the maker note can get corrupted.")}, {0, NULL, NULL} |
From: Hans U. N. <hu...@us...> - 2007-06-13 19:39:22
|
Update of /cvsroot/libexif/libexif-website/static In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27234/static Modified Files: index.html Log Message: link to IDEF1514 Index: index.html =================================================================== RCS file: /cvsroot/libexif/libexif-website/static/index.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -d -r1.17 -r1.18 --- index.html 13 Jun 2007 11:36:11 -0000 1.17 +++ index.html 13 Jun 2007 19:39:10 -0000 1.18 @@ -68,7 +68,7 @@ pre { <h2>News</h2> <ul> -<li>2007-06-12: <a href="https://sourceforge.net/project/showfiles.php?group_id=12272&package_id=38136&release_id=515385">libexif-0.6.16 security release</a> fixes <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4168">CVE-2006-4168</a> aka <a href="http://labs.idefense.com/">IDEF1514</a>.</li> +<li>2007-06-12: <a href="https://sourceforge.net/project/showfiles.php?group_id=12272&package_id=38136&release_id=515385">libexif-0.6.16 security release</a> fixes <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4168">CVE-2006-4168</a> aka <a href="http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=543">IDEF1514</a>.</li> </ul> <h2>About the libexif project</h2> |
From: Hans U. N. <hu...@us...> - 2007-06-13 11:36:17
|
Update of /cvsroot/libexif/libexif-website/static In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16525/static Modified Files: index.html Log Message: last update Index: index.html =================================================================== RCS file: /cvsroot/libexif/libexif-website/static/index.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- index.html 13 Jun 2007 11:15:20 -0000 1.16 +++ index.html 13 Jun 2007 11:36:11 -0000 1.17 @@ -136,7 +136,7 @@ svn co https://libexif.svn.sourceforge.n style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a> -<span>Last update: 2007-05-22</span> +<span>Last update: 2007-06-13</span> </div> </body> |
From: Hans U. N. <hu...@us...> - 2007-06-13 11:31:44
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14223/po Modified Files: pl.po Log Message: updated pl.po just has another year in the copyright Index: pl.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/pl.po,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -d -r1.14 -r1.15 --- pl.po 12 Jun 2007 13:53:38 -0000 1.14 +++ pl.po 13 Jun 2007 11:31:34 -0000 1.15 @@ -1,5 +1,5 @@ # Polish translation for libexif. -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the libexif package. # Jakub Bogusz <qb...@pl...>, 2005-2007. # |
From: Hans U. N. <hu...@us...> - 2007-06-13 11:15:25
|
Update of /cvsroot/libexif/libexif-website/static In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6630/static Modified Files: index.html Log Message: libexif-0.6.16 security release Index: index.html =================================================================== RCS file: /cvsroot/libexif/libexif-website/static/index.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- index.html 23 May 2007 00:06:09 -0000 1.15 +++ index.html 13 Jun 2007 11:15:20 -0000 1.16 @@ -66,6 +66,11 @@ pre { <li>runs under POSIX systems (e.g. GNU/Linux, xBSD, MacOS X, etc.) and Win32. Win64 untested.</li> </ul> +<h2>News</h2> +<ul> +<li>2007-06-12: <a href="https://sourceforge.net/project/showfiles.php?group_id=12272&package_id=38136&release_id=515385">libexif-0.6.16 security release</a> fixes <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4168">CVE-2006-4168</a> aka <a href="http://labs.idefense.com/">IDEF1514</a>.</li> +</ul> + <h2>About the libexif project</h2> <ul> <li><a href="https://sourceforge.net/projects/libexif">SF.net project page</a></li> |
From: Marcus M. <mar...@us...> - 2007-06-13 07:20:09
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31599 Modified Files: AUTHORS Log Message: list authors, instead of just the empty file Index: AUTHORS =================================================================== RCS file: /cvsroot/libexif/libexif/AUTHORS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- AUTHORS 11 Dec 2001 20:28:30 -0000 1.1 +++ AUTHORS 13 Jun 2007 07:20:00 -0000 1.2 @@ -0,0 +1,4 @@ +Lutz Mueller <ur...@rz...> +Jan Patera <pa...@us...> +Hans Ulrich Niedermann <gp...@n-...> +Hubert Figuiere <hu...@fi...> |
From: Hans U. N. <hu...@us...> - 2007-06-12 15:50:22
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12888/libexif Modified Files: exif-data.c Log Message: libexif-0.6.16 (fixes CVE-2006-4168) Index: exif-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -p -d -r1.94 -r1.95 --- exif-data.c 14 May 2007 05:43:10 -0000 1.94 +++ exif-data.c 12 Jun 2007 15:50:16 -0000 1.95 @@ -167,13 +167,18 @@ exif_data_load_data_entry (ExifData *dat "Loading entry 0x%x ('%s')...", entry->tag, exif_tag_get_name (entry->tag)); + /* {0,1,2,4,8} x { 0x00000000 .. 0xffffffff } + * -> { 0x000000000 .. 0x7fffffff8 } */ + s = exif_format_get_size(entry->format) * entry->components; + if (s < entry->components) { + return 0; + } + if (0 == s) + return 0; /* * Size? If bigger than 4 bytes, the actual data is not * in the entry but somewhere else (offset). */ - s = exif_format_get_size (entry->format) * entry->components; - if (!s) - return 0; if (s > 4) doff = exif_get_long (d + offset + 8, data->priv->order); else |
From: Hans U. N. <hu...@us...> - 2007-06-12 15:50:21
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12888 Modified Files: NEWS configure.ac Log Message: libexif-0.6.16 (fixes CVE-2006-4168) Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- NEWS 12 Jun 2007 13:49:42 -0000 1.22 +++ NEWS 12 Jun 2007 15:50:15 -0000 1.23 @@ -1,4 +1,5 @@ -libexif-0.6.16: +libexif-0.6.16 (2007-06-12): + * Security fix: CVE-2006-4168 aka IDEF1514. * Updated translations: cz, pl, vi Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -d -r1.31 -r1.32 --- configure.ac 23 May 2007 13:36:14 -0000 1.31 +++ configure.ac 12 Jun 2007 15:50:15 -0000 1.32 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.15], [lib...@li...], [libexif]) +AC_INIT([EXIF library], [0.6.16], [lib...@li...], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |
From: Hans U. N. <hu...@us...> - 2007-06-12 13:53:42
|
Update of /cvsroot/libexif/libexif/po In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv29169 Modified Files: cs.po de.po es.po fr.po pl.po ru.po sk.po Log Message: update-po Index: es.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/es.po,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -d -r1.26 -r1.27 --- es.po 6 Jun 2007 14:12:41 -0000 1.26 +++ es.po 12 Jun 2007 13:53:37 -0000 1.27 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:05+0200\n" +"POT-Creation-Date: 2007-06-12 15:13+0200\n" "PO-Revision-Date: 2005-03-12 05:43+0100\n" "Last-Translator: Fabian Mandelbaum <fa...@ma...>\n" "Language-Team: Spanish <es...@li...>\n" @@ -1336,46 +1336,46 @@ msgstr "" msgid "Intel" msgstr "" -#: libexif/exif-data.c:709 +#: libexif/exif-data.c:714 msgid "Size of data too small to allow for EXIF data." msgstr "" -#: libexif/exif-data.c:770 +#: libexif/exif-data.c:775 msgid "EXIF marker not found." msgstr "" -#: libexif/exif-data.c:797 +#: libexif/exif-data.c:802 msgid "EXIF header not found." msgstr "" -#: libexif/exif-data.c:813 +#: libexif/exif-data.c:818 #, fuzzy msgid "Unknown encoding." msgstr "Desconocido" -#: libexif/exif-data.c:1117 +#: libexif/exif-data.c:1122 msgid "Ignore unknown tags" msgstr "" -#: libexif/exif-data.c:1118 +#: libexif/exif-data.c:1123 msgid "Ignore unknown tags when loading EXIF data." msgstr "" -#: libexif/exif-data.c:1119 +#: libexif/exif-data.c:1124 msgid "Follow specification" msgstr "" -#: libexif/exif-data.c:1120 +#: libexif/exif-data.c:1125 msgid "" "Add, correct and remove entries to get EXIF data that follows the " "specification." msgstr "" -#: libexif/exif-data.c:1122 +#: libexif/exif-data.c:1127 msgid "Don not change maker note" msgstr "" -#: libexif/exif-data.c:1123 +#: libexif/exif-data.c:1128 msgid "" "When loading and resaving Exif data, save the maker note unmodified. Be " "aware that the maker note can get corrupted." Index: sk.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/sk.po,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- sk.po 6 Jun 2007 14:12:41 -0000 1.5 +++ sk.po 12 Jun 2007 13:53:38 -0000 1.6 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libexif-0.6.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:05+0200\n" +"POT-Creation-Date: 2007-06-12 15:13+0200\n" "PO-Revision-Date: 2007-03-13 05:51+0100\n" "Last-Translator: helix84 <he...@ce...>\n" "Language-Team: Slovak <sk...@li...>\n" @@ -1342,35 +1342,35 @@ msgstr "Motorola" msgid "Intel" msgstr "Intel" -#: libexif/exif-data.c:709 +#: libexif/exif-data.c:714 msgid "Size of data too small to allow for EXIF data." msgstr "VeľkosÅ¥ dát je prÃliÅ¡ malý aby umožnil EXIF údaje." -#: libexif/exif-data.c:770 +#: libexif/exif-data.c:775 msgid "EXIF marker not found." msgstr "EXIF znaÄka nebola nájdená." -#: libexif/exif-data.c:797 +#: libexif/exif-data.c:802 msgid "EXIF header not found." msgstr "EXIF hlaviÄka nebola nájdená." -#: libexif/exif-data.c:813 +#: libexif/exif-data.c:818 msgid "Unknown encoding." msgstr "Neznáme kódovanie." -#: libexif/exif-data.c:1117 +#: libexif/exif-data.c:1122 msgid "Ignore unknown tags" msgstr "IgnorovaÅ¥ neznáme znaÄky." -#: libexif/exif-data.c:1118 +#: libexif/exif-data.c:1123 msgid "Ignore unknown tags when loading EXIF data." msgstr "IgnorovaÅ¥ neznáme znaÄky poÄas naÄÃtavania EXIF údajov." -#: libexif/exif-data.c:1119 +#: libexif/exif-data.c:1124 msgid "Follow specification" msgstr "DodržiavaÅ¥ Å¡pecifikáciu" -#: libexif/exif-data.c:1120 +#: libexif/exif-data.c:1125 msgid "" "Add, correct and remove entries to get EXIF data that follows the " "specification." @@ -1378,11 +1378,11 @@ msgstr "" "PridaÅ¥ opraviÅ¥ a odstrániÅ¥ záznamy, aby sme zÃskali EXIF údaje, ktoré " "dodržiavajú Å¡pecifikáciu." -#: libexif/exif-data.c:1122 +#: libexif/exif-data.c:1127 msgid "Don not change maker note" msgstr "" -#: libexif/exif-data.c:1123 +#: libexif/exif-data.c:1128 msgid "" "When loading and resaving Exif data, save the maker note unmodified. Be " "aware that the maker note can get corrupted." Index: fr.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/fr.po,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -d -r1.27 -r1.28 --- fr.po 6 Jun 2007 14:12:41 -0000 1.27 +++ fr.po 12 Jun 2007 13:53:37 -0000 1.28 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:05+0200\n" +"POT-Creation-Date: 2007-06-12 15:13+0200\n" "PO-Revision-Date: 2005-03-12 05:42+0100\n" "Last-Translator: Arnaud Launay <as...@la...>\n" "Language-Team: Français <tr...@tr...>\n" @@ -1334,47 +1334,47 @@ msgstr "Motorola" msgid "Intel" msgstr "Intel" -#: libexif/exif-data.c:709 +#: libexif/exif-data.c:714 msgid "Size of data too small to allow for EXIF data." msgstr "" -#: libexif/exif-data.c:770 +#: libexif/exif-data.c:775 msgid "EXIF marker not found." msgstr "" -#: libexif/exif-data.c:797 +#: libexif/exif-data.c:802 msgid "EXIF header not found." msgstr "" -#: libexif/exif-data.c:813 +#: libexif/exif-data.c:818 #, fuzzy msgid "Unknown encoding." msgstr "Inconnu" -#: libexif/exif-data.c:1117 +#: libexif/exif-data.c:1122 #, fuzzy msgid "Ignore unknown tags" msgstr "Inconnu" -#: libexif/exif-data.c:1118 +#: libexif/exif-data.c:1123 msgid "Ignore unknown tags when loading EXIF data." msgstr "" -#: libexif/exif-data.c:1119 +#: libexif/exif-data.c:1124 msgid "Follow specification" msgstr "" -#: libexif/exif-data.c:1120 +#: libexif/exif-data.c:1125 msgid "" "Add, correct and remove entries to get EXIF data that follows the " "specification." msgstr "" -#: libexif/exif-data.c:1122 +#: libexif/exif-data.c:1127 msgid "Don not change maker note" msgstr "" -#: libexif/exif-data.c:1123 +#: libexif/exif-data.c:1128 msgid "" "When loading and resaving Exif data, save the maker note unmodified. Be " "aware that the maker note can get corrupted." Index: ru.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/ru.po,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- ru.po 6 Jun 2007 14:12:41 -0000 1.11 +++ ru.po 12 Jun 2007 13:53:38 -0000 1.12 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:05+0200\n" +"POT-Creation-Date: 2007-06-12 15:13+0200\n" "PO-Revision-Date: 2006-01-12 13:25+0300\n" "Last-Translator: Alexandre Prokoudine <ale...@gm...>\n" "Language-Team: Russian <ru...@li...>\n" @@ -1339,45 +1339,45 @@ msgstr "Motorola" msgid "Intel" msgstr "Intel" -#: libexif/exif-data.c:709 +#: libexif/exif-data.c:714 msgid "Size of data too small to allow for EXIF data." msgstr "" -#: libexif/exif-data.c:770 +#: libexif/exif-data.c:775 msgid "EXIF marker not found." msgstr "ÐаÑÐºÐµÑ EXIF не найден" -#: libexif/exif-data.c:797 +#: libexif/exif-data.c:802 msgid "EXIF header not found." msgstr "Ðаголовок EXIF не найден" -#: libexif/exif-data.c:813 +#: libexif/exif-data.c:818 msgid "Unknown encoding." msgstr "ÐеизвеÑÑÐ½Ð°Ñ ÐºÐ¾Ð´Ð¸Ñовка" -#: libexif/exif-data.c:1117 +#: libexif/exif-data.c:1122 msgid "Ignore unknown tags" msgstr "ÐгноÑиÑоваÑÑ Ð½ÐµÐ¸Ð·Ð²ÐµÑÑнÑе ÑÑги" -#: libexif/exif-data.c:1118 +#: libexif/exif-data.c:1123 msgid "Ignore unknown tags when loading EXIF data." msgstr "ÐгноÑиÑоваÑÑ Ð½ÐµÐ¸Ð·Ð²ÐµÑÑнÑе ÑÑги пÑи загÑÑзке даннÑÑ EXIF" -#: libexif/exif-data.c:1119 +#: libexif/exif-data.c:1124 msgid "Follow specification" msgstr "СледоваÑÑ ÑпеÑиÑикаÑии" -#: libexif/exif-data.c:1120 +#: libexif/exif-data.c:1125 msgid "" "Add, correct and remove entries to get EXIF data that follows the " "specification." msgstr "" -#: libexif/exif-data.c:1122 +#: libexif/exif-data.c:1127 msgid "Don not change maker note" msgstr "" -#: libexif/exif-data.c:1123 +#: libexif/exif-data.c:1128 msgid "" "When loading and resaving Exif data, save the maker note unmodified. Be " "aware that the maker note can get corrupted." Index: de.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/de.po,v retrieving revision 1.39 retrieving revision 1.40 diff -u -p -d -r1.39 -r1.40 --- de.po 6 Jun 2007 14:12:41 -0000 1.39 +++ de.po 12 Jun 2007 13:53:37 -0000 1.40 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:05+0200\n" +"POT-Creation-Date: 2007-06-12 15:13+0200\n" "PO-Revision-Date: 2006-10-17 17:03+0200\n" "Last-Translator: \n" "Language-Team: <de...@li...>\n" @@ -1268,35 +1268,35 @@ msgstr "Motorola" msgid "Intel" msgstr "Intel" -#: libexif/exif-data.c:709 +#: libexif/exif-data.c:714 msgid "Size of data too small to allow for EXIF data." msgstr "GröÃe der Daten zu klein um EXIF Daten aufzunehmen." -#: libexif/exif-data.c:770 +#: libexif/exif-data.c:775 msgid "EXIF marker not found." msgstr "EXIF Marker nicht gefunden." -#: libexif/exif-data.c:797 +#: libexif/exif-data.c:802 msgid "EXIF header not found." msgstr "EXIF Informationen nicht gefunden." -#: libexif/exif-data.c:813 +#: libexif/exif-data.c:818 msgid "Unknown encoding." msgstr "Unbekannte Kodierung." -#: libexif/exif-data.c:1117 +#: libexif/exif-data.c:1122 msgid "Ignore unknown tags" msgstr "Ignoriere unbekannte EXIF Tags." -#: libexif/exif-data.c:1118 +#: libexif/exif-data.c:1123 msgid "Ignore unknown tags when loading EXIF data." msgstr "Ignoriere unbekannte Tags beim Laden der EXIF Daten." -#: libexif/exif-data.c:1119 +#: libexif/exif-data.c:1124 msgid "Follow specification" msgstr "Beachte Spezifikation." -#: libexif/exif-data.c:1120 +#: libexif/exif-data.c:1125 msgid "" "Add, correct and remove entries to get EXIF data that follows the " "specification." @@ -1304,11 +1304,11 @@ msgstr "" "Korrigiere, entferne oder füge fehlende Einträge zu den EXIF Daten hinzu, um " "Daten zu erhalten, die der Spezifikation entsprechen." -#: libexif/exif-data.c:1122 +#: libexif/exif-data.c:1127 msgid "Don not change maker note" msgstr "" -#: libexif/exif-data.c:1123 +#: libexif/exif-data.c:1128 msgid "" "When loading and resaving Exif data, save the maker note unmodified. Be " "aware that the maker note can get corrupted." Index: pl.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/pl.po,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- pl.po 6 Jun 2007 14:12:41 -0000 1.13 +++ pl.po 12 Jun 2007 13:53:38 -0000 1.14 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libexif 0.6.15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:05+0200\n" +"POT-Creation-Date: 2007-06-12 15:13+0200\n" "PO-Revision-Date: 2007-05-26 19:42+0200\n" "Last-Translator: Jakub Bogusz <qb...@pl...>\n" "Language-Team: Polish <tra...@li...>\n" @@ -1260,35 +1260,35 @@ msgstr "Motorola" msgid "Intel" msgstr "Intel" -#: libexif/exif-data.c:709 +#: libexif/exif-data.c:714 msgid "Size of data too small to allow for EXIF data." msgstr "Rozmiar danych zbyt maÅy aby pozwalaÅ na dane EXIF." -#: libexif/exif-data.c:770 +#: libexif/exif-data.c:775 msgid "EXIF marker not found." msgstr "Nie znaleziono znacznika EXIF." -#: libexif/exif-data.c:797 +#: libexif/exif-data.c:802 msgid "EXIF header not found." msgstr "Nie znaleziono nagÅówka EXIF." -#: libexif/exif-data.c:813 +#: libexif/exif-data.c:818 msgid "Unknown encoding." msgstr "Nieznane kodowanie." -#: libexif/exif-data.c:1117 +#: libexif/exif-data.c:1122 msgid "Ignore unknown tags" msgstr "Ignorowanie nieznanych znaczników" -#: libexif/exif-data.c:1118 +#: libexif/exif-data.c:1123 msgid "Ignore unknown tags when loading EXIF data." msgstr "Ignorowanie nieznanych znaczników przy wczytywaniu danych EXIF." -#: libexif/exif-data.c:1119 +#: libexif/exif-data.c:1124 msgid "Follow specification" msgstr "ZgodnoÅÄ ze specyfikacjÄ " -#: libexif/exif-data.c:1120 +#: libexif/exif-data.c:1125 msgid "" "Add, correct and remove entries to get EXIF data that follows the " "specification." @@ -1296,11 +1296,11 @@ msgstr "" "Dodawanie, poprawianie i usuwanie wpisów aby uzyskaÄ dane EXIF zgodne ze " "specyfikacjÄ ." -#: libexif/exif-data.c:1122 +#: libexif/exif-data.c:1127 msgid "Don not change maker note" msgstr "Nie zmieniaj oznaczenia twórcy" -#: libexif/exif-data.c:1123 +#: libexif/exif-data.c:1128 msgid "" "When loading and resaving Exif data, save the maker note unmodified. Be " "aware that the maker note can get corrupted." Index: cs.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/cs.po,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- cs.po 6 Jun 2007 14:12:41 -0000 1.5 +++ cs.po 12 Jun 2007 13:53:37 -0000 1.6 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libexif\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-06-06 16:05+0200\n" +"POT-Creation-Date: 2007-06-12 15:13+0200\n" "PO-Revision-Date: 2007-05-24 06:46+0200\n" "Last-Translator: Jan Patera <pa...@us...>\n" "Language-Team: <cs...@li...>\n" @@ -1264,35 +1264,35 @@ msgstr "Motorola" msgid "Intel" msgstr "Intel" -#: libexif/exif-data.c:709 +#: libexif/exif-data.c:714 msgid "Size of data too small to allow for EXIF data." msgstr "PÅÃliÅ¡ málo dat pro EXIF data." -#: libexif/exif-data.c:770 +#: libexif/exif-data.c:775 msgid "EXIF marker not found." msgstr "EXIF marker nebyl nalezen." -#: libexif/exif-data.c:797 +#: libexif/exif-data.c:802 msgid "EXIF header not found." msgstr "HlaviÄka dat EXIF nebyla nalezena." -#: libexif/exif-data.c:813 +#: libexif/exif-data.c:818 msgid "Unknown encoding." msgstr "Neznámé kódovánÃ" -#: libexif/exif-data.c:1117 +#: libexif/exif-data.c:1122 msgid "Ignore unknown tags" msgstr "Ignorovat neznámé znaÄky" -#: libexif/exif-data.c:1118 +#: libexif/exif-data.c:1123 msgid "Ignore unknown tags when loading EXIF data." msgstr "Ignorovat neznámé znaÄky pÅi naÄÃtánà EXIF dat." -#: libexif/exif-data.c:1119 +#: libexif/exif-data.c:1124 msgid "Follow specification" msgstr "Dodržovat specifikaci" -#: libexif/exif-data.c:1120 +#: libexif/exif-data.c:1125 msgid "" "Add, correct and remove entries to get EXIF data that follows the " "specification." @@ -1300,11 +1300,11 @@ msgstr "" "Dodržovat specifikaci EXIF dat pomocà pÅidánÃ, opravenà nebo odstranÄnà " "položek." -#: libexif/exif-data.c:1122 +#: libexif/exif-data.c:1127 msgid "Don not change maker note" msgstr "" -#: libexif/exif-data.c:1123 +#: libexif/exif-data.c:1128 msgid "" "When loading and resaving Exif data, save the maker note unmodified. Be " "aware that the maker note can get corrupted." |
From: Hans U. N. <hu...@us...> - 2007-06-12 13:52:03
|
Update of /cvsroot/libexif/libexif/test In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28363 Modified Files: Makefile.am Added Files: test-integers.c Log Message: add test-integers.c integer test case Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/test/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -d -r1.19 -r1.20 --- Makefile.am 27 Dec 2005 21:23:16 -0000 1.19 +++ Makefile.am 12 Jun 2007 13:51:59 -0000 1.20 @@ -10,9 +10,9 @@ SUBDIRS = nls # And this is just the lib - we don't have the program available # here yet. -TESTS = test-mem test-value +TESTS = test-mem test-value test-integers -check_PROGRAMS = test-mem test-mnote test-value +check_PROGRAMS = test-mem test-mnote test-value test-integers test_mem_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL) --- NEW FILE: test-integers.c --- #include "libexif/_stdint.h" int main() { /* libexif assumes that in very many places */ if (sizeof(unsigned int) < sizeof(uint32_t)) { return 1; } return 0; } |