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: Dan F. <dfa...@us...> - 2009-09-19 05:16:23
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21818 Modified Files: ChangeLog Log Message: Added support for writing Pentax and Casio v2 MakerNotes Now displaying all components in Pentax and Casio v2 MakerNotes when a tag has more than one Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.314 retrieving revision 1.315 diff -u -p -d -r1.314 -r1.315 --- ChangeLog 19 Sep 2009 04:07:38 -0000 1.314 +++ ChangeLog 19 Sep 2009 05:16:02 -0000 1.315 @@ -1,5 +1,11 @@ 2009-09-18 Dan Fandrich <da...@co...> + * Added support for writing Pentax and Casio v2 MakerNotes + * Now displaying all components in Pentax and Casio v2 MakerNotes + when a tag has more than one + +2009-09-18 Dan Fandrich <da...@co...> + * po/de.po: Updated German translation by Marcus Meissner * po/sv.po: Updated Swedish translation by Daniel Nylander * po/vi.po: Updated Vietnamese translation by Clytie Siddall |
From: Dan F. <dfa...@us...> - 2009-09-19 05:16:14
|
Update of /cvsroot/libexif/libexif/libexif/pentax In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21818/libexif/pentax Modified Files: exif-mnote-data-pentax.c exif-mnote-data-pentax.h mnote-pentax-entry.c Log Message: Added support for writing Pentax and Casio v2 MakerNotes Now displaying all components in Pentax and Casio v2 MakerNotes when a tag has more than one Index: exif-mnote-data-pentax.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/exif-mnote-data-pentax.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- exif-mnote-data-pentax.h 17 Feb 2008 18:31:57 -0000 1.5 +++ exif-mnote-data-pentax.h 19 Sep 2009 05:16:04 -0000 1.6 @@ -27,7 +27,7 @@ #include <libexif/pentax/mnote-pentax-entry.h> #include <libexif/exif-mem.h> -enum PentaxVersion {pentaxV1 = 1, pentaxV2 = 2, pentaxV3 = 4, casioV2 = 4 }; +enum PentaxVersion {pentaxV1 = 1, pentaxV2 = 2, pentaxV3 = 3, casioV2 = 4 }; typedef struct _ExifMnoteDataPentax ExifMnoteDataPentax; Index: exif-mnote-data-pentax.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/exif-mnote-data-pentax.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- exif-mnote-data-pentax.c 21 Mar 2009 22:03:09 -0000 1.15 +++ exif-mnote-data-pentax.c 19 Sep 2009 05:16:04 -0000 1.16 @@ -66,6 +66,136 @@ exif_mnote_data_pentax_get_value (ExifMn return mnote_pentax_entry_get_value (&n->entries[i], val, maxlen); } +/** + * @brief save the MnoteData from ne to buf + * + * @param ne extract the data from this structure + * @param *buf write the mnoteData to this buffer (buffer will be allocated) + * @param buf_size the final size of the buffer + */ +static void +exif_mnote_data_pentax_save (ExifMnoteData *ne, + unsigned char **buf, unsigned int *buf_size) +{ + ExifMnoteDataPentax *n = (ExifMnoteDataPentax *) ne; + size_t i, + base = 0, /* internal MakerNote tag number offset */ + o2 = 4 + 2; /* offset to first tag entry, past header */ + size_t datao = n->offset; /* this MakerNote style uses offsets + based on main IFD, not makernote IFD */ + + if (!n || !buf || !buf_size) return; + + /* + * Allocate enough memory for header, the number of entries, entries, + * and next IFD pointer + */ + *buf_size = o2 + 2 + n->count * 12 + 4; + switch (n->version) { + case casioV2: + base = MNOTE_PENTAX2_TAG_BASE; + *buf = exif_mem_alloc (ne->mem, *buf_size); + if (!*buf) return; + + /* Write the magic header */ + strcpy ((char *)*buf, "QVC"); + exif_set_short (*buf + 4, n->order, (ExifShort) 0); + + break; + + case pentaxV3: + base = MNOTE_PENTAX2_TAG_BASE; + *buf = exif_mem_alloc (ne->mem, *buf_size); + if (!*buf) return; + + /* Write the magic header */ + strcpy ((char *)*buf, "AOC"); + exif_set_short (*buf + 4, n->order, (ExifShort) ( + (n->order == EXIF_BYTE_ORDER_INTEL) ? + ('I' << 8) | 'I' : + ('M' << 8) | 'M')); + break; + + case pentaxV2: + base = MNOTE_PENTAX2_TAG_BASE; + *buf = exif_mem_alloc (ne->mem, *buf_size); + if (!*buf) return; + + /* Write the magic header */ + strcpy ((char *)*buf, "AOC"); + exif_set_short (*buf + 4, n->order, (ExifShort) 0); + break; + + case pentaxV1: + /* It looks like this format doesn't have a magic header as + * such, just has a fixed number of entries equal to 0x001b */ + *buf_size -= 6; + o2 -= 6; + *buf = exif_mem_alloc (ne->mem, *buf_size); + if (!*buf) return; + break; + + default: + /* internal error */ + return; + } + + /* Write the number of entries. */ + exif_set_short (*buf + o2, n->order, (ExifShort) n->count); + o2 += 2; + + /* Save each entry */ + for (i = 0; i < n->count; i++) { + size_t doff; /* offset to current data portion of tag */ + size_t s; + unsigned char *t; + size_t o = o2 + i * 12; /* current offset into output buffer */ + exif_set_short (*buf + o + 0, n->order, + (ExifShort) (n->entries[i].tag - base)); + exif_set_short (*buf + o + 2, n->order, + (ExifShort) n->entries[i].format); + exif_set_long (*buf + o + 4, n->order, + n->entries[i].components); + o += 8; + s = exif_format_get_size (n->entries[i].format) * + n->entries[i].components; + if (s > 65536) { + /* Corrupt data: EXIF data size is limited to the + * maximum size of a JPEG segment (64 kb). + */ + continue; + } + if (s > 4) { + size_t ts = *buf_size + s; + doff = *buf_size; + t = exif_mem_realloc (ne->mem, *buf, + sizeof (char) * ts); + if (!t) return; + *buf = t; + *buf_size = ts; + exif_set_long (*buf + o, n->order, datao + doff); + } else + doff = o; + + /* Write the data. */ + if (n->entries[i].data) { + memcpy (*buf + doff, n->entries[i].data, s); + } else { + /* Most certainly damaged input file */ + memset (*buf + doff, 0, s); + } + } + + /* Sanity check the buffer size */ + if (*buf_size < (o2 + n->count * 12 + 4)) { + exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA, "ExifMnoteDataPentax", + "Buffer overflow"); + } + + /* Reset next IFD pointer */ + exif_set_long (*buf + o2 + n->count * 12, n->order, 0); +} + static void exif_mnote_data_pentax_load (ExifMnoteData *en, const unsigned char *buf, unsigned int buf_size) @@ -98,6 +228,7 @@ exif_mnote_data_pentax_load (ExifMnoteDa base = MNOTE_CASIO2_TAG_BASE; datao += 4 + 2; } else { + /* probably assert(!memcmp(buf + datao, "\x00\x1b", 2)) */ exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataPentax", "Parsing Pentax maker note v1..."); n->version = pentaxV1; @@ -241,6 +372,7 @@ exif_mnote_data_pentax_new (ExifMem *mem d->methods.set_byte_order = exif_mnote_data_pentax_set_byte_order; d->methods.set_offset = exif_mnote_data_pentax_set_offset; d->methods.load = exif_mnote_data_pentax_load; + d->methods.save = exif_mnote_data_pentax_save; d->methods.count = exif_mnote_data_pentax_count; d->methods.get_id = exif_mnote_data_pentax_get_id; d->methods.get_name = exif_mnote_data_pentax_get_name; Index: mnote-pentax-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/pentax/mnote-pentax-entry.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -d -r1.18 -r1.19 --- mnote-pentax-entry.c 17 Feb 2008 18:31:57 -0000 1.18 +++ mnote-pentax-entry.c 19 Sep 2009 05:16:04 -0000 1.19 @@ -415,12 +415,36 @@ mnote_pentax_entry_get_value (MnotePenta strncpy (val, (char *)entry->data, MIN(maxlen, entry->size)); break; case EXIF_FORMAT_SHORT: - vs = exif_get_short (entry->data, entry->order); - snprintf (val, maxlen, "%i", vs); + { + const unsigned char *data = entry->data; + size_t len = strlen(val); + for(i=0; i<entry->components; i++) { + if ((i+1)*2 > entry->size) { + // Prevent buffer overflow + break; + } + vs = exif_get_short (data, entry->order); + snprintf (val+len, maxlen-len, "%i ", vs); + len = strlen(val); + data += 2; + } + } break; case EXIF_FORMAT_LONG: - vl = exif_get_long (entry->data, entry->order); - snprintf (val, maxlen, "%li", (long int) vl); + { + const unsigned char *data = entry->data; + size_t len = strlen(val); + for(i=0; i<entry->components; i++) { + if ((i+1)*4 > entry->size) { + // Prevent buffer overflow + break; + } + vl = exif_get_long (data, entry->order); + snprintf (val+len, maxlen-len, "%li", (long int) vl); + len = strlen(val); + data += 4; + } + } break; case EXIF_FORMAT_UNDEFINED: default: |
From: Dan F. <dfa...@us...> - 2009-09-19 04:12:35
|
Update of /cvsroot/libexif/exif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14161/po Modified Files: zh_CN.po sv.po vi.po de.po Log Message: po/de.po: Updated German translation by Marcus Meissner po/sv.po: Updated Swedish translation by Daniel Nylander po/vi.po: Updated Vietnamese translation by Clytie Siddall po/zh_CN.po: Updated Chinese (simplified) translation by Ji ZhengYu Index: sv.po =================================================================== RCS file: /cvsroot/libexif/exif/po/sv.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- sv.po 18 Nov 2008 20:33:39 -0000 1.3 +++ sv.po 19 Sep 2009 04:12:21 -0000 1.4 @@ -1,14 +1,14 @@ # Swedish translation for exif -# Copyright (C) 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the exif package. -# Daniel Nylander <po...@da...>, 2007, 2008. +# Daniel Nylander <po...@da...>, 2007, 2008, 2009. # msgid "" msgstr "" -"Project-Id-Version: exif 0.6.17\n" +"Project-Id-Version: exif 0.6.18-pre1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-06 01:03-0800\n" -"PO-Revision-Date: 2008-11-18 20:14+0100\n" +"POT-Creation-Date: 2009-09-16 22:23-0700\n" +"PO-Revision-Date: 2009-09-18 10:55+0100\n" "Last-Translator: Daniel Nylander <po...@da...>\n" "Language-Team: Swedish <tp...@li...>\n" "MIME-Version: 1.0\n" @@ -16,276 +16,289 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: exif/actions.c:56 +#: exif/actions.c:59 #, c-format msgid "Not enough memory." msgstr "Inte tillräckligt med minne." -#: exif/actions.c:74 +#: exif/actions.c:77 #, c-format msgid "Setting a value for this tag is unsupported!" msgstr "Inställning av ett värde för denna tagg stöds inte!" -#: exif/actions.c:91 +#: exif/actions.c:94 #, c-format msgid "Too few components specified!" msgstr "För fÃ¥ komponenter angivna!" -#: exif/actions.c:106 +#: exif/actions.c:109 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Internt fel. Kontakta <%s>." -#: exif/actions.c:143 +#: exif/actions.c:148 #, c-format msgid "Not yet implemented!" msgstr "Ãnnu inte implementerat!" -#: exif/actions.c:150 +#: exif/actions.c:155 #, c-format msgid "Warning; Too many components specified!" msgstr "Varning: För mÃ¥nga komponenter angivna!" -#: exif/actions.c:172 +#: exif/actions.c:177 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "För mycket EXIF-data (%i byte). Endast %i byte tillÃ¥ts." -#: exif/actions.c:183 exif/actions.c:358 +#: exif/actions.c:188 exif/actions.c:359 #, c-format msgid "Wrote file '%s'." msgstr "Skrev filen \"%s\"." -#: exif/actions.c:203 +#: exif/actions.c:208 #, c-format msgid "EXIF entry '%s' " msgstr "EXIF-post \"%s\" " -#: exif/actions.c:205 +#: exif/actions.c:210 #, c-format msgid "(0x%x, '%s') " msgstr "(0x%x, \"%s\") " -#: exif/actions.c:208 +#: exif/actions.c:213 #, c-format msgid "exists in IFD '%s':\n" msgstr "finns i IFD \"%s\":\n" -#: exif/actions.c:251 +#: exif/actions.c:264 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD:n \"%s\" innehÃ¥ller inte taggen \"%s\"!" -#: exif/actions.c:282 -#, c-format -msgid "Could not open '%s' (%m)!" -msgstr "Kunde inte öppna \"%s\" (%m)!" - -#: exif/actions.c:285 +#: exif/actions.c:294 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Kunde inte öppna \"%s\" (%s)!" -#: exif/actions.c:295 -#, c-format -msgid "Could not read '%s' (%m)." -msgstr "Kunde inte läsa \"%s\" (%m)." - -#: exif/actions.c:298 +#: exif/actions.c:303 #, c-format msgid "Could not read '%s' (%s)." msgstr "Kunde inte läsa \"%s\" (%s)." -#: exif/actions.c:317 +#: exif/actions.c:322 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD:n \"%s\" innehÃ¥ller inte taggen \"%s\"." -#: exif/actions.c:323 +#: exif/actions.c:328 #, c-format msgid "'%s' does not contain tag '%s'." msgstr "\"%s\" innehÃ¥ller inte taggen \"%s\"." -#: exif/actions.c:341 +#: exif/actions.c:346 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "\"%s\" innehÃ¥ller inte en miniatyrbild!" -#: exif/actions.c:350 -#, c-format -msgid "Could not open '%s' for writing (%m)!" -msgstr "Kunde inte öppna \"%s\" för skrivning (%m)!" - -#: exif/actions.c:353 +#: exif/actions.c:354 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Kunde inte öppna \"%s\" för skrivning (%s)!" -#: exif/actions.c:371 +#: exif/actions.c:376 #, c-format msgid "EXIF tags in '%s':" msgstr "EXIF-taggar i \"%s\":" -#: exif/actions.c:440 +#: exif/actions.c:472 #, c-format -msgid "Unknown MakerNote format.\n" -msgstr "Okänt MakerNote-format.\n" +msgid "Unknown format or nonexistent MakerNote.\n" +msgstr "Okänt format eller icke-existerande MakerNote.\n" -#: exif/actions.c:447 +#: exif/actions.c:479 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote innehÃ¥ller inget värde.\n" -#: exif/actions.c:450 +#: exif/actions.c:482 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" msgstr[0] "MakerNote innehÃ¥ller %i värde:\n" msgstr[1] "MakerNote innehÃ¥ller %i värden:\n" -#: exif/actions.c:460 +#: exif/actions.c:492 msgid "Unknown tag" msgstr "Okänd tagg" -#: exif/actions.c:464 +#: exif/actions.c:501 msgid "Unknown value" msgstr "Okänt värde" -#: exif/actions.c:490 +#: exif/actions.c:525 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "EXIF-taggar i \"%s\" (\"%s\" byteordning):" -#: exif/actions.c:495 exif/actions.c:497 +#: exif/actions.c:531 msgid "Tag" msgstr "Tagg" -#: exif/actions.c:501 exif/actions.c:503 exif/main.c:199 +#: exif/actions.c:537 msgid "Value" msgstr "Värde" -#: exif/actions.c:509 +#: exif/actions.c:552 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "EXIF-data innehÃ¥ller en miniatyrbild (%i byte)." -#: exif/actions.c:545 +#: exif/actions.c:594 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "Miniatyrbildsstorlek\t%i\n" -#: exif/main.c:175 +#: exif/main.c:189 msgid "Display software version" msgstr "Visa programvaruversion" -#: exif/main.c:177 +#: exif/main.c:191 msgid "Show IDs instead of tag names" msgstr "Visa id:n istället för taggnamn" -#: exif/main.c:179 +#: exif/main.c:193 msgid "Select tag" msgstr "Välj tagg" -#: exif/main.c:179 +#: exif/main.c:193 msgid "tag" msgstr "tagg" -#: exif/main.c:181 +#: exif/main.c:195 msgid "Select IFD" msgstr "Välj IFD" -#: exif/main.c:181 +#: exif/main.c:195 msgid "IFD" msgstr "IFD" -#: exif/main.c:183 +#: exif/main.c:197 msgid "List all EXIF tags" msgstr "Lista alla EXIF-taggar" -#: exif/main.c:185 +#: exif/main.c:199 msgid "Show contents of tag MakerNote" msgstr "Visa innehÃ¥llet i taggen MakerNote" -#: exif/main.c:187 +#: exif/main.c:201 msgid "Remove tag or ifd" msgstr "Ta bort tagg eller ifd" -#: exif/main.c:189 +#: exif/main.c:203 msgid "Show description of tag" msgstr "Visa beskrivning av tagg" -#: exif/main.c:191 +#: exif/main.c:205 msgid "Extract thumbnail" msgstr "Extrahera miniatyrbild" -#: exif/main.c:193 +#: exif/main.c:207 msgid "Remove thumbnail" msgstr "Ta bort miniatyrbild" -#: exif/main.c:195 +#: exif/main.c:209 msgid "Insert FILE as thumbnail" msgstr "Infoga FIL som miniatyrbild" -#: exif/main.c:195 exif/main.c:197 +#: exif/main.c:209 exif/main.c:211 msgid "FILE" msgstr "FIL" -#: exif/main.c:197 +#: exif/main.c:211 msgid "Write data to FILE" msgstr "Skriv data till FIL" -#: exif/main.c:201 +#: exif/main.c:213 +msgid "Value of tag" +msgstr "Värde för tagg" + +#: exif/main.c:215 msgid "Create EXIF data if not existing" msgstr "Skapa EXIF-data om den inte finns" -#: exif/main.c:203 +#: exif/main.c:217 msgid "Output in a machine-readable (tab delimited) format" msgstr "Skriv ut i ett läsbart format (tabulatoravgränsat)" -#: exif/main.c:206 +#: exif/main.c:220 msgid "Output in a XML format" msgstr "Skriv ut i ett XML-format" -#: exif/main.c:209 +#: exif/main.c:223 msgid "Show debugging messages" msgstr "Visa felsökningsmeddelanden" #: exif/main.c:229 +msgid "Help options:" +msgstr "Hjälpflaggor:" + +#: exif/main.c:230 +msgid "Show this help message" +msgstr "Visa detta hjälpmeddelande" + +#: exif/main.c:231 +msgid "Display brief usage message" +msgstr "Visa ett kort användningsmeddelande" + +#: exif/main.c:251 msgid "[OPTION...] file" msgstr "[FLAGGA...] fil" -#: exif/main.c:241 +#: exif/main.c:263 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "Ogiltig IFD \"%s\". Giltiga IFD:er är \"0\", \"1\", \"EXIF\", \"GPS\" och \"Interoperability\"." -#: exif/main.c:250 +#: exif/main.c:272 #, c-format msgid "Invalid tag '%s'!" msgstr "Ogiltig tagg \"%s\"!" -#: exif/main.c:258 +#: exif/main.c:280 msgid "You need to specify a tag!" msgstr "Du mÃ¥ste ange en tagg!" -#: exif/main.c:263 +#: exif/main.c:285 msgid "You need to specify an IFD!" msgstr "Du mÃ¥ste ange en IFD!" -#: exif/main.c:286 +#: exif/main.c:308 #, c-format msgid "Tag '%s' " msgstr "Tagg \"%s\" " -#: exif/main.c:288 +#: exif/main.c:310 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04x, \"%s\"): " -#: exif/main.c:338 +#: exif/main.c:368 #, c-format -msgid "'%s' does not contain EXIF data!" -msgstr "\"%s\" innehÃ¥ller inget EXIF-data!" +msgid "'%s' is not readable or does not contain EXIF data!" +msgstr "\"%s\" är inte läsbar eller innehÃ¥ller inget EXIF-data!" + +#~ msgid "Could not open '%s' (%m)!" +#~ msgstr "Kunde inte öppna \"%s\" (%m)!" + +#~ msgid "Could not read '%s' (%m)." +#~ msgstr "Kunde inte läsa \"%s\" (%m)." + +#~ msgid "Could not open '%s' for writing (%m)!" +#~ msgstr "Kunde inte öppna \"%s\" för skrivning (%m)!" + +#~ msgid "Unknown MakerNote format.\n" +#~ msgstr "Okänt MakerNote-format.\n" #~ msgid "Please specify a tag!" #~ msgstr "Ange en tagg!" Index: zh_CN.po =================================================================== RCS file: /cvsroot/libexif/exif/po/zh_CN.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- zh_CN.po 21 Nov 2008 19:02:00 -0000 1.3 +++ zh_CN.po 19 Sep 2009 04:12:21 -0000 1.4 @@ -2,14 +2,14 @@ # exif 软件å çç®ä½ä¸æç¿»è¯. # Copyright (C) 2008 Lutz Müller and others # This file is distributed under the same license as the exif package. -# Ji ZhengYu <zhe...@gm...>, 2008. +# Ji ZhengYu <zhe...@gm...>, 2008, 2009 # msgid "" msgstr "" -"Project-Id-Version: exif 0.6.17\n" +"Project-Id-Version: exif 0.6.18-pre1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-06 01:03-0800\n" -"PO-Revision-Date: 2008-11-21 19:09ä¸å½æ åæ¶é´\n" +"POT-Creation-Date: 2009-09-16 22:23-0700\n" +"PO-Revision-Date: 2009-09-18 14:17ä¸å½æ åæ¶é´\n" "Last-Translator: Ji ZhengYu <zhe...@gm...>\n" "Language-Team: Chinese (simplified) <tra...@li...>\n" "MIME-Version: 1.0\n" @@ -17,275 +17,288 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: exif/actions.c:56 +#: exif/actions.c:59 #, c-format msgid "Not enough memory." msgstr "没æè¶³å¤çå åã" -#: exif/actions.c:74 +#: exif/actions.c:77 #, c-format msgid "Setting a value for this tag is unsupported!" msgstr "䏿¯æè®¾å®æ¤æ è¯çå¼ï¼" -#: exif/actions.c:91 +#: exif/actions.c:94 #, c-format msgid "Too few components specified!" msgstr "åæ°å¤ªå°ï¼" -#: exif/actions.c:106 +#: exif/actions.c:109 #, c-format msgid "Internal error. Please contact <%s>." msgstr "å é¨é误ã请èç³» <%s>ã" -#: exif/actions.c:143 +#: exif/actions.c:148 #, c-format msgid "Not yet implemented!" msgstr "䏿¯æçåè½ï¼" -#: exif/actions.c:150 +#: exif/actions.c:155 #, c-format msgid "Warning; Too many components specified!" msgstr "è¦åï¼æå®äºå¤ªå¤åæ°ï¼" -#: exif/actions.c:172 +#: exif/actions.c:177 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "EXIF æ°æ®å¤ªå¤(%i 个åè)ãåªå 许 %i 个åèã" -#: exif/actions.c:183 exif/actions.c:358 +#: exif/actions.c:188 exif/actions.c:359 #, c-format msgid "Wrote file '%s'." msgstr "åå ¥æä»¶â%sâã" -#: exif/actions.c:203 +#: exif/actions.c:208 #, c-format msgid "EXIF entry '%s' " msgstr "EXIF è®°å½â%sâ" -#: exif/actions.c:205 +#: exif/actions.c:210 #, c-format msgid "(0x%x, '%s') " msgstr "(0x%xï¼â%sâ) " -#: exif/actions.c:208 +#: exif/actions.c:213 #, c-format msgid "exists in IFD '%s':\n" msgstr "åå¨äº IFDâ%sâä¸:\n" -#: exif/actions.c:251 +#: exif/actions.c:264 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFDâ%sâ䏿²¡æ EXIF ä¿¡æ¯æ è¯â%sâï¼" -#: exif/actions.c:282 -#, c-format -msgid "Could not open '%s' (%m)!" -msgstr "æ æ³æå¼â%sâ(%m)ï¼" - -#: exif/actions.c:285 +#: exif/actions.c:294 #, c-format msgid "Could not open '%s' (%s)!" msgstr "æ æ³æå¼â%sâ(%s)ï¼" -#: exif/actions.c:295 -#, c-format -msgid "Could not read '%s' (%m)." -msgstr "æ æ³è¯»åâ%sâ(%m)ã" - -#: exif/actions.c:298 +#: exif/actions.c:303 #, c-format msgid "Could not read '%s' (%s)." msgstr "æ æ³è¯»åâ%sâ(%s)ã" -#: exif/actions.c:317 +#: exif/actions.c:322 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD â%sâä¸ä¸å« EXIF ä¿¡æ¯æ è¯â%sâã" -#: exif/actions.c:323 +#: exif/actions.c:328 #, c-format msgid "'%s' does not contain tag '%s'." msgstr "â%sâä¸ä¸å«æ è¯â%sâã" -#: exif/actions.c:341 +#: exif/actions.c:346 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "â%sâä¸ä¸å«ç¼©ç¥å¾ï¼" -#: exif/actions.c:350 -#, c-format -msgid "Could not open '%s' for writing (%m)!" -msgstr "æ æ³ä»¥åæ¹å¼æå¼â%sâ(%m)ï¼" - -#: exif/actions.c:353 +#: exif/actions.c:354 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "æ æ³ä»¥åæ¹å¼æå¼â%sâ(%s)ï¼" -#: exif/actions.c:371 +#: exif/actions.c:376 #, c-format msgid "EXIF tags in '%s':" msgstr "â%sâä¸ç EXIF ä¿¡æ¯æ è¯ä¸º:" -#: exif/actions.c:440 +#: exif/actions.c:472 #, c-format -msgid "Unknown MakerNote format.\n" -msgstr "æªç¥ç MakerNote æ ¼å¼ã\n" +msgid "Unknown format or nonexistent MakerNote.\n" +msgstr "æªç¥æ ¼å¼æè MakerNote ä¸åå¨ã\n" -#: exif/actions.c:447 +#: exif/actions.c:479 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote 没æä»»ä½å 容ã\n" -#: exif/actions.c:450 +#: exif/actions.c:482 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" msgstr[0] "MakerNote 嫿 %i 个å¼:\n" -#: exif/actions.c:460 +#: exif/actions.c:492 msgid "Unknown tag" msgstr "æªç¥çä¿¡æ¯æ è¯" -#: exif/actions.c:464 +#: exif/actions.c:501 msgid "Unknown value" msgstr "æªç¥å¼" -#: exif/actions.c:490 +#: exif/actions.c:525 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "â%sâä¸çEXIF ä¿¡æ¯æ è¯(â%sâåè顺åº):" -#: exif/actions.c:495 exif/actions.c:497 +#: exif/actions.c:531 msgid "Tag" msgstr "ä¿¡æ¯æ è¯" -#: exif/actions.c:501 exif/actions.c:503 exif/main.c:199 +#: exif/actions.c:537 msgid "Value" msgstr "å¼" -#: exif/actions.c:509 +#: exif/actions.c:552 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "EXIF æ°æ®ä¸å«æç¼©ç¥å¾(%i 个åè)ã" -#: exif/actions.c:545 +#: exif/actions.c:594 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "缩ç¥å¾å°ºå¯¸\t%i\n" -#: exif/main.c:175 +#: exif/main.c:189 msgid "Display software version" msgstr "æ¾ç¤ºè½¯ä»¶çæ¬" -#: exif/main.c:177 +#: exif/main.c:191 msgid "Show IDs instead of tag names" msgstr "æ¾ç¤º IDsï¼ä»¥ä»£æ¿ä¿¡æ¯æ è¯åç§°" -#: exif/main.c:179 +#: exif/main.c:193 msgid "Select tag" msgstr "éæ©ä¿¡æ¯æ è¯" -#: exif/main.c:179 +#: exif/main.c:193 msgid "tag" msgstr "ä¿¡æ¯æ è¯" -#: exif/main.c:181 +#: exif/main.c:195 msgid "Select IFD" msgstr "éæ© IFD" -#: exif/main.c:181 +#: exif/main.c:195 msgid "IFD" msgstr "IFD" -#: exif/main.c:183 +#: exif/main.c:197 msgid "List all EXIF tags" msgstr "ååºææ EXIF ä¿¡æ¯æ è¯" -#: exif/main.c:185 +#: exif/main.c:199 msgid "Show contents of tag MakerNote" msgstr "æ¾ç¤º MakerNote çå 容" -#: exif/main.c:187 +#: exif/main.c:201 msgid "Remove tag or ifd" msgstr "å é¤ä¿¡æ¯æ è¯ææ¯ ifd" -#: exif/main.c:189 +#: exif/main.c:203 msgid "Show description of tag" msgstr "æ¾ç¤ºä¿¡æ¯æ è¯è¯´æ" -#: exif/main.c:191 +#: exif/main.c:205 msgid "Extract thumbnail" msgstr "è§£åºç¼©ç¥å¾" -#: exif/main.c:193 +#: exif/main.c:207 msgid "Remove thumbnail" msgstr "å é¤ç¼©ç¥å¾" -#: exif/main.c:195 +#: exif/main.c:209 msgid "Insert FILE as thumbnail" msgstr "å° FILE ä½ä¸ºç¼©ç¥å¾æå ¥" -#: exif/main.c:195 exif/main.c:197 +#: exif/main.c:209 exif/main.c:211 msgid "FILE" msgstr "FILE" -#: exif/main.c:197 +#: exif/main.c:211 msgid "Write data to FILE" msgstr "å°æ°æ®åå ¥ FILE" -#: exif/main.c:201 +#: exif/main.c:213 +msgid "Value of tag" +msgstr "tag å¼" + +#: exif/main.c:215 msgid "Create EXIF data if not existing" msgstr "妿 EXIF æ°æ®ä¸åå¨å°±å建å®" -#: exif/main.c:203 +#: exif/main.c:217 msgid "Output in a machine-readable (tab delimited) format" msgstr "以æºå¨å¯è¯»çæ ¼å¼(tab åé)è¾åº" -#: exif/main.c:206 +#: exif/main.c:220 msgid "Output in a XML format" msgstr "以 XML æ ¼å¼è¾åº" -#: exif/main.c:209 +#: exif/main.c:223 msgid "Show debugging messages" msgstr "æ¾ç¤ºè°ç¤ºä¿¡æ¯" #: exif/main.c:229 +msgid "Help options:" +msgstr "帮å©é项ï¼" + +#: exif/main.c:230 +msgid "Show this help message" +msgstr "æ¾ç¤ºæ¤å¸®å©ä¿¡æ¯" + +#: exif/main.c:231 +msgid "Display brief usage message" +msgstr "æ¾ç¤ºç®çç使ç¨ä¿¡æ¯" + +#: exif/main.c:251 msgid "[OPTION...] file" msgstr "[é项...] æä»¶" -#: exif/main.c:241 +#: exif/main.c:263 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "æ æç IFDâ%sâãææç IFDs æ¯â0â,â1â,âEXIFâï¼âGPSâï¼ä»¥åâInteroperabilityâã" -#: exif/main.c:250 +#: exif/main.c:272 #, c-format msgid "Invalid tag '%s'!" msgstr "æ æç EXIF ä¿¡æ¯æ è¯â%sâï¼" -#: exif/main.c:258 +#: exif/main.c:280 msgid "You need to specify a tag!" msgstr "æ¨éè¦æå®ä¸ä¸ª EXIF ä¿¡æ¯æ è¯ï¼" -#: exif/main.c:263 +#: exif/main.c:285 msgid "You need to specify an IFD!" msgstr "æ¨éè¦æå®ä¸ä¸ªIFDï¼" -#: exif/main.c:286 +#: exif/main.c:308 #, c-format msgid "Tag '%s' " msgstr "ä¿¡æ¯æ è¯â%sâ" -#: exif/main.c:288 +#: exif/main.c:310 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04xï¼â%sâ): " -#: exif/main.c:338 +#: exif/main.c:368 #, c-format -msgid "'%s' does not contain EXIF data!" -msgstr "â%sâ䏿²¡æ EXIF æ°æ®ï¼" +msgid "'%s' is not readable or does not contain EXIF data!" +msgstr "â%sâä¸å¯è¯»æè æ¯æ²¡æ EXIF æ°æ®ï¼" + +#~ msgid "Could not open '%s' (%m)!" +#~ msgstr "æ æ³æå¼â%sâ(%m)ï¼" + +#~ msgid "Could not read '%s' (%m)." +#~ msgstr "æ æ³è¯»åâ%sâ(%m)ã" + +#~ msgid "Could not open '%s' for writing (%m)!" +#~ msgstr "æ æ³ä»¥åæ¹å¼æå¼â%sâ(%m)ï¼" + +#~ msgid "Unknown MakerNote format.\n" +#~ msgstr "æªç¥ç MakerNote æ ¼å¼ã\n" #~ msgid "Please specify a tag!" #~ msgstr "请æå®ä¸ä¸ª EXIF ä¿¡æ¯æ è¯ï¼" Index: vi.po =================================================================== RCS file: /cvsroot/libexif/exif/po/vi.po,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- vi.po 23 Dec 2008 04:58:05 -0000 1.2 +++ vi.po 19 Sep 2009 04:12:21 -0000 1.3 @@ -1,14 +1,14 @@ # Vietnamese translation for EXIF. -# Copyright © 2008 Free Software Foundation, Inc. +# Copyright © 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the exif package. -# Clytie Siddall <cl...@ri...>, 2008 +# Clytie Siddall <cl...@ri...>, 2008-2009. # msgid "" msgstr "" -"Project-Id-Version: exif 0.6.17\n" +"Project-Id-Version: exif 0.6.18-pre1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-06 01:03-0800\n" -"PO-Revision-Date: 2008-12-22 22:49+0930\n" +"POT-Creation-Date: 2009-09-16 22:23-0700\n" +"PO-Revision-Date: 2009-09-18 21:22+0930\n" "Last-Translator: Clytie Siddall <cl...@ri...>\n" "Language-Team: Vietnamese <vi...@go...>\n" "MIME-Version: 1.0\n" @@ -17,244 +17,245 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" -#: exif/actions.c:56 +#: exif/actions.c:59 #, c-format msgid "Not enough memory." msgstr "Không Äá»§ bá» nhá»." -#: exif/actions.c:74 +#: exif/actions.c:77 #, c-format msgid "Setting a value for this tag is unsupported!" msgstr "Không há» trợ chức nÄng tạo má»t giá trá» cho thẻ nà y !" -#: exif/actions.c:91 +#: exif/actions.c:94 #, c-format msgid "Too few components specified!" msgstr "Ghi rõ quá Ãt thà nh phần." -#: exif/actions.c:106 +#: exif/actions.c:109 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Lá»i ná»i bá». Hãy liên lạc vá»i <%s>." -#: exif/actions.c:143 +#: exif/actions.c:148 #, c-format msgid "Not yet implemented!" msgstr "Chưa thá»±c hiá»n." -#: exif/actions.c:150 +#: exif/actions.c:155 #, c-format msgid "Warning; Too many components specified!" msgstr "Cảnh báo : ghi rõ quá Ãt thà nh phần." -#: exif/actions.c:172 +#: exif/actions.c:177 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "Quá nhiá»u dữ liá»u EXIF (%i byte). Chá» cho phép %i byte." -#: exif/actions.c:183 exif/actions.c:358 +#: exif/actions.c:188 exif/actions.c:359 #, c-format msgid "Wrote file '%s'." msgstr "Äã ghi táºp tin « %s »." -#: exif/actions.c:203 +#: exif/actions.c:208 #, c-format msgid "EXIF entry '%s' " msgstr "Mục nháºp EXIF « %s »" -#: exif/actions.c:205 +#: exif/actions.c:210 #, c-format msgid "(0x%x, '%s') " msgstr "(0x%x, '%s') " -#: exif/actions.c:208 +#: exif/actions.c:213 #, c-format msgid "exists in IFD '%s':\n" msgstr "Äã tá»n tại trong IFD « %s »:\n" -#: exif/actions.c:251 +#: exif/actions.c:264 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD « %s » không chứa má»t thẻ « %s »." -#: exif/actions.c:282 -#, c-format -msgid "Could not open '%s' (%m)!" -msgstr "Không thá» mỠ« %s » (%m)." - -#: exif/actions.c:285 +#: exif/actions.c:294 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Không thá» mỠ« %s » (%s)." -#: exif/actions.c:295 -#, c-format -msgid "Could not read '%s' (%m)." -msgstr "Không thá» Äá»c « %s » (%m)." - -#: exif/actions.c:298 +#: exif/actions.c:303 #, c-format msgid "Could not read '%s' (%s)." msgstr "Không thá» Äá»c « %s » (%s)." -#: exif/actions.c:317 +#: exif/actions.c:322 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD « %s » không chứa thẻ « %s »." -#: exif/actions.c:323 +#: exif/actions.c:328 #, c-format msgid "'%s' does not contain tag '%s'." msgstr "« %s » không chứa thẻ « %s »." -#: exif/actions.c:341 +#: exif/actions.c:346 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "IFD « %s » không chứa ảnh mẫu." -#: exif/actions.c:350 -#, c-format -msgid "Could not open '%s' for writing (%m)!" -msgstr "Không thá» mỠ« %s » Äá» ghi (%m)." - -#: exif/actions.c:353 +#: exif/actions.c:354 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Không thá» mỠ« %s » Äá» ghi (%s)." -#: exif/actions.c:371 +#: exif/actions.c:376 #, c-format msgid "EXIF tags in '%s':" msgstr "Thá» EXIF trong « %s »:" -#: exif/actions.c:440 +#: exif/actions.c:472 #, c-format -msgid "Unknown MakerNote format.\n" -msgstr "Äá»nh dạng MakerNote không rõ.\n" +msgid "Unknown format or nonexistent MakerNote.\n" +msgstr "Không rõ Äá»nh dạng hoặc không có MakerNote.\n" -#: exif/actions.c:447 +#: exif/actions.c:479 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote không chứa giá trá».\n" -#: exif/actions.c:450 +#: exif/actions.c:482 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" msgstr[0] "MakerNote chứa %i giá trá»:\n" -#: exif/actions.c:460 +#: exif/actions.c:492 msgid "Unknown tag" msgstr "Thẻ lạ" -#: exif/actions.c:464 +#: exif/actions.c:501 msgid "Unknown value" msgstr "Giá trá» lạ" -#: exif/actions.c:490 +#: exif/actions.c:525 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "Thẻ EXIF trong « %s » (thứ tá»± byte « %s »):" -#: exif/actions.c:495 exif/actions.c:497 +#: exif/actions.c:531 msgid "Tag" msgstr "Thẻ" -#: exif/actions.c:501 exif/actions.c:503 exif/main.c:199 +#: exif/actions.c:537 msgid "Value" msgstr "Giá trá»" -#: exif/actions.c:509 +#: exif/actions.c:552 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "Dữ liá»u EXIF chứa má»t ảnh mẫu (%i byte)." -#: exif/actions.c:545 +#: exif/actions.c:594 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "KÃch cỡ ảnh mẫu\t%i\n" -#: exif/main.c:175 +#: exif/main.c:189 msgid "Display software version" msgstr "Hiá»n thá» phiên bản phần má»m" -#: exif/main.c:177 +#: exif/main.c:191 msgid "Show IDs instead of tag names" msgstr "Hiá»n thá» mã sá» thay cho tên thẻ" -#: exif/main.c:179 +#: exif/main.c:193 msgid "Select tag" msgstr "Chá»n thẻ" -#: exif/main.c:179 +#: exif/main.c:193 msgid "tag" msgstr "thẻ" -#: exif/main.c:181 +#: exif/main.c:195 msgid "Select IFD" msgstr "Chá»n IFD" -#: exif/main.c:181 +#: exif/main.c:195 msgid "IFD" msgstr "IFD" -#: exif/main.c:183 +#: exif/main.c:197 msgid "List all EXIF tags" msgstr "Liá»t kê má»i thá» EXIF" -#: exif/main.c:185 +#: exif/main.c:199 msgid "Show contents of tag MakerNote" msgstr "Hiá»n ná»i dung cá»§a thẻ MakerNote" -#: exif/main.c:187 +#: exif/main.c:201 msgid "Remove tag or ifd" msgstr "Bá» thẻ hoặc IFD" -#: exif/main.c:189 +#: exif/main.c:203 msgid "Show description of tag" msgstr "Hiá»n mô tả cá»§a thẻ" -#: exif/main.c:191 +#: exif/main.c:205 msgid "Extract thumbnail" msgstr "TrÃch ảnh mẫu" -#: exif/main.c:193 +#: exif/main.c:207 msgid "Remove thumbnail" msgstr "BỠảnh mẫu" -#: exif/main.c:195 +#: exif/main.c:209 msgid "Insert FILE as thumbnail" msgstr "Chèn TẬP TIN dạng ảnh mẫu" -#: exif/main.c:195 exif/main.c:197 +#: exif/main.c:209 exif/main.c:211 msgid "FILE" msgstr "TẬP TIN" -#: exif/main.c:197 +#: exif/main.c:211 msgid "Write data to FILE" msgstr "Ghi dữ liá»u và o TẬP TIN" -#: exif/main.c:201 +#: exif/main.c:213 +msgid "Value of tag" +msgstr "Giá trá» cá»§a thẻ" + +#: exif/main.c:215 msgid "Create EXIF data if not existing" msgstr "Táo dữ liá»u EXIF nếu không có" -#: exif/main.c:203 +#: exif/main.c:217 msgid "Output in a machine-readable (tab delimited) format" msgstr "Xuất ra má»t Äá»nh dạng cho máy Äá»c ÄÆ°á»£c (Äá»nh giá»i bằng khoảng tab)" -#: exif/main.c:206 +#: exif/main.c:220 msgid "Output in a XML format" msgstr "Xuất ra Äá»nh dạng XML" -#: exif/main.c:209 +#: exif/main.c:223 msgid "Show debugging messages" msgstr "Hiá»n thông Äiá»p gỡ lá»i" #: exif/main.c:229 +msgid "Help options:" +msgstr "Tuỳ chá»n trợ giúp:" + +#: exif/main.c:230 +msgid "Show this help message" +msgstr "Hiá»n thá» trợ giúp nà y" + +#: exif/main.c:231 +msgid "Display brief usage message" +msgstr "Hiá»n thá» trợ giúp ngắn" + +#: exif/main.c:251 msgid "[OPTION...] file" msgstr "[TÃY_CHá»N...] táºp_tin" -#: exif/main.c:241 +#: exif/main.c:263 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "" @@ -263,32 +264,32 @@ msgstr "" " ⢠1\n" " ⢠EXIF\n" " ⢠GPS\n" -" ⢠Interoperability\t\tkhả nÄng thao tác vá»i nhau." +" ⢠Interoperability\t\tTương hà nh" -#: exif/main.c:250 +#: exif/main.c:272 #, c-format msgid "Invalid tag '%s'!" msgstr "Thẻ không hợp lỠ« %s »." -#: exif/main.c:258 +#: exif/main.c:280 msgid "You need to specify a tag!" msgstr "Bạn cần phải ghi rõ má»t thẻ." -#: exif/main.c:263 +#: exif/main.c:285 msgid "You need to specify an IFD!" msgstr "Bạn cần phải ghi rõ má»t IFD." -#: exif/main.c:286 +#: exif/main.c:308 #, c-format msgid "Tag '%s' " msgstr "Thẻ « %s »" -#: exif/main.c:288 +#: exif/main.c:310 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04x, '%s'): " -#: exif/main.c:338 +#: exif/main.c:368 #, c-format -msgid "'%s' does not contain EXIF data!" -msgstr "« %s » không chứa dữ liá»u EXIF." +msgid "'%s' is not readable or does not contain EXIF data!" +msgstr "« %s » không Äá»c ÄÆ°á»£c hoặc không chứa dữ liá»u EXIF." Index: de.po =================================================================== RCS file: /cvsroot/libexif/exif/po/de.po,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- de.po 5 Nov 2008 19:28:50 -0000 1.16 +++ de.po 19 Sep 2009 04:12:22 -0000 1.17 @@ -1,16 +1,16 @@ -# translation of de.po to Deutsch +# translation of de.po to German # German translation for exif. -# This file is distributed under the same license as the exif package. -# Copyright © 2002, 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the exif package. +# Copyright © 2002, 2008, 2009 Free Software Foundation, Inc. # # Lutz Müller <lu...@us...>, 2002. -# Marcus Meissner <ma...@je...>, 2005, 2008. +# Marcus Meissner <ma...@je...>, 2005, 2008, 2009. msgid "" msgstr "" -"Project-Id-Version: exif 0.6.16-pre1\n" +"Project-Id-Version: exif 0.6.18-pre1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-21 14:29-0800\n" -"PO-Revision-Date: 2008-11-05 16:17+0100\n" +"POT-Creation-Date: 2009-09-16 22:23-0700\n" +"PO-Revision-Date: 2009-09-18 21:07+0200\n" "Last-Translator: Marcus Meissner <ma...@je...>\n" "Language-Team: German <tra...@li...>\n" "MIME-Version: 1.0\n" @@ -19,271 +19,274 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n" -#: exif/actions.c:45 +#: exif/actions.c:59 +#, c-format +msgid "Not enough memory." +msgstr "Nicht genügend Speicher." + +#: exif/actions.c:77 +#, c-format +msgid "Setting a value for this tag is unsupported!" +msgstr "Das Setzen eines Wertes für dieses Tag ist nicht unterstützt!" + +#: exif/actions.c:94 +#, c-format +msgid "Too few components specified!" +msgstr "Zu wenig Komponenten angegeben!" + +#: exif/actions.c:109 +#, c-format +msgid "Internal error. Please contact <%s>." +msgstr "Interner Fehler. Bitte nehmen Sie Kontakt mit <%s> auf." + +#: exif/actions.c:148 +#, c-format +msgid "Not yet implemented!" +msgstr "Noch nicht implementiert!" + +#: exif/actions.c:155 +#, c-format +msgid "Warning; Too many components specified!" +msgstr "Warnung: Zu viele Komponenten angegeben!" + +#: exif/actions.c:177 +#, c-format +msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." +msgstr "Zuviel EXIF Daten (%i Bytes). Das Maximum ist %i Bytes." + +#: exif/actions.c:188 exif/actions.c:359 +#, c-format +msgid "Wrote file '%s'." +msgstr "Datei '%s' geschrieben." + +#: exif/actions.c:208 +#, c-format +msgid "EXIF entry '%s' " +msgstr "EXIF Eintrag '%s'" + +#: exif/actions.c:210 +#, c-format +msgid "(0x%x, '%s') " +msgstr "(0x%x, '%s') " + +#: exif/actions.c:213 +#, c-format +msgid "exists in IFD '%s':\n" +msgstr "existiert in IFD %s:\n" + +#: exif/actions.c:264 +#, c-format +msgid "IFD '%s' does not contain a tag '%s'!" +msgstr "IFD '%s' enthält keinen Eintrag '%s'!" + +#: exif/actions.c:294 +#, c-format +msgid "Could not open '%s' (%s)!" +msgstr "Konnte '%s' nicht öffnen (%s)!" + +#: exif/actions.c:303 +#, c-format +msgid "Could not read '%s' (%s)." +msgstr "Konnte '%s' nicht lesen (%s)." + +#: exif/actions.c:322 +#, c-format +msgid "IFD '%s' does not contain tag '%s'." +msgstr "IFD '%s' enthält keinen Eintrag '%s'." + +#: exif/actions.c:328 +#, c-format +msgid "'%s' does not contain tag '%s'." +msgstr "'%s' enthält keinen Eintrag '%s'." + +#: exif/actions.c:346 +#, c-format +msgid "'%s' does not contain a thumbnail!" +msgstr "'%s' enthält keine Vorschau!" + +#: exif/actions.c:354 +#, c-format +msgid "Could not open '%s' for writing (%s)!" +msgstr "Konnte '%s' nicht zum Schreiben öffnen (%s)!" + +#: exif/actions.c:376 #, c-format msgid "EXIF tags in '%s':" msgstr "EXIF Einträge in '%s':" -#: exif/actions.c:114 +#: exif/actions.c:472 #, c-format -msgid "Unknown MakerNote format.\n" -msgstr "Unbekanntes MakerNote Format.\n" +msgid "Unknown format or nonexistent MakerNote.\n" +msgstr "Unbekanntes Format oder nicht existierende MakerNote.\n" -#: exif/actions.c:121 +#: exif/actions.c:479 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote enthält keinen Wert!\n" -#: exif/actions.c:124 +#: exif/actions.c:482 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" msgstr[0] "MakerNote %i Wert:\n" msgstr[1] "MakerNote enthält %i Werte:\n" -#: exif/actions.c:134 +#: exif/actions.c:492 msgid "Unknown tag" msgstr "Unbekannter Eintrag" -#: exif/actions.c:137 +#: exif/actions.c:501 msgid "Unknown value" msgstr "Unbekannter Wert" -#: exif/actions.c:162 +#: exif/actions.c:525 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "EXIF Einträge in '%s' ('%s' Byte-Reihenfolge):" -#: exif/actions.c:167 exif/actions.c:169 +#: exif/actions.c:531 msgid "Tag" msgstr "Eintrag" -#: exif/actions.c:173 exif/actions.c:175 exif/main.c:361 +#: exif/actions.c:537 msgid "Value" msgstr "Wert" -#: exif/actions.c:181 +#: exif/actions.c:552 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "EXIF Daten enthalten eine Vorschau (%i Bytes)." -#: exif/actions.c:217 +#: exif/actions.c:594 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "ThumbnailgröÃe\t%i\n" -#: exif/main.c:57 -#, c-format -msgid "Internal error. Please contact <%s>." -msgstr "Interner Fehler. Bitte nehmen Sie Kontakt mit <%s> auf." - -#: exif/main.c:80 -#, c-format -msgid "EXIF entry '%s' " -msgstr "EXIF Eintrag '%s'" - -#: exif/main.c:82 -#, c-format -msgid "(0x%x, '%s') " -msgstr "(0x%x, '%s') " - -#: exif/main.c:85 -#, c-format -msgid "exists in IFD '%s':\n" -msgstr "existiert in IFD %s:\n" - -#: exif/main.c:120 -#, c-format -msgid "Not enough memory." -msgstr "Nicht genügend Speicher." - -#: exif/main.c:138 -#, c-format -msgid "Too few components specified!" -msgstr "Zu wenig Komponenten angegeben!" - -#: exif/main.c:168 -#, c-format -msgid "Not yet implemented!" -msgstr "Noch nicht implementiert!" - -#: exif/main.c:241 -#, c-format -msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." -msgstr "Zuviel EXIF Daten (%i Bytes). Das Maximum ist %i Bytes." - -#: exif/main.c:255 exif/main.c:513 -#, c-format -msgid "Wrote file '%s'." -msgstr "Datei '%s' geschrieben." - -#: exif/main.c:337 +#: exif/main.c:189 msgid "Display software version" msgstr "Zeige Software Version an" -#: exif/main.c:339 +#: exif/main.c:191 msgid "Show IDs instead of tag names" msgstr "Zeige IDs anstelle der Namen der Einträge" -#: exif/main.c:341 +#: exif/main.c:193 msgid "Select tag" msgstr "Wähle Eintrag" -#: exif/main.c:341 +#: exif/main.c:193 msgid "tag" msgstr "Eintrag" -#: exif/main.c:343 +#: exif/main.c:195 msgid "Select IFD" msgstr "Wähle IFD" -#: exif/main.c:343 +#: exif/main.c:195 msgid "IFD" msgstr "IFD" -#: exif/main.c:345 +#: exif/main.c:197 msgid "List all EXIF tags" msgstr "Liste alle EXIF Einträge auf" -#: exif/main.c:347 +#: exif/main.c:199 msgid "Show contents of tag MakerNote" msgstr "Zeige Inhalt des MakerNote-Eintrags" -#: exif/main.c:349 +#: exif/main.c:201 msgid "Remove tag or ifd" msgstr "Entferne Tag oder IFD" -#: exif/main.c:351 +#: exif/main.c:203 msgid "Show description of tag" msgstr "Zeige Beschreibung des Eintrags" -#: exif/main.c:353 +#: exif/main.c:205 msgid "Extract thumbnail" msgstr "Extrahiere Vorschau" -#: exif/main.c:355 +#: exif/main.c:207 msgid "Remove thumbnail" msgstr "Lösche Vorschaubild" -#: exif/main.c:357 +#: exif/main.c:209 msgid "Insert FILE as thumbnail" msgstr "Füge DATEI als Vorschau ein" -#: exif/main.c:357 exif/main.c:359 +#: exif/main.c:209 exif/main.c:211 msgid "FILE" msgstr "DATEI" -#: exif/main.c:359 +#: exif/main.c:211 msgid "Write data to FILE" msgstr "Schreibe Daten in DATEI" -#: exif/main.c:363 +#: exif/main.c:213 +msgid "Value of tag" +msgstr "Wert des Tags" + +#: exif/main.c:215 +msgid "Create EXIF data if not existing" +msgstr "Erzeuge EXIF Daten wenn noch nicht vorhanden" + +#: exif/main.c:217 msgid "Output in a machine-readable (tab delimited) format" msgstr "Gebe maschinenlesbares Format (tab delimited) aus." -#: exif/main.c:366 +#: exif/main.c:220 msgid "Output in a XML format" msgstr "Ausgabe in einem XML Format" -#: exif/main.c:369 +#: exif/main.c:223 msgid "Show debugging messages" msgstr "Zeige Diagnose-Nachrichten" -#: exif/main.c:386 +#: exif/main.c:229 +msgid "Help options:" +msgstr "Hilfsoptionen:" + +#: exif/main.c:230 +msgid "Show this help message" +msgstr "Zeige diese Hilfenachricht" + +#: exif/main.c:231 +msgid "Display brief usage message" +msgstr "Zeige kurze Hilfe" + +#: exif/main.c:251 msgid "[OPTION...] file" msgstr "[OPTION...] datei" -#: exif/main.c:414 +#: exif/main.c:263 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "Unzulässiger IFD '%s'. Zulässige IFDs sind '0', '1', 'EXIF', 'GPS' und 'Interoperability'." -#: exif/main.c:422 +#: exif/main.c:272 #, c-format msgid "Invalid tag '%s'!" msgstr "Ungültiger Eintrag '%s'!" -#: exif/main.c:427 -#, fuzzy -msgid "Please specify a tag!" +#: exif/main.c:280 +msgid "You need to specify a tag!" msgstr "Bitte geben Sie einen Eintrag an!" -#: exif/main.c:432 +#: exif/main.c:285 +msgid "You need to specify an IFD!" +msgstr "Bitte geben Sie einen IFD an!" + +#: exif/main.c:308 #, c-format msgid "Tag '%s' " msgstr "Eintrag '%s'" -#: exif/main.c:434 +#: exif/main.c:310 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04x, '%s'): " -#: exif/main.c:463 -#, c-format -msgid "'%s' does not contain EXIF data!" -msgstr "'%s' enthält keine EXIF Daten!" - -#: exif/main.c:486 -#, c-format -msgid "IFD '%s' does not contain tag '%s'." -msgstr "IFD '%s' enthält keinen Eintrag '%s'." - -#: exif/main.c:495 -#, c-format -msgid "'%s' does not contain a thumbnail!" -msgstr "'%s' enthält keine Vorschau!" - -#: exif/main.c:503 -#, c-format -msgid "Could not open '%s' for writing (%m)!" -msgstr "Konnte '%s' nicht zum Schreiben öffnen (%m)!" - -#: exif/main.c:507 -#, c-format -msgid "Could not open '%s' for writing (%s)!" -msgstr "Konnte '%s' nicht zum Schreiben öffnen (%s)!" - -#: exif/main.c:542 -#, c-format -msgid "Could not open '%s' (%m)!" -msgstr "Konnte '%s' nicht öffnen (%m)!" - -#: exif/main.c:545 -#, c-format -msgid "Could not open '%s' (%s)!" -msgstr "Konnte '%s' nicht öffnen (%s)!" - -#: exif/main.c:557 -#, c-format -msgid "Could not read '%s' (%m)." -msgstr "Konnte '%s' nicht lesen (%m)." - -#: exif/main.c:560 -#, c-format -msgid "Could not read '%s' (%s)." -msgstr "Konnte '%s' nicht lesen (%s)." - -#: exif/main.c:571 -msgid "You need to specify a tag!" -msgstr "Bitte geben Sie einen Eintrag an!" - -#: exif/main.c:576 exif/main.c:595 -msgid "You need to specify an IFD!" -msgstr "Bitte geben Sie einen IFD an!" - -#: exif/main.c:607 +#: exif/main.c:368 #, c-format -msgid "IFD '%s' does not contain a tag '%s'!" -msgstr "IFD '%s' enthält keinen Eintrag '%s'!" - -#~ msgid "Setting a value for this tag is unsupported!" -#~ msgstr "Das Setzen eines Wertes für dieses Tag ist nicht unterstützt!" - -#~ msgid "Warning; Too many components specified!" -#~ msgstr "Warnung: Zu viele Komponenten angegeben!" - -#~ msgid "'%s' does not contain tag '%s'." -#~ msgstr "'%s' enthält keinen Eintrag '%s'." - -#~ msgid "Create EXIF data if not existing" -#~ msgstr "Erzeuge EXIF Daten wenn noch nicht vorhanden" +msgid "'%s' is not readable or does not contain EXIF data!" +msgstr "'%s' ist nicht lesbar oder enthält keine EXIF Daten!" |
From: Dan F. <dfa...@us...> - 2009-09-19 04:12:30
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14161 Modified Files: ChangeLog Log Message: po/de.po: Updated German translation by Marcus Meissner po/sv.po: Updated Swedish translation by Daniel Nylander po/vi.po: Updated Vietnamese translation by Clytie Siddall po/zh_CN.po: Updated Chinese (simplified) translation by Ji ZhengYu Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -p -d -r1.92 -r1.93 --- ChangeLog 18 Sep 2009 04:30:43 -0000 1.92 +++ ChangeLog 19 Sep 2009 04:12:20 -0000 1.93 @@ -1,3 +1,10 @@ +2009-09-18 Dan Fandrich <da...@co...> + + * po/de.po: Updated German translation by Marcus Meissner + * po/sv.po: Updated Swedish translation by Daniel Nylander + * po/vi.po: Updated Vietnamese translation by Clytie Siddall + * po/zh_CN.po: Updated Chinese (simplified) translation by Ji ZhengYu + 2009-09-17 Dan Fandrich <da...@co...> * po/da.po: Updated Danish translation by Joe Hansen |
From: Dan F. <dfa...@us...> - 2009-09-19 04:07:53
|
Update of /cvsroot/libexif/libexif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13474/po Modified Files: de.po sv.po vi.po Log Message: po/de.po: Updated German translation by Marcus Meissner po/sv.po: Updated Swedish translation by Daniel Nylander po/vi.po: Updated Vietnamese translation by Clytie Siddall Index: sv.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/sv.po,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- sv.po 1 Nov 2007 06:39:02 -0000 1.2 +++ sv.po 19 Sep 2009 04:07:41 -0000 1.3 @@ -1,1255 +1,1630 @@ # Swedish translation for libexif -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the libexif package. -# Daniel Nylander <po...@da...>, 2007. +# Daniel Nylander <po...@da...>, 2007, 2009. # msgid "" msgstr "" -"Project-Id-Version: libexif 0.6.16\n" +"Project-Id-Version: libexif 0.6.18-pre1\n" [...6399 lines suppressed...] +#~ msgid "HQ" +#~ msgstr "HQ" + +#~ msgid "SHQ" +#~ msgstr "SHQ" + +#~ msgid "SQ1" +#~ msgstr "SQ1" + +#~ msgid "SQ2" +#~ msgstr "SQ2" + +#~ msgid "1x" +#~ msgstr "1x" + +#~ msgid "Unknown tag." +#~ msgstr "Okänd tagg." + +#~ msgid "Lenstype" +#~ msgstr "Linstyp" Index: vi.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/vi.po,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -d -r1.20 -r1.21 --- vi.po 23 Dec 2008 04:56:03 -0000 1.20 +++ vi.po 19 Sep 2009 04:07:41 -0000 1.21 @@ -1,21 +1,21 @@ # Vietnamese translation for LibEXIF. -# Copyright © 2008 Free Software Foundation, Inc. +# Copyright © 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the libexif package. -# Clytie Siddall <cl...@ri...>, 2006-2008. +# Clytie Siddall <cl...@ri...>, 2006-2009. # msgid "" msgstr "" -"Project-Id-Version: libexif 0.6.17\n" +"Project-Id-Version: libexif 0.6.18-pre1\n" [...4378 lines suppressed...] +msgstr "Tầm Äèn nháy" + +#: libexif/pentax/mnote-pentax-tag.c:132 +msgid "Bestshot Mode" +msgstr "Chế Äá» Chụp Tá»t nhất" + +#: libexif/pentax/mnote-pentax-tag.c:133 +msgid "CCS ISO Sensitivity" +msgstr "Äá» nhạy ISo CCS" + +#: libexif/pentax/mnote-pentax-tag.c:135 +msgid "Enhancement" +msgstr "TÄng cưá»ng" + +#: libexif/pentax/mnote-pentax-tag.c:136 +msgid "Finer" +msgstr "ChÃnh xác hÆ¡n" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" Index: de.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/de.po,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -d -r1.45 -r1.46 --- de.po 5 Nov 2008 19:16:03 -0000 1.45 +++ de.po 19 Sep 2009 04:07:41 -0000 1.46 @@ -1,18 +1,17 @@ # translation of de.po to Deutsch -# translation of de.po to # German Translation # Copyright: # This file is distributed under the same license as the libexif package. # # Free Software Foundation, Inc., 2002. # Lutz Mueller <lu...@us...>, 2002. -# Marcus Meissner <ma...@je...>, 2004, 2005, 2006, 2007, 2008. +# Marcus Meissner <ma...@je...>, 2004, 2005, 2006, 2007, 2008, 2009. msgid "" [...4105 lines suppressed...] @@ -4597,17 +5125,5 @@ msgstr "Einfacher Aufnahmemodus" msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" msgstr "[DO_NOT_TRANSLATE_THIS_MARKER_de]" -#~ msgid "%.02lf EV" -#~ msgstr "%.02lf EV" - -#~ msgid "GPS Img Direction Reference" -#~ msgstr "GPS Bild Richtungsreferenz" - -#~ msgid "Indicates the reference for giving the direction of the image when it is captured. 'T' denotes true direction and 'M' is magnetic direction." -#~ msgstr "Gibt die Referenz für die Richtung des Bildes bei der Aufname an. T gibt die wahre Richtung und M die magnetische Richtung an." - -#~ msgid "GPS Img Direction" -#~ msgstr "GPS Bild Richtung" - -#~ msgid "Indicates the direction of the image when it was captured. The range of values is from 0.00 to 359.99." -#~ msgstr "Gibt die Richtung der Bildaufnahme an. Dieser Wert geht von 0.0 bis 359.99." +#~ msgid "ASCII" +#~ msgstr "ASCII" |
From: Dan F. <dfa...@us...> - 2009-09-19 04:07:52
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13474 Modified Files: ChangeLog Log Message: po/de.po: Updated German translation by Marcus Meissner po/sv.po: Updated Swedish translation by Daniel Nylander po/vi.po: Updated Vietnamese translation by Clytie Siddall Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.313 retrieving revision 1.314 diff -u -p -d -r1.313 -r1.314 --- ChangeLog 18 Sep 2009 04:40:07 -0000 1.313 +++ ChangeLog 19 Sep 2009 04:07:38 -0000 1.314 @@ -1,3 +1,9 @@ +2009-09-18 Dan Fandrich <da...@co...> + + * po/de.po: Updated German translation by Marcus Meissner + * po/sv.po: Updated Swedish translation by Daniel Nylander + * po/vi.po: Updated Vietnamese translation by Clytie Siddall + 2009-09-17 Dan Fandrich <da...@co...> * po/pl.po: Updated Polish translation by Jakub Bogusz |
From: Dan F. <dfa...@us...> - 2009-09-18 04:40:25
|
Update of /cvsroot/libexif/libexif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11314/po Modified Files: pl.po Log Message: po/pl.po: Updated Polish translation by Jakub Bogusz Index: pl.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/pl.po,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -d -r1.21 -r1.22 --- pl.po 18 Nov 2008 20:28:35 -0000 1.21 +++ pl.po 18 Sep 2009 04:40:08 -0000 1.22 @@ -1,14 +1,14 @@ # Polish translation for libexif. -# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the libexif package. -# Jakub Bogusz <qb...@pl...>, 2005-2008. +# Jakub Bogusz <qb...@pl...>, 2005-2009. # msgid "" msgstr "" -"Project-Id-Version: libexif 0.6.17\n" +"Project-Id-Version: libexif 0.6.18-pre1\n" [...3974 lines suppressed...] +msgstr "OdlegÅoÅÄ flesza" + +#: libexif/pentax/mnote-pentax-tag.c:132 +msgid "Bestshot Mode" +msgstr "Tryb Bestshot" + +#: libexif/pentax/mnote-pentax-tag.c:133 +msgid "CCS ISO Sensitivity" +msgstr "CzuÅoÅÄ ISO CCD" + +#: libexif/pentax/mnote-pentax-tag.c:135 +msgid "Enhancement" +msgstr "Rozszerzona" + +#: libexif/pentax/mnote-pentax-tag.c:136 +msgid "Finer" +msgstr "Lepsza" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 msgid "[DO_NOT_TRANSLATE_THIS_MARKER]" |
From: Dan F. <dfa...@us...> - 2009-09-18 04:40:23
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11314 Modified Files: ChangeLog Log Message: po/pl.po: Updated Polish translation by Jakub Bogusz Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.312 retrieving revision 1.313 diff -u -p -d -r1.312 -r1.313 --- ChangeLog 17 Sep 2009 05:40:15 -0000 1.312 +++ ChangeLog 18 Sep 2009 04:40:07 -0000 1.313 @@ -1,3 +1,7 @@ +2009-09-17 Dan Fandrich <da...@co...> + + * po/pl.po: Updated Polish translation by Jakub Bogusz + 2009-09-16 Dan Fandrich <da...@co...> * po/en_CA.po: Updated Canadian English translation |
From: Dan F. <dfa...@us...> - 2009-09-18 04:30:58
|
Update of /cvsroot/libexif/exif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10435/po Modified Files: nl.po da.po id.po pl.po Log Message: po/da.po: Updated Danish translation by Joe Hansen po/id.po: Updated Indonesian translation by Andhika Padmawan po/nl.po: Updated Dutch translation by Erwin Poeze po/pl.po: Updated Polish translation by Jakub Bogusz Index: pl.po =================================================================== RCS file: /cvsroot/libexif/exif/po/pl.po,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -d -r1.6 -r1.7 --- pl.po 18 Nov 2008 20:33:39 -0000 1.6 +++ pl.po 18 Sep 2009 04:30:45 -0000 1.7 @@ -1,13 +1,13 @@ # Polish translation for exif. # This file is distributed under the same license as the exif package. -# Jakub Bogusz <qb...@pl...>, 2005-2008. +# Jakub Bogusz <qb...@pl...>, 2005-2009. # msgid "" msgstr "" -"Project-Id-Version: exif 0.6.17\n" +"Project-Id-Version: exif 0.6.18-pre1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-06 01:03-0800\n" -"PO-Revision-Date: 2008-11-18 18:28+0100\n" +"POT-Creation-Date: 2009-09-16 22:23-0700\n" +"PO-Revision-Date: 2009-09-17 18:55+0200\n" "Last-Translator: Jakub Bogusz <qb...@pl...>\n" "Language-Team: Polish <tra...@li...>\n" "MIME-Version: 1.0\n" @@ -15,127 +15,112 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: exif/actions.c:56 +#: exif/actions.c:59 #, c-format msgid "Not enough memory." msgstr "Za maÅo pamiÄci." -#: exif/actions.c:74 +#: exif/actions.c:77 #, c-format msgid "Setting a value for this tag is unsupported!" msgstr "Ustawianie wartoÅci tego znacznika nie jest obsÅugiwane!" -#: exif/actions.c:91 +#: exif/actions.c:94 #, c-format msgid "Too few components specified!" msgstr "Podano za maÅo skÅadowych!" -#: exif/actions.c:106 +#: exif/actions.c:109 #, c-format msgid "Internal error. Please contact <%s>." msgstr "BÅÄ d wewnÄtrzny. ProszÄ skontaktowaÄ siÄ z <%s>." -#: exif/actions.c:143 +#: exif/actions.c:148 #, c-format msgid "Not yet implemented!" msgstr "Jeszcze nie zaimplementowane!" -#: exif/actions.c:150 +#: exif/actions.c:155 #, c-format msgid "Warning; Too many components specified!" msgstr "Uwaga: podano za dużo skÅadowych!" -#: exif/actions.c:172 +#: exif/actions.c:177 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "Zbyt dużo danych EXIF (%i bajtów). Dozwolone jest tylko %i bajtów." -#: exif/actions.c:183 exif/actions.c:358 +#: exif/actions.c:188 exif/actions.c:359 #, c-format msgid "Wrote file '%s'." msgstr "Zapisano plik '%s'." -#: exif/actions.c:203 +#: exif/actions.c:208 #, c-format msgid "EXIF entry '%s' " msgstr "Znacznik EXIF '%s' " -#: exif/actions.c:205 +#: exif/actions.c:210 #, c-format msgid "(0x%x, '%s') " msgstr "(0x%x, '%s') " -#: exif/actions.c:208 +#: exif/actions.c:213 #, c-format msgid "exists in IFD '%s':\n" msgstr "istnieje w IFD '%s':\n" -#: exif/actions.c:251 +#: exif/actions.c:264 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD '%s' nie zawiera znacznika '%s'!" -#: exif/actions.c:282 -#, c-format -msgid "Could not open '%s' (%m)!" -msgstr "Nie można otworzyÄ '%s' (%m)!" - -#: exif/actions.c:285 +#: exif/actions.c:294 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Nie można otworzyÄ '%s' (%s)!" -#: exif/actions.c:295 -#, c-format -msgid "Could not read '%s' (%m)." -msgstr "Nie można odczytaÄ '%s' (%m)." - -#: exif/actions.c:298 +#: exif/actions.c:303 #, c-format msgid "Could not read '%s' (%s)." msgstr "Nie można odczytaÄ '%s' (%s)." -#: exif/actions.c:317 +#: exif/actions.c:322 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD '%s' nie zawiera znacznika '%s'." -#: exif/actions.c:323 +#: exif/actions.c:328 #, c-format msgid "'%s' does not contain tag '%s'." msgstr "'%s' nie zawiera znacznika '%s'." -#: exif/actions.c:341 +#: exif/actions.c:346 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "'%s' nie zawiera miniaturki!" -#: exif/actions.c:350 -#, c-format -msgid "Could not open '%s' for writing (%m)!" -msgstr "Nie można otworzyÄ '%s' do zapisu (%m)!" - -#: exif/actions.c:353 +#: exif/actions.c:354 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Nie można otworzyÄ '%s' do zapisu (%s)!" -#: exif/actions.c:371 +#: exif/actions.c:376 #, c-format msgid "EXIF tags in '%s':" msgstr "Znaczniki EXIF w '%s':" -#: exif/actions.c:440 +#: exif/actions.c:472 #, c-format -msgid "Unknown MakerNote format.\n" -msgstr "Nieznany format MakerNote.\n" +msgid "Unknown format or nonexistent MakerNote.\n" +msgstr "Nieznany format lub nieistniejÄ cy znacznik MakerNote.\n" -#: exif/actions.c:447 +#: exif/actions.c:479 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote nie zawiera żadnej wartoÅci.\n" -#: exif/actions.c:450 +#: exif/actions.c:482 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" @@ -143,146 +128,162 @@ msgstr[0] "MakerNote zawiera %i wartoÅÄ msgstr[1] "MakerNote zawiera %i wartoÅci:\n" msgstr[2] "MakerNote zawiera %i wartoÅci:\n" -#: exif/actions.c:460 +#: exif/actions.c:492 msgid "Unknown tag" msgstr "Nieznany znacznik" -#: exif/actions.c:464 +#: exif/actions.c:501 msgid "Unknown value" msgstr "Nieznana wartoÅÄ" -#: exif/actions.c:490 +#: exif/actions.c:525 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "Znaczniki EXIF w '%s' (kolejnoÅÄ bajtów '%s'):" -#: exif/actions.c:495 exif/actions.c:497 +#: exif/actions.c:531 msgid "Tag" msgstr "Znacznik" -#: exif/actions.c:501 exif/actions.c:503 exif/main.c:199 +#: exif/actions.c:537 msgid "Value" msgstr "WartoÅÄ" -#: exif/actions.c:509 +#: exif/actions.c:552 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "Dane EXIF zawierajÄ miniaturkÄ (%i bajtów)." -#: exif/actions.c:545 +#: exif/actions.c:594 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "ThumbnailSize\t%i\n" -#: exif/main.c:175 +#: exif/main.c:189 msgid "Display software version" msgstr "WyÅwietlenie wersji programu" -#: exif/main.c:177 +#: exif/main.c:191 msgid "Show IDs instead of tag names" msgstr "Pokazywanie ID zamiast nazw znaczników" -#: exif/main.c:179 +#: exif/main.c:193 msgid "Select tag" msgstr "Wybór znacznika" -#: exif/main.c:179 +#: exif/main.c:193 msgid "tag" msgstr "znacznik" -#: exif/main.c:181 +#: exif/main.c:195 msgid "Select IFD" msgstr "Wybór IFD" -#: exif/main.c:181 +#: exif/main.c:195 msgid "IFD" msgstr "IFD" -#: exif/main.c:183 +#: exif/main.c:197 msgid "List all EXIF tags" msgstr "Wypisanie wszystkich znaczników EXIF" -#: exif/main.c:185 +#: exif/main.c:199 msgid "Show contents of tag MakerNote" msgstr "Pokazanie zawartoÅci znacznika MakerNote" -#: exif/main.c:187 +#: exif/main.c:201 msgid "Remove tag or ifd" msgstr "UsuniÄcie znacznika lub IFD" -#: exif/main.c:189 +#: exif/main.c:203 msgid "Show description of tag" msgstr "Pokazanie opisu znacznika" -#: exif/main.c:191 +#: exif/main.c:205 msgid "Extract thumbnail" msgstr "WyciÄ gniÄcie miniaturki" -#: exif/main.c:193 +#: exif/main.c:207 msgid "Remove thumbnail" msgstr "UsuniÄcie miniaturki" -#: exif/main.c:195 +#: exif/main.c:209 msgid "Insert FILE as thumbnail" msgstr "Wstawienie PLIKU jako miniaturki" -#: exif/main.c:195 exif/main.c:197 +#: exif/main.c:209 exif/main.c:211 msgid "FILE" msgstr "PLIK" -#: exif/main.c:197 +#: exif/main.c:211 msgid "Write data to FILE" msgstr "Zapis danych do PLIKU" -#: exif/main.c:201 +#: exif/main.c:213 +msgid "Value of tag" +msgstr "WartoÅÄ znacznika" + +#: exif/main.c:215 msgid "Create EXIF data if not existing" msgstr "Utworzenie danych EXIF jeÅli nie istniejÄ " -#: exif/main.c:203 +#: exif/main.c:217 msgid "Output in a machine-readable (tab delimited) format" msgstr "WyjÅcie w formacie czytelnym dla maszyny (ograniczonym tabulacjami)" -#: exif/main.c:206 +#: exif/main.c:220 msgid "Output in a XML format" msgstr "WyjÅcie w formacie XML" -#: exif/main.c:209 +#: exif/main.c:223 msgid "Show debugging messages" msgstr "Pokazywanie komunikatów diagnostycznych" #: exif/main.c:229 +msgid "Help options:" +msgstr "Opcje pomocy:" + +#: exif/main.c:230 +msgid "Show this help message" +msgstr "WyÅwietlenie tego opisu" + +#: exif/main.c:231 +msgid "Display brief usage message" +msgstr "WyÅwietlenie krótkiego opisu użycia" + +#: exif/main.c:251 msgid "[OPTION...] file" msgstr "[OPCJA...] plik" -#: exif/main.c:241 +#: exif/main.c:263 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "BÅÄdny IFD '%s'. Poprawne IFD to '0', '1', 'EXIF', 'GPS' oraz 'Interoperability'." -#: exif/main.c:250 +#: exif/main.c:272 #, c-format msgid "Invalid tag '%s'!" msgstr "BÅÄdny znacznik '%s'!" -#: exif/main.c:258 +#: exif/main.c:280 msgid "You need to specify a tag!" msgstr "Trzeba podaÄ znacznik!" -#: exif/main.c:263 +#: exif/main.c:285 msgid "You need to specify an IFD!" msgstr "Trzeba podaÄ IFD!" -#: exif/main.c:286 +#: exif/main.c:308 #, c-format msgid "Tag '%s' " msgstr "Znacznik '%s' " -#: exif/main.c:288 +#: exif/main.c:310 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04x, '%s'): " -#: exif/main.c:338 +#: exif/main.c:368 #, c-format -msgid "'%s' does not contain EXIF data!" -msgstr "'%s' nie zawiera danych EXIF!" +msgid "'%s' is not readable or does not contain EXIF data!" +msgstr "'%s' nie może byÄ odczytany lub nie zawiera danych EXIF!" Index: id.po =================================================================== RCS file: /cvsroot/libexif/exif/po/id.po,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- id.po 18 Nov 2008 20:33:39 -0000 1.2 +++ id.po 18 Sep 2009 04:30:45 -0000 1.3 @@ -1,14 +1,14 @@ # Indonesian translations for exif package. # Copyright (C) 2008 Lutz Müller and others # This file is distributed under the same license as the exif package. -# Andhika Padmawan <and...@gm...>, 2008. +# Andhika Padmawan <and...@gm...>, 2009. # msgid "" msgstr "" -"Project-Id-Version: exif 0.6.17\n" +"Project-Id-Version: exif 0.6.18-pre1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-06 01:03-0800\n" -"PO-Revision-Date: 2008-11-18 22:32+0700\n" +"POT-Creation-Date: 2009-09-16 22:23-0700\n" +"PO-Revision-Date: 2009-09-17 12:34-0400\n" "Last-Translator: Andhika Padmawan <and...@gm...>\n" "Language-Team: Indonesian <tra...@li...>\n" "MIME-Version: 1.0\n" @@ -16,275 +16,288 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: exif/actions.c:56 +#: exif/actions.c:59 #, c-format msgid "Not enough memory." msgstr "Tak cukup memori." -#: exif/actions.c:74 +#: exif/actions.c:77 #, c-format msgid "Setting a value for this tag is unsupported!" msgstr "Mengatur nilai untuk tag ini tak didukung!" -#: exif/actions.c:91 +#: exif/actions.c:94 #, c-format msgid "Too few components specified!" msgstr "Terlalu sedikit komponen yang ditentukan!" -#: exif/actions.c:106 +#: exif/actions.c:109 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Galat internal. Silakan hubungi <%s>." -#: exif/actions.c:143 +#: exif/actions.c:148 #, c-format msgid "Not yet implemented!" msgstr "Belum diimplementasikan!" -#: exif/actions.c:150 +#: exif/actions.c:155 #, c-format msgid "Warning; Too many components specified!" msgstr "Peringatan; Terlalu banyak komponen yang ditentukan!" -#: exif/actions.c:172 +#: exif/actions.c:177 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "Terlalu banyak data EXIF (%i bita). Hanya %i bita yang diizinkan." -#: exif/actions.c:183 exif/actions.c:358 +#: exif/actions.c:188 exif/actions.c:359 #, c-format msgid "Wrote file '%s'." msgstr "Menulis berkas '%s'." -#: exif/actions.c:203 +#: exif/actions.c:208 #, c-format msgid "EXIF entry '%s' " msgstr "Lema EXIF '%s' " -#: exif/actions.c:205 +#: exif/actions.c:210 #, c-format msgid "(0x%x, '%s') " msgstr "(0x%x, '%s') " -#: exif/actions.c:208 +#: exif/actions.c:213 #, c-format msgid "exists in IFD '%s':\n" msgstr "ada di IFD '%s':\n" -#: exif/actions.c:251 +#: exif/actions.c:264 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD '%s' tak berisi tag '%s'!" -#: exif/actions.c:282 -#, c-format -msgid "Could not open '%s' (%m)!" -msgstr "Tak dapat membuka '%s' (%m)!" - -#: exif/actions.c:285 +#: exif/actions.c:294 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Tak dapat membuka '%s' (%s)!" -#: exif/actions.c:295 -#, c-format -msgid "Could not read '%s' (%m)." -msgstr "Tak dapat membaca '%s' (%m)." - -#: exif/actions.c:298 +#: exif/actions.c:303 #, c-format msgid "Could not read '%s' (%s)." msgstr "Tak dapat membaca '%s' (%s)." -#: exif/actions.c:317 +#: exif/actions.c:322 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD '%s' tak berisi tag '%s'." -#: exif/actions.c:323 +#: exif/actions.c:328 #, c-format msgid "'%s' does not contain tag '%s'." msgstr "'%s' tak berisi tag '%s'." -#: exif/actions.c:341 +#: exif/actions.c:346 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "'%s' tak berisi gambar kecil!" -#: exif/actions.c:350 -#, c-format -msgid "Could not open '%s' for writing (%m)!" -msgstr "Tak dapat membuka '%s' untuk ditulis (%m)!" - -#: exif/actions.c:353 +#: exif/actions.c:354 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Tak dapat membuka '%s' untuk ditulis (%s)!" -#: exif/actions.c:371 +#: exif/actions.c:376 #, c-format msgid "EXIF tags in '%s':" msgstr "Tag EXIF di '%s':" -#: exif/actions.c:440 +#: exif/actions.c:472 #, c-format -msgid "Unknown MakerNote format.\n" -msgstr "Format MakerNote tak diketahui.\n" +msgid "Unknown format or nonexistent MakerNote.\n" +msgstr "Format tak diketahui atau MakerNote tak ada.\n" -#: exif/actions.c:447 +#: exif/actions.c:479 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote tak berisi nilai apapun.\n" -#: exif/actions.c:450 +#: exif/actions.c:482 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" msgstr[0] "MakerNote berisi %i nilai:\n" -#: exif/actions.c:460 +#: exif/actions.c:492 msgid "Unknown tag" msgstr "Tag tak diketahui" -#: exif/actions.c:464 +#: exif/actions.c:501 msgid "Unknown value" msgstr "Nilai tak diketahui" -#: exif/actions.c:490 +#: exif/actions.c:525 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "Tag EXIF di '%s' (urutan bita '%s'):" -#: exif/actions.c:495 exif/actions.c:497 +#: exif/actions.c:531 msgid "Tag" msgstr "Tag" -#: exif/actions.c:501 exif/actions.c:503 exif/main.c:199 +#: exif/actions.c:537 msgid "Value" msgstr "Nilai" -#: exif/actions.c:509 +#: exif/actions.c:552 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "Data EXIF berisi gambar kecil (%i bita)." -#: exif/actions.c:545 +#: exif/actions.c:594 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "UkuranGambarKecil\t%i\n" -#: exif/main.c:175 +#: exif/main.c:189 msgid "Display software version" msgstr "Menampilkan versi peranti lunak" -#: exif/main.c:177 +#: exif/main.c:191 msgid "Show IDs instead of tag names" msgstr "Menampilkan ID ketimbang nama tag" -#: exif/main.c:179 +#: exif/main.c:193 msgid "Select tag" msgstr "Pilih tag" -#: exif/main.c:179 +#: exif/main.c:193 msgid "tag" msgstr "tag" -#: exif/main.c:181 +#: exif/main.c:195 msgid "Select IFD" msgstr "Pilih IFD" -#: exif/main.c:181 +#: exif/main.c:195 msgid "IFD" msgstr "IFD" -#: exif/main.c:183 +#: exif/main.c:197 msgid "List all EXIF tags" msgstr "Tampilkan semua tag EXIF" -#: exif/main.c:185 +#: exif/main.c:199 msgid "Show contents of tag MakerNote" msgstr "Tampilkan isi dari tag MakerNote" -#: exif/main.c:187 +#: exif/main.c:201 msgid "Remove tag or ifd" msgstr "Hapus tag atau ifd" -#: exif/main.c:189 +#: exif/main.c:203 msgid "Show description of tag" msgstr "Tampilkan keterangan tag" -#: exif/main.c:191 +#: exif/main.c:205 msgid "Extract thumbnail" msgstr "Ekstrak gambar kecil" -#: exif/main.c:193 +#: exif/main.c:207 msgid "Remove thumbnail" msgstr "Hapus gambar kecil" -#: exif/main.c:195 +#: exif/main.c:209 msgid "Insert FILE as thumbnail" msgstr "Masukkan BERKAS sebagai gambar kecil" -#: exif/main.c:195 exif/main.c:197 +#: exif/main.c:209 exif/main.c:211 msgid "FILE" msgstr "BERKAS" -#: exif/main.c:197 +#: exif/main.c:211 msgid "Write data to FILE" msgstr "Tulis data ke BERKAS" -#: exif/main.c:201 +#: exif/main.c:213 +msgid "Value of tag" +msgstr "Nilai tag" + +#: exif/main.c:215 msgid "Create EXIF data if not existing" msgstr "Membuat data EXIF jika tidak ada" -#: exif/main.c:203 +#: exif/main.c:217 msgid "Output in a machine-readable (tab delimited) format" msgstr "Keluaran dalam format dapat-dibaca-mesin (pembatasan tab)" -#: exif/main.c:206 +#: exif/main.c:220 msgid "Output in a XML format" msgstr "Keluaran dalam format XML" -#: exif/main.c:209 +#: exif/main.c:223 msgid "Show debugging messages" msgstr "Tampilkan pesan awakutu" #: exif/main.c:229 +msgid "Help options:" +msgstr "Opsi bantuan:" + +#: exif/main.c:230 +msgid "Show this help message" +msgstr "Tampilkan pesan bantuan ini" + +#: exif/main.c:231 +msgid "Display brief usage message" +msgstr "Tampilkan pesan singkat penggunaan" + +#: exif/main.c:251 msgid "[OPTION...] file" msgstr "[OPSI...] berkas" -#: exif/main.c:241 +#: exif/main.c:263 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "IFD '%s' tak sah. IFD sah adalah '0', '1', 'EXIF', 'GPS', dan 'Interoperability'." -#: exif/main.c:250 +#: exif/main.c:272 #, c-format msgid "Invalid tag '%s'!" msgstr "Tag tak sah '%s'!" -#: exif/main.c:258 +#: exif/main.c:280 msgid "You need to specify a tag!" msgstr "Anda harus menentukan tag!" -#: exif/main.c:263 +#: exif/main.c:285 msgid "You need to specify an IFD!" msgstr "Anda harus menentukan IFD!" -#: exif/main.c:286 +#: exif/main.c:308 #, c-format msgid "Tag '%s' " msgstr "Tag '%s' " -#: exif/main.c:288 +#: exif/main.c:310 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04x, '%s'): " -#: exif/main.c:338 +#: exif/main.c:368 #, c-format -msgid "'%s' does not contain EXIF data!" -msgstr "'%s' tak berisi data EXIF!" +msgid "'%s' is not readable or does not contain EXIF data!" +msgstr "'%s' tidak dapat dibaca atau tidak berisi data EXIF!" + +#~ msgid "Could not open '%s' (%m)!" +#~ msgstr "Tak dapat membuka '%s' (%m)!" + +#~ msgid "Could not read '%s' (%m)." +#~ msgstr "Tak dapat membaca '%s' (%m)." + +#~ msgid "Could not open '%s' for writing (%m)!" +#~ msgstr "Tak dapat membuka '%s' untuk ditulis (%m)!" + +#~ msgid "Unknown MakerNote format.\n" +#~ msgstr "Format MakerNote tak diketahui.\n" #~ msgid "Please specify a tag!" #~ msgstr "Silakan tentukan tag!" Index: da.po =================================================================== RCS file: /cvsroot/libexif/exif/po/da.po,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -d -r1.4 -r1.5 --- da.po 14 Apr 2009 05:53:50 -0000 1.4 +++ da.po 18 Sep 2009 04:30:45 -0000 1.5 @@ -10,10 +10,10 @@ # msgid "" msgstr "" -"Project-Id-Version: exif-0.6.17\n" +"Project-Id-Version: exif-0.6.18-pre1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-06 01:03-0800\n" -"PO-Revision-Date: 2009-04-13 00:00+0000\n" +"POT-Creation-Date: 2009-09-16 22:23-0700\n" +"PO-Revision-Date: 2009-09-17 00:00+0000\n" "Last-Translator: Joe Hansen <joe...@ya...>\n" "Language-Team: Danish <da...@da...>\n" "MIME-Version: 1.0\n" @@ -21,276 +21,289 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: exif/actions.c:56 +#: exif/actions.c:59 #, c-format msgid "Not enough memory." msgstr "Ikke nok hukommelse." -#: exif/actions.c:74 +#: exif/actions.c:77 #, c-format msgid "Setting a value for this tag is unsupported!" msgstr "Indstilling af en værdi for dette mærke er ikke understøttet!" -#: exif/actions.c:91 +#: exif/actions.c:94 #, c-format msgid "Too few components specified!" msgstr "For fÃ¥ komponenter angivet!" -#: exif/actions.c:106 +#: exif/actions.c:109 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Intern fejl. Kontakt venligst <%s>." -#: exif/actions.c:143 +#: exif/actions.c:148 #, c-format msgid "Not yet implemented!" msgstr "Ikke implementeret endnu!" -#: exif/actions.c:150 +#: exif/actions.c:155 #, c-format msgid "Warning; Too many components specified!" msgstr "Advarsel; for mange komponenter angivet!" -#: exif/actions.c:172 +#: exif/actions.c:177 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "For megen EXIF-data (%i byte). Kun %i byte er tilladt." -#: exif/actions.c:183 exif/actions.c:358 +#: exif/actions.c:188 exif/actions.c:359 #, c-format msgid "Wrote file '%s'." msgstr "Skrev fil '%s'." -#: exif/actions.c:203 +#: exif/actions.c:208 #, c-format msgid "EXIF entry '%s' " msgstr "EXIF-post '%s' " -#: exif/actions.c:205 +#: exif/actions.c:210 #, c-format msgid "(0x%x, '%s') " msgstr "(0x%x, '%s') " -#: exif/actions.c:208 +#: exif/actions.c:213 #, c-format msgid "exists in IFD '%s':\n" msgstr "eksisterer i IFD '%s':\n" -#: exif/actions.c:251 +#: exif/actions.c:264 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD '%s' indeholder ikke et mærke '%s'!" -#: exif/actions.c:282 -#, c-format -msgid "Could not open '%s' (%m)!" -msgstr "Kunne ikke Ã¥bne '%s' (%m)!" - -#: exif/actions.c:285 +#: exif/actions.c:294 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Kunne ikke Ã¥bne '%s' (%s)!" -#: exif/actions.c:295 -#, c-format -msgid "Could not read '%s' (%m)." -msgstr "Kunne ikke læse '%s' (%m)." - -#: exif/actions.c:298 +#: exif/actions.c:303 #, c-format msgid "Could not read '%s' (%s)." msgstr "Kunne ikke læse '%s' (%s)." -#: exif/actions.c:317 +#: exif/actions.c:322 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD '%s' indeholder ikke mærke '%s'." -#: exif/actions.c:323 +#: exif/actions.c:328 #, c-format msgid "'%s' does not contain tag '%s'." msgstr "'%s' indeholder ikke mærke '%s'." -#: exif/actions.c:341 +#: exif/actions.c:346 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "'%s' indeholder ikke en miniature!" -#: exif/actions.c:350 -#, c-format -msgid "Could not open '%s' for writing (%m)!" -msgstr "Kunne ikke Ã¥bne '%s' til skrivning (%m)!" - -#: exif/actions.c:353 +#: exif/actions.c:354 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Ikke ikke Ã¥bne '%s' til skrivning (%s)!" -#: exif/actions.c:371 +#: exif/actions.c:376 #, c-format msgid "EXIF tags in '%s':" msgstr "EXIF-mærker i '%s':" -#: exif/actions.c:440 +#: exif/actions.c:472 #, c-format -msgid "Unknown MakerNote format.\n" -msgstr "Ukendt MakerNote-format.\n" +msgid "Unknown format or nonexistent MakerNote.\n" +msgstr "Ukendt format eller ikkeeksisterende MakerNote.\n" -#: exif/actions.c:447 +#: exif/actions.c:479 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote indeholder ingen værdier.\n" -#: exif/actions.c:450 +#: exif/actions.c:482 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" msgstr[0] "MakerNote indeholder %i værdi:\n" msgstr[1] "MakerNote indeholder %i værdier:\n" -#: exif/actions.c:460 +#: exif/actions.c:492 msgid "Unknown tag" msgstr "Ukendt mærke" -#: exif/actions.c:464 +#: exif/actions.c:501 msgid "Unknown value" msgstr "Ukendt værdi" -#: exif/actions.c:490 +#: exif/actions.c:525 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "EXIF-mærke i '%s' ('%s' byte orden):" -#: exif/actions.c:495 exif/actions.c:497 +#: exif/actions.c:531 msgid "Tag" msgstr "Mærke" -#: exif/actions.c:501 exif/actions.c:503 exif/main.c:199 +#: exif/actions.c:537 msgid "Value" msgstr "Værdi" -#: exif/actions.c:509 +#: exif/actions.c:552 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "EXIF-data indeholder en miniature (%i byte)." -#: exif/actions.c:545 +#: exif/actions.c:594 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "MiniatureStørrelse\t%i\n" -#: exif/main.c:175 +#: exif/main.c:189 msgid "Display software version" msgstr "Vis softwareversion" -#: exif/main.c:177 +#: exif/main.c:191 msgid "Show IDs instead of tag names" msgstr "Vis ID'er i steden for mærkenavne" -#: exif/main.c:179 +#: exif/main.c:193 msgid "Select tag" msgstr "Vælg mærke" -#: exif/main.c:179 +#: exif/main.c:193 msgid "tag" msgstr "mærke" -#: exif/main.c:181 +#: exif/main.c:195 msgid "Select IFD" msgstr "Vælg IFD" -#: exif/main.c:181 +#: exif/main.c:195 msgid "IFD" msgstr "IFD" -#: exif/main.c:183 +#: exif/main.c:197 msgid "List all EXIF tags" msgstr "Vis alle EXIF-mærker" -#: exif/main.c:185 +#: exif/main.c:199 msgid "Show contents of tag MakerNote" msgstr "Vis indhold af mærke MakerNote" -#: exif/main.c:187 +#: exif/main.c:201 msgid "Remove tag or ifd" msgstr "Fjern mærke eller ifd" -#: exif/main.c:189 +#: exif/main.c:203 msgid "Show description of tag" msgstr "Vis beskrivelse af mærke" -#: exif/main.c:191 +#: exif/main.c:205 msgid "Extract thumbnail" msgstr "Udtræk miniature" -#: exif/main.c:193 +#: exif/main.c:207 msgid "Remove thumbnail" msgstr "Fjern miniature" -#: exif/main.c:195 +#: exif/main.c:209 msgid "Insert FILE as thumbnail" msgstr "Indæst FIl som miniature" -#: exif/main.c:195 exif/main.c:197 +#: exif/main.c:209 exif/main.c:211 msgid "FILE" msgstr "FIL" -#: exif/main.c:197 +#: exif/main.c:211 msgid "Write data to FILE" msgstr "Skriv data til FIL" -#: exif/main.c:201 +#: exif/main.c:213 +msgid "Value of tag" +msgstr "Værdi af mærke" + +#: exif/main.c:215 msgid "Create EXIF data if not existing" msgstr "Opret EXIF-data hvis de ikke eksisterer" -#: exif/main.c:203 +#: exif/main.c:217 msgid "Output in a machine-readable (tab delimited) format" msgstr "Uddata i maskinlæsbart format (faneblad afgrænset)" -#: exif/main.c:206 +#: exif/main.c:220 msgid "Output in a XML format" msgstr "Uddata i XML-format" -#: exif/main.c:209 +#: exif/main.c:223 msgid "Show debugging messages" msgstr "Vis fejlsøgningsbeskeder" #: exif/main.c:229 +msgid "Help options:" +msgstr "Hjælpindstillinger:" + +#: exif/main.c:230 +msgid "Show this help message" +msgstr "Vis denne hjælpebesked" + +#: exif/main.c:231 +msgid "Display brief usage message" +msgstr "Vis kort anvendelsesbesked" + +#: exif/main.c:251 msgid "[OPTION...] file" msgstr "[INDSTILLING...] fil" -#: exif/main.c:241 +#: exif/main.c:263 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "Ugyldig IFD '%s'. Gyldige IFD'er er '0', '1', 'EXIF', 'GPS', og 'Interoperability'." -#: exif/main.c:250 +#: exif/main.c:272 #, c-format msgid "Invalid tag '%s'!" msgstr "Ugyldig mærke '%s'!" -#: exif/main.c:258 +#: exif/main.c:280 msgid "You need to specify a tag!" msgstr "Du skal angive et mærke!" -#: exif/main.c:263 +#: exif/main.c:285 msgid "You need to specify an IFD!" msgstr "Du skal angive en IFD!" -#: exif/main.c:286 +#: exif/main.c:308 #, c-format msgid "Tag '%s' " msgstr "Mærke '%s' " -#: exif/main.c:288 +#: exif/main.c:310 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04x, '%s'): " -#: exif/main.c:338 +#: exif/main.c:368 #, c-format -msgid "'%s' does not contain EXIF data!" -msgstr "'%s' indeholder ikke EXIF-data!" +msgid "'%s' is not readable or does not contain EXIF data!" +msgstr "'%s' kan ikke læses eller indeholder ikke EXIF-data!" + +#~ msgid "Could not open '%s' (%m)!" +#~ msgstr "Kunne ikke Ã¥bne '%s' (%m)!" + +#~ msgid "Could not read '%s' (%m)." +#~ msgstr "Kunne ikke læse '%s' (%m)." + +#~ msgid "Could not open '%s' for writing (%m)!" +#~ msgstr "Kunne ikke Ã¥bne '%s' til skrivning (%m)!" + +#~ msgid "Unknown MakerNote format.\n" +#~ msgstr "Ukendt MakerNote-format.\n" #~ msgid "Please specify a tag!" #~ msgstr "Vælg venligst et mærke!" Index: nl.po =================================================================== RCS file: /cvsroot/libexif/exif/po/nl.po,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- nl.po 18 Nov 2008 20:33:39 -0000 1.3 +++ nl.po 18 Sep 2009 04:30:45 -0000 1.4 @@ -1,14 +1,14 @@ # translation of nl.po to Dutch -# Copyright (C) 2008 Lutz Müller and others +# Copyright (C) 2009 Lutz Müller and others # This file is distributed under the same license as the exif package. # # Erwin Poeze <erw...@gm...>, 2008. msgid "" msgstr "" -"Project-Id-Version: exif-0.6.17\n" +"Project-Id-Version: exif-0.6.18-pre1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-06 01:03-0800\n" -"PO-Revision-Date: 2008-11-18 16:45+0100\n" +"POT-Creation-Date: 2009-09-16 22:23-0700\n" +"PO-Revision-Date: 2009-09-17 08:49+0100\n" "Last-Translator: Erwin Poeze <erw...@gm...>\n" "Language-Team: Dutch <ver...@vr...>\n" "MIME-Version: 1.0\n" @@ -16,276 +16,289 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: exif/actions.c:56 +#: exif/actions.c:59 #, c-format msgid "Not enough memory." msgstr "Onvoldoende geheugen." -#: exif/actions.c:74 +#: exif/actions.c:77 #, c-format msgid "Setting a value for this tag is unsupported!" msgstr "Een waarde kiezen voor dit label wordt niet ondersteund!" -#: exif/actions.c:91 +#: exif/actions.c:94 #, c-format msgid "Too few components specified!" msgstr "Te weinig componenten opgegeven!" -#: exif/actions.c:106 +#: exif/actions.c:109 #, c-format msgid "Internal error. Please contact <%s>." msgstr "Interne fout. Neem contact op met <%s>." -#: exif/actions.c:143 +#: exif/actions.c:148 #, c-format msgid "Not yet implemented!" msgstr "Nog niet geïmplementeerd!" -#: exif/actions.c:150 +#: exif/actions.c:155 #, c-format msgid "Warning; Too many components specified!" msgstr "Waarschuwing; te weinig componenten opgegeven!" -#: exif/actions.c:172 +#: exif/actions.c:177 #, c-format msgid "Too much EXIF data (%i bytes). Only %i bytes are allowed." msgstr "Te veel EXIF-gegevens (%i bytes). Slechts %i bytes toegestaan." -#: exif/actions.c:183 exif/actions.c:358 +#: exif/actions.c:188 exif/actions.c:359 #, c-format msgid "Wrote file '%s'." msgstr "Bestand '%s' is aangemaakt." -#: exif/actions.c:203 +#: exif/actions.c:208 #, c-format msgid "EXIF entry '%s' " msgstr "EXIF-invoer '%s' " -#: exif/actions.c:205 +#: exif/actions.c:210 #, c-format msgid "(0x%x, '%s') " msgstr "(0x%x, '%s') " -#: exif/actions.c:208 +#: exif/actions.c:213 #, c-format msgid "exists in IFD '%s':\n" msgstr "bestaat in IFD '%s':\n" -#: exif/actions.c:251 +#: exif/actions.c:264 #, c-format msgid "IFD '%s' does not contain a tag '%s'!" msgstr "IFD '%s' bevat geen label '%s'!" -#: exif/actions.c:282 -#, c-format -msgid "Could not open '%s' (%m)!" -msgstr "Kon '%s' niet openen (%m)!" - -#: exif/actions.c:285 +#: exif/actions.c:294 #, c-format msgid "Could not open '%s' (%s)!" msgstr "Kon '%s' niet openen (%s)!" -#: exif/actions.c:295 -#, c-format -msgid "Could not read '%s' (%m)." -msgstr "Kon '%s' niet lezen (%m)!" - -#: exif/actions.c:298 +#: exif/actions.c:303 #, c-format msgid "Could not read '%s' (%s)." msgstr "Kon '%s' niet lezen (%s)." -#: exif/actions.c:317 +#: exif/actions.c:322 #, c-format msgid "IFD '%s' does not contain tag '%s'." msgstr "IFD '%s' bevat geen label '%s'." -#: exif/actions.c:323 +#: exif/actions.c:328 #, c-format msgid "'%s' does not contain tag '%s'." msgstr "'%s' bevat geen label '%s'." -#: exif/actions.c:341 +#: exif/actions.c:346 #, c-format msgid "'%s' does not contain a thumbnail!" msgstr "'%s' bevat geen miniatuur!" -#: exif/actions.c:350 -#, c-format -msgid "Could not open '%s' for writing (%m)!" -msgstr "Kon '%s' niet openen om naar te schrijven (%m)!" - -#: exif/actions.c:353 +#: exif/actions.c:354 #, c-format msgid "Could not open '%s' for writing (%s)!" msgstr "Kon '%s' niet openen om naar te schrijven (%s)!" -#: exif/actions.c:371 +#: exif/actions.c:376 #, c-format msgid "EXIF tags in '%s':" msgstr "EXIF-labels in '%s':" -#: exif/actions.c:440 +#: exif/actions.c:472 #, c-format -msgid "Unknown MakerNote format.\n" -msgstr "Onbekend formaat van MakerNote.\n" +msgid "Unknown format or nonexistent MakerNote.\n" +msgstr "MakerNote bestaat niet of is ongeldig.\n" -#: exif/actions.c:447 +#: exif/actions.c:479 #, c-format msgid "MakerNote does not contain any value.\n" msgstr "MakerNote bevat geen waarde.\n" -#: exif/actions.c:450 +#: exif/actions.c:482 #, c-format msgid "MakerNote contains %i value:\n" msgid_plural "MakerNote contains %i values:\n" msgstr[0] "MakerNote bevat één waarde:\n" msgstr[1] "MakerNote bevat %i waarden:\n" -#: exif/actions.c:460 +#: exif/actions.c:492 msgid "Unknown tag" msgstr "Onbekend label" -#: exif/actions.c:464 +#: exif/actions.c:501 msgid "Unknown value" msgstr "Onbekende waarde" -#: exif/actions.c:490 +#: exif/actions.c:525 #, c-format msgid "EXIF tags in '%s' ('%s' byte order):" msgstr "EXIF-labels in '%s' ('%s' byte-volgorde):" -#: exif/actions.c:495 exif/actions.c:497 +#: exif/actions.c:531 msgid "Tag" msgstr "Label" -#: exif/actions.c:501 exif/actions.c:503 exif/main.c:199 +#: exif/actions.c:537 msgid "Value" msgstr "waarde" -#: exif/actions.c:509 +#: exif/actions.c:552 #, c-format msgid "EXIF data contains a thumbnail (%i bytes)." msgstr "EXIF-gegevens bevatten een miniatuur (%i bytes)." -#: exif/actions.c:545 +#: exif/actions.c:594 #, c-format msgid "ThumbnailSize\t%i\n" msgstr "Miniatuurgrootte\t%i\n" -#: exif/main.c:175 +#: exif/main.c:189 msgid "Display software version" msgstr "programmaversie tonen" -#: exif/main.c:177 +#: exif/main.c:191 msgid "Show IDs instead of tag names" msgstr "ID's in plaats van labelnamen tonen" -#: exif/main.c:179 +#: exif/main.c:193 msgid "Select tag" msgstr "dit label selecteren" -#: exif/main.c:179 +#: exif/main.c:193 msgid "tag" msgstr "label" -#: exif/main.c:181 +#: exif/main.c:195 msgid "Select IFD" msgstr "deze IFD selecteren" -#: exif/main.c:181 +#: exif/main.c:195 msgid "IFD" msgstr "IFD" -#: exif/main.c:183 +#: exif/main.c:197 msgid "List all EXIF tags" msgstr "Alle EXIF-labels tonen" -#: exif/main.c:185 +#: exif/main.c:199 msgid "Show contents of tag MakerNote" msgstr "inhoud van het label MakerNote tonen" -#: exif/main.c:187 +#: exif/main.c:201 msgid "Remove tag or ifd" msgstr "label of IFD verwijderen" -#: exif/main.c:189 +#: exif/main.c:203 msgid "Show description of tag" msgstr "beschrijving van label tonen" -#: exif/main.c:191 +#: exif/main.c:205 msgid "Extract thumbnail" msgstr "miniatuur uitlezen" -#: exif/main.c:193 +#: exif/main.c:207 msgid "Remove thumbnail" msgstr "miniatuur verwijderen" -#: exif/main.c:195 +#: exif/main.c:209 msgid "Insert FILE as thumbnail" msgstr "BESTAND als miniatuur toevoegen" -#: exif/main.c:195 exif/main.c:197 +#: exif/main.c:209 exif/main.c:211 msgid "FILE" msgstr "BESTAND" -#: exif/main.c:197 +#: exif/main.c:211 msgid "Write data to FILE" msgstr "gegevens naar BESTAND schrijven" -#: exif/main.c:201 +#: exif/main.c:213 +msgid "Value of tag" +msgstr "Labelwaarde" + +#: exif/main.c:215 msgid "Create EXIF data if not existing" msgstr "EXIF-gegevens aanmaken als ze ontbreken" -#: exif/main.c:203 +#: exif/main.c:217 msgid "Output in a machine-readable (tab delimited) format" msgstr "machineleesbare uitvoer produceren (tabgescheiden)" -#: exif/main.c:206 +#: exif/main.c:220 msgid "Output in a XML format" msgstr "XML-uitvoer produceren" -#: exif/main.c:209 +#: exif/main.c:223 msgid "Show debugging messages" msgstr "debugmeldingen tonen" #: exif/main.c:229 +msgid "Help options:" +msgstr "Hulpopties:" + +#: exif/main.c:230 +msgid "Show this help message" +msgstr "Deze hulptekst tonen" + +#: exif/main.c:231 +msgid "Display brief usage message" +msgstr "Korte gebruikstekst tonen" + +#: exif/main.c:251 msgid "[OPTION...] file" msgstr "[OPTIE...] bestand" -#: exif/main.c:241 +#: exif/main.c:263 #, c-format msgid "Invalid IFD '%s'. Valid IFDs are '0', '1', 'EXIF', 'GPS', and 'Interoperability'." msgstr "Ongeldige IFD '%s'. Geldige IFD's zijn '0', '1', 'EXIF', 'GPS' en 'Interoperability'." -#: exif/main.c:250 +#: exif/main.c:272 #, c-format msgid "Invalid tag '%s'!" msgstr "Ongeldig label '%s'!" -#: exif/main.c:258 +#: exif/main.c:280 msgid "You need to specify a tag!" msgstr "Het is nodig een label op te geven." -#: exif/main.c:263 +#: exif/main.c:285 msgid "You need to specify an IFD!" msgstr "Het is nodig een IFD op te geven." -#: exif/main.c:286 +#: exif/main.c:308 #, c-format msgid "Tag '%s' " msgstr "Label '%s' " -#: exif/main.c:288 +#: exif/main.c:310 #, c-format msgid "(0x%04x, '%s'): " msgstr "(0x%04x, '%s'): " -#: exif/main.c:338 +#: exif/main.c:368 #, c-format -msgid "'%s' does not contain EXIF data!" -msgstr "'%s' bevat geen EXIF-gegevens." +msgid "'%s' is not readable or does not contain EXIF data!" +msgstr "'%s' is niet leesbaar of bevat geen EXIF-gegevens!" + +#~ msgid "Could not open '%s' (%m)!" +#~ msgstr "Kon '%s' niet openen (%m)!" + +#~ msgid "Could not read '%s' (%m)." +#~ msgstr "Kon '%s' niet lezen (%m)!" + +#~ msgid "Could not open '%s' for writing (%m)!" +#~ msgstr "Kon '%s' niet openen om naar te schrijven (%m)!" + +#~ msgid "Unknown MakerNote format.\n" +#~ msgstr "Onbekend formaat van MakerNote.\n" #~ msgid "Please specify a tag!" #~ msgstr "Geef alstublieft een tag op." |
From: Dan F. <dfa...@us...> - 2009-09-18 04:30:55
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10435 Modified Files: ChangeLog Log Message: po/da.po: Updated Danish translation by Joe Hansen po/id.po: Updated Indonesian translation by Andhika Padmawan po/nl.po: Updated Dutch translation by Erwin Poeze po/pl.po: Updated Polish translation by Jakub Bogusz Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -p -d -r1.91 -r1.92 --- ChangeLog 16 Sep 2009 22:35:48 -0000 1.91 +++ ChangeLog 18 Sep 2009 04:30:43 -0000 1.92 @@ -1,3 +1,10 @@ +2009-09-17 Dan Fandrich <da...@co...> + + * po/da.po: Updated Danish translation by Joe Hansen + * po/id.po: Updated Indonesian translation by Andhika Padmawan + * po/nl.po: Updated Dutch translation by Erwin Poeze + * po/pl.po: Updated Polish translation by Jakub Bogusz + 2009-09-03 Dan Fandrich <da...@co...> * po/is.po: Added Icelandic translation by Sveinn í Felli |
From: Dan F. <dfa...@us...> - 2009-09-17 22:33:18
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7056/libexif Modified Files: exif-entry.c exif-format.c Log Message: Make a few format strings untranslatable. Made some Canon MakerNote entries translatable. Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.132 retrieving revision 1.133 diff -u -p -d -r1.132 -r1.133 --- exif-entry.c 13 Aug 2009 07:56:37 -0000 1.132 +++ exif-entry.c 17 Sep 2009 22:32:59 -0000 1.133 @@ -1045,9 +1045,9 @@ exif_entry_get_value (ExifEntry *e, char } d = (double) v_rat.numerator / (double) v_rat.denominator; if (d < 1) - snprintf (val, maxlen, _("1/%d"), (int) (0.5 + 1. / d)); + snprintf (val, maxlen, _("1/%i"), (int) (0.5 + 1. / d)); else - snprintf (val, maxlen, _("%d"), (int) d); + snprintf (val, maxlen, "%i", (int) d); if (maxlen > strlen (val) + strlen (_(" sec."))) strncat (val, _(" sec."), maxlen - strlen (val) - 1); break; Index: exif-format.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-format.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- exif-format.c 17 Feb 2008 18:31:55 -0000 1.16 +++ exif-format.c 17 Sep 2009 22:32:59 -0000 1.17 @@ -31,7 +31,7 @@ static const struct { unsigned char size; } ExifFormatTable[] = { {EXIF_FORMAT_BYTE, N_("Byte"), 1}, - {EXIF_FORMAT_ASCII, N_("Ascii"), 1}, + {EXIF_FORMAT_ASCII, N_("ASCII"), 1}, {EXIF_FORMAT_SHORT, N_("Short"), 2}, {EXIF_FORMAT_LONG, N_("Long"), 4}, {EXIF_FORMAT_RATIONAL, N_("Rational"), 8}, |
From: Dan F. <dfa...@us...> - 2009-09-17 22:33:18
|
Update of /cvsroot/libexif/libexif/libexif/canon In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7056/libexif/canon Modified Files: mnote-canon-entry.c Log Message: Make a few format strings untranslatable. Made some Canon MakerNote entries translatable. Index: mnote-canon-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/canon/mnote-canon-entry.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -d -r1.29 -r1.30 --- mnote-canon-entry.c 29 May 2009 04:43:41 -0000 1.29 +++ mnote-canon-entry.c 17 Sep 2009 22:33:01 -0000 1.30 @@ -486,9 +486,9 @@ canon_search_table_bitfield (const struc for (i = j; table[i].name && (table[i].subtag == t); i++) { bit = table[i].value; if ((vs >> bit) & 1) { - strncat(val, table[i].name, maxlen - strlen (val)); + strncat(val, _(table[i].name), maxlen - strlen (val)); if (bit != lastbit) - strncat (val, N_(", "), maxlen - strlen (val)); + strncat (val, _(", "), maxlen - strlen (val)); } } } else { @@ -579,7 +579,7 @@ mnote_canon_entry_get_value (const Mnote case 15: if (((vs & 0xC000) == 0x4000) && (vs != 0x7FFF)) { /* Canon S3 IS - directly specified value */ - snprintf (val, maxlen, _("%i"), vs & ~0x4000); + snprintf (val, maxlen, "%i", vs & ~0x4000); } else { /* Standard Canon - index into lookup table */ canon_search_table_value (entries_settings_1, t, vs, val, maxlen); @@ -652,9 +652,9 @@ mnote_canon_entry_get_value (const Mnote case 21: d = apex_value_to_shutter_speed ((ExifSShort)vs / 32.0); if (d < 1) - snprintf (val, maxlen, _("1/%d"),(int)(1.0 / d)); + snprintf (val, maxlen, _("1/%i"),(int)(1.0 / d)); else - snprintf (val, maxlen, _("%d"), (int) d); + snprintf (val, maxlen, "%i", (int) d); break; case 8: snprintf (val, maxlen, "%u", vs); |
From: Dan F. <dfa...@us...> - 2009-09-17 22:33:16
|
Update of /cvsroot/libexif/libexif/libexif/olympus In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7056/libexif/olympus Modified Files: mnote-olympus-entry.c Log Message: Make a few format strings untranslatable. Made some Canon MakerNote entries translatable. Index: mnote-olympus-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/olympus/mnote-olympus-entry.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -d -r1.49 -r1.50 --- mnote-olympus-entry.c 31 Jan 2009 23:36:18 -0000 1.49 +++ mnote-olympus-entry.c 17 Sep 2009 22:33:01 -0000 1.50 @@ -594,7 +594,7 @@ mnote_olympus_entry_get_value (MnoteOlym strncpy (v, _("panorama"), maxlen); break; default: - snprintf (v, maxlen, _("%li"), (long int) vl); + snprintf (v, maxlen, "%li", (long int) vl); } vl = exif_get_long (entry->data + 4, entry->order); snprintf (buf, sizeof (buf), "/%li/", (long int) vl); @@ -614,7 +614,7 @@ mnote_olympus_entry_get_value (MnoteOlym strncat (v, _("top to bottom"), maxlen - strlen (v)); break; default: - snprintf (buf, sizeof (buf), _("%li"), + snprintf (buf, sizeof (buf), "%li", (long int) vl); strncat (v, buf, maxlen - strlen (v)); } |
From: Dan F. <dfa...@us...> - 2009-09-17 05:40:33
|
Update of /cvsroot/libexif/libexif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29866/po Modified Files: en_CA.po Log Message: po/en_CA.po: Updated Canadian English translation Index: en_CA.po =================================================================== RCS file: /cvsroot/libexif/libexif/po/en_CA.po,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- en_CA.po 9 Jan 2009 05:26:15 -0000 1.8 +++ en_CA.po 17 Sep 2009 05:40:19 -0000 1.9 @@ -1,13 +1,13 @@ # libexif translation into Canadian English # Copyright (C) 2007 Lutz Mueller and others # This file is distributed under the same license as the libexif package. -# Dan Fandrich <da...@co...>, 2007. +# Dan Fandrich <da...@co...>, 2007-2009. # msgid "" msgstr "" -"Project-Id-Version: libexif 0.6.16.2\n" +"Project-Id-Version: libexif 0.6.17.1\n" "Report-Msgid-Bugs-To: \n" [...4280 lines suppressed...] +msgid "Flash Distance" +msgstr "" + +#: libexif/pentax/mnote-pentax-tag.c:132 +msgid "Bestshot Mode" +msgstr "" + +#: libexif/pentax/mnote-pentax-tag.c:133 +msgid "CCS ISO Sensitivity" +msgstr "" + +#: libexif/pentax/mnote-pentax-tag.c:135 +msgid "Enhancement" +msgstr "" + +#: libexif/pentax/mnote-pentax-tag.c:136 +msgid "Finer" msgstr "" #: test/nls/test-nls.c:20 test/nls/test-nls.c:23 test/nls/test-nls.c:24 |
From: Dan F. <dfa...@us...> - 2009-09-17 05:40:33
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29866 Modified Files: ChangeLog Log Message: po/en_CA.po: Updated Canadian English translation Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.311 retrieving revision 1.312 diff -u -p -d -r1.311 -r1.312 --- ChangeLog 12 Aug 2009 21:38:31 -0000 1.311 +++ ChangeLog 17 Sep 2009 05:40:15 -0000 1.312 @@ -1,3 +1,7 @@ +2009-09-16 Dan Fandrich <da...@co...> + + * po/en_CA.po: Updated Canadian English translation + 2009-08-12 Lutz Mueller <lu...@us...> Patch by Vladimir Petrov <vpp...@mm...> plus some whitespace |
From: Dan F. <dfa...@us...> - 2009-09-16 22:36:01
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22799 Modified Files: ChangeLog Log Message: Trivial comment changes Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -u -p -d -r1.90 -r1.91 --- ChangeLog 3 Sep 2009 17:20:22 -0000 1.90 +++ ChangeLog 16 Sep 2009 22:35:48 -0000 1.91 @@ -81,7 +81,7 @@ 2008-04-10 Dan Fandrich <da...@co...> - Added Slovak translation by Ivan Masár + Added Slovak translation by Ivan Masár 2008-03-27 Dan Fandrich <da...@co...> |
From: Dan F. <dfa...@us...> - 2009-09-16 22:36:01
|
Update of /cvsroot/libexif/exif/libjpeg In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22799/libjpeg Modified Files: jpeg-data.c Log Message: Trivial comment changes Index: jpeg-data.c =================================================================== RCS file: /cvsroot/libexif/exif/libjpeg/jpeg-data.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -d -r1.20 -r1.21 --- jpeg-data.c 10 Feb 2008 05:25:07 -0000 1.20 +++ jpeg-data.c 16 Sep 2009 22:35:50 -0000 1.21 @@ -86,7 +86,7 @@ jpeg_data_append_section (JPEGData *data data->count++; } -/* jpeg_data_save_file returns 1 on succes, 0 on failure */ +/*! jpeg_data_save_file returns 1 on success, 0 on failure */ int jpeg_data_save_file (JPEGData *data, const char *path) { |
From: Dan F. <dfa...@us...> - 2009-09-03 17:20:39
|
Update of /cvsroot/libexif/exif/po In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20289/po Added Files: is.po Log Message: po/is.po: Added Icelandic translation by Sveinn à Felli --- NEW FILE: is.po --- (This appears to be a binary file; contents omitted.) |
From: Dan F. <dfa...@us...> - 2009-09-03 17:20:35
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20289 Modified Files: ChangeLog NEWS configure.ac Log Message: po/is.po: Added Icelandic translation by Sveinn à Felli Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -d -r1.28 -r1.29 --- NEWS 14 Apr 2009 05:53:48 -0000 1.28 +++ NEWS 3 Sep 2009 17:20:22 -0000 1.29 @@ -1,5 +1,5 @@ exif-0.6.x: - * Added translations: it, lv + * Added translations: is, it, lv * Updated translations: da, id, nl, pl, sk, sv, vi, zh_CN * Fixed alignment of tables in locales with multibyte character encoding (bug #2034873) Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -d -r1.26 -r1.27 --- configure.ac 14 Apr 2009 05:53:48 -0000 1.26 +++ configure.ac 3 Sep 2009 17:20:22 -0000 1.27 @@ -39,7 +39,7 @@ GP_PKG_CONFIG # i18n support # --------------------------------------------------------------------------- GP_GETTEXT_HACK([${PACKAGE}],[Lutz Mueller and others]) -ALL_LINGUAS="da de es fr id it lv nl pl sk sv vi zh_CN" +ALL_LINGUAS="da de es fr id is it lv nl pl sk sv vi zh_CN" AM_GNU_GETTEXT_VERSION([0.14.1]) AM_GNU_GETTEXT([external]) AM_PO_SUBDIRS() Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.89 retrieving revision 1.90 diff -u -p -d -r1.89 -r1.90 --- ChangeLog 14 Apr 2009 05:57:22 -0000 1.89 +++ ChangeLog 3 Sep 2009 17:20:22 -0000 1.90 @@ -1,3 +1,7 @@ +2009-09-03 Dan Fandrich <da...@co...> + + * po/is.po: Added Icelandic translation by Sveinn í Felli + 2009-04-13 Dan Fandrich <da...@co...> * po/lv.po: Added Latvian translation by Rihards Prieditis @@ -31,7 +35,7 @@ 2008-11-25 Dan Fandrich <da...@co...> - * po/sk.po: Updated Slovak translation by Ivan Masár + * po/sk.po: Updated Slovak translation by Ivan Masár 2008-11-21 Dan Fandrich <da...@co...> |
From: Dan F. <dfa...@us...> - 2009-08-26 21:45:01
|
Update of /cvsroot/libexif/libexif/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19643 Modified Files: Doxyfile-internals.in Doxyfile.in Makefile.am Added Files: footer.html Log Message: Modified the footer on Doxygen-generated pages to add the SourceForge logo. Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- Makefile.am 17 Oct 2007 02:58:49 -0000 1.15 +++ Makefile.am 26 Aug 2009 21:44:46 -0000 1.16 @@ -95,7 +95,7 @@ endif # BUILD_DOCS # Common part ######################################################################## -EXTRA_DIST = Doxyfile.in Doxyfile-internals.in README.apidocs $(HTML_APIDOC_DIR).tar.gz +EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz doc_DATA = $(DOXYGEN_FILES) Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- Doxyfile.in 2 Dec 2008 19:59:03 -0000 1.11 +++ Doxyfile.in 26 Aug 2009 21:44:46 -0000 1.12 @@ -628,7 +628,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = @srcdir@/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to --- NEW FILE: footer.html --- <hr size="1"> <address style="text-align: right;"> <a href="http://sourceforge.net" title="Hosted by SourceForge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=12272&type=1" width="88" height="31" border="0" align="top" alt="SourceForge.net Logo" /></a> <small>Generated by <a href="http://www.doxygen.org/"><img src="doxygen.png" alt="doxygen" align="middle" border="0"> </a> </small></address> </body> </html> Index: Doxyfile-internals.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- Doxyfile-internals.in 2 Dec 2008 19:59:03 -0000 1.7 +++ Doxyfile-internals.in 26 Aug 2009 21:44:46 -0000 1.8 @@ -628,7 +628,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = @srcdir@/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to |
From: Dan F. <dfa...@us...> - 2009-08-13 07:56:56
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22430/libexif Modified Files: exif-entry.c Log Message: Decode EXIF_TAG_ISO_SPEED_RATINGS as an integer, not an enumerated type. Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.131 retrieving revision 1.132 diff -u -p -d -r1.131 -r1.132 --- exif-entry.c 12 Aug 2009 21:38:33 -0000 1.131 +++ exif-entry.c 13 Aug 2009 07:56:37 -0000 1.132 @@ -1311,7 +1311,6 @@ exif_entry_get_value (ExifEntry *e, char case EXIF_TAG_SATURATION: case EXIF_TAG_CONTRAST: case EXIF_TAG_SHARPNESS: - case EXIF_TAG_ISO_SPEED_RATINGS: CF (e, EXIF_FORMAT_SHORT, val, maxlen); CC (e, 1, val, maxlen); v_short = exif_get_short (e->data, o); |
From: Lutz M. <lu...@us...> - 2009-08-12 21:38:47
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21405 Modified Files: ChangeLog Log Message: 2009-08-12 Lutz Mueller <lu...@us...> Patch by Vladimir Petrov <vpp...@mm...> plus some whitespace fixes by myself: * libexif/exif-entry.c: (exif_entry_[fix,get_value,initialize]): Support EXIF_TAG_ISO_SPEED_RATINGS. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.310 retrieving revision 1.311 diff -u -p -d -r1.310 -r1.311 --- ChangeLog 16 Jun 2009 06:30:13 -0000 1.310 +++ ChangeLog 12 Aug 2009 21:38:31 -0000 1.311 @@ -1,3 +1,11 @@ +2009-08-12 Lutz Mueller <lu...@us...> + + Patch by Vladimir Petrov <vpp...@mm...> plus some whitespace + fixes by myself: + + * libexif/exif-entry.c: (exif_entry_[fix,get_value,initialize]): + Support EXIF_TAG_ISO_SPEED_RATINGS. + 2009-06-15 Dan Fandrich <da...@co...> * po/da.po: Danish translation corrections by Lars Christian Jensen |
From: Lutz M. <lu...@us...> - 2009-08-12 21:38:47
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21405/libexif Modified Files: exif-entry.c Log Message: 2009-08-12 Lutz Mueller <lu...@us...> Patch by Vladimir Petrov <vpp...@mm...> plus some whitespace fixes by myself: * libexif/exif-entry.c: (exif_entry_[fix,get_value,initialize]): Support EXIF_TAG_ISO_SPEED_RATINGS. Index: exif-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v retrieving revision 1.130 retrieving revision 1.131 diff -u -p -d -r1.130 -r1.131 --- exif-entry.c 2 May 2009 06:28:20 -0000 1.130 +++ exif-entry.c 12 Aug 2009 21:38:33 -0000 1.131 @@ -217,6 +217,7 @@ exif_entry_fix (ExifEntry *e) case EXIF_TAG_SATURATION: case EXIF_TAG_CONTRAST: case EXIF_TAG_SHARPNESS: + case EXIF_TAG_ISO_SPEED_RATINGS: switch (e->format) { case EXIF_FORMAT_LONG: case EXIF_FORMAT_SLONG: @@ -1310,6 +1311,7 @@ exif_entry_get_value (ExifEntry *e, char case EXIF_TAG_SATURATION: case EXIF_TAG_CONTRAST: case EXIF_TAG_SHARPNESS: + case EXIF_TAG_ISO_SPEED_RATINGS: CF (e, EXIF_FORMAT_SHORT, val, maxlen); CC (e, 1, val, maxlen); v_short = exif_get_short (e->data, o); @@ -1394,6 +1396,7 @@ exif_entry_initialize (ExifEntry *e, Exi case EXIF_TAG_GAIN_CONTROL: case EXIF_TAG_SUBJECT_DISTANCE_RANGE: case EXIF_TAG_FLASH: + case EXIF_TAG_ISO_SPEED_RATINGS: /* SHORT, 1 component, default 0 */ case EXIF_TAG_IMAGE_WIDTH: @@ -1415,9 +1418,9 @@ exif_entry_initialize (ExifEntry *e, Exi break; /* SHORT, 1 component, default 1 */ - case EXIF_TAG_ORIENTATION: - case EXIF_TAG_PLANAR_CONFIGURATION: - case EXIF_TAG_YCBCR_POSITIONING: + case EXIF_TAG_ORIENTATION: + case EXIF_TAG_PLANAR_CONFIGURATION: + case EXIF_TAG_YCBCR_POSITIONING: e->components = 1; e->format = EXIF_FORMAT_SHORT; e->size = exif_format_get_size (e->format) * e->components; @@ -1427,7 +1430,7 @@ exif_entry_initialize (ExifEntry *e, Exi break; /* SHORT, 1 component, default 2 */ - case EXIF_TAG_RESOLUTION_UNIT: + case EXIF_TAG_RESOLUTION_UNIT: case EXIF_TAG_FOCAL_PLANE_RESOLUTION_UNIT: e->components = 1; e->format = EXIF_FORMAT_SHORT; @@ -1438,7 +1441,7 @@ exif_entry_initialize (ExifEntry *e, Exi break; /* SHORT, 1 component, default 3 */ - case EXIF_TAG_SAMPLES_PER_PIXEL: + case EXIF_TAG_SAMPLES_PER_PIXEL: e->components = 1; e->format = EXIF_FORMAT_SHORT; e->size = exif_format_get_size (e->format) * e->components; @@ -1457,7 +1460,6 @@ exif_entry_initialize (ExifEntry *e, Exi exif_set_short (e->data, o, 0xffff); break; - case EXIF_TAG_BITS_PER_SAMPLE: e->components = 3; e->format = EXIF_FORMAT_SHORT; @@ -1472,6 +1474,7 @@ exif_entry_initialize (ExifEntry *e, Exi e->data + 2 * exif_format_get_size (e->format), o, 8); break; + case EXIF_TAG_YCBCR_SUB_SAMPLING: e->components = 2; e->format = EXIF_FORMAT_SHORT; |
From: Dan F. <dfa...@us...> - 2009-06-17 19:09:07
|
Update of /cvsroot/libexif/libexif/contrib/examples In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28307/contrib/examples Modified Files: write-exif.c Log Message: Minor comment changes Index: write-exif.c =================================================================== RCS file: /cvsroot/libexif/libexif/contrib/examples/write-exif.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- write-exif.c 2 May 2009 06:24:30 -0000 1.1 +++ write-exif.c 17 Jun 2009 19:07:45 -0000 1.2 @@ -122,10 +122,10 @@ static ExifEntry *init_tag(ExifData *exi ExifEntry *entry; if (!((entry = exif_content_get_entry (exif->ifd[ifd], tag)))) { entry = exif_entry_new (); + assert(entry != NULL); /* catch an out of memory condition */ exif_content_add_entry (exif->ifd[ifd], entry); exif_entry_initialize (entry, tag); } - assert(entry != NULL); /* catch an out of memory condition */ return entry; } @@ -147,7 +147,7 @@ int main(int argc, char **argv) exif_data_set_data_type(exif, EXIF_DATA_TYPE_COMPRESSED); exif_data_set_byte_order(exif, BYTE_ORDER); - /* Create the mandatory EXIF fields */ + /* Create the mandatory EXIF fields with default data */ exif_data_fix(exif); /* All these tags are created with default values by exif_data_fix() */ @@ -164,7 +164,7 @@ int main(int argc, char **argv) /* A good example to give here would be to add a new tag that isn't * automatically created by exif_data_fix() (such as * EXIF_TAG_USER_COMMENT) which requires allocating memory in - * entry->data. This isn't so easy, unfortunately. + * entry->data. This isn't so easy to do, unfortunately. */ /* Get a pointer to the EXIF data block we just created */ |
From: Dan F. <dfa...@us...> - 2009-06-17 19:09:04
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28307/libexif Modified Files: exif.h Log Message: Minor comment changes Index: exif.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- exif.h 22 Jan 2009 23:28:22 -0000 1.12 +++ exif.h 17 Jun 2009 19:07:44 -0000 1.13 @@ -15,7 +15,7 @@ * * libexif provides a libexif.pc file for use with pkgconfig on the * libexif installation. If you are using libtool to build your - * package, you can also integrate make use of libexif-uninstalled.pc. + * package, you can also make use of libexif-uninstalled.pc. * * An application using libexif would typically first create an #ExifLoader to * load EXIF data into memory. From there, it would extract that data as @@ -51,7 +51,7 @@ * * \section string_conventions String Conventions * - * Strings of 8 bit characters ("char*"). When libexif is compiled with + * Strings are 8 bit characters ("char*"). When libexif is compiled with * NLS, character set and encoding are as set in the current locale, * except for strings that come directly from the data in EXIF * tags which are generally returned in raw form. Most EXIF strings are |