Update of /cvsroot/libexif/libexif/libexif
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28080/libexif
Modified Files:
exif-entry.c exif-tag.c
Log Message:
2006-02-13 Lutz Mueller <lu...@to...>
* libexif/canon/mnote-canon-entry.c: Fix typo.
* libexif/exif-entry.c: s/compulsatory/compulsory
* libexif/exif-tag.c: Fix typo.
* libexif/olympus/mnote-olympus-entry.c: Fix typo.
* test/nls/test-nls.c: Add translators' comment.
Index: exif-tag.c
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -d -r1.29 -r1.30
--- exif-tag.c 15 Aug 2005 20:29:16 -0000 1.29
+++ exif-tag.c 13 Feb 2006 07:31:52 -0000 1.30
@@ -588,7 +588,7 @@ static struct {
"value of this tag represents the pixel at the center of the "
"main subject relative to the left edge, prior to rotation "
"processing as per the <Rotation> tag. The first value "
- "indicates the X column number and second indicates "
+ "indicates the X column number and the second indicates "
"the Y row number.")},
{EXIF_TAG_EXPOSURE_INDEX, "ExposureIndex", N_("Exposure index"),
N_("Indicates the exposure index selected on the camera or "
@@ -598,7 +598,7 @@ static struct {
"device.")},
{EXIF_TAG_FILE_SOURCE, "FileSource", N_("File Source"),
N_("Indicates the image source. If a DSC recorded the image, "
- "this tag value of this tag always be set to 3, indicating "
+ "the tag value of this tag always be set to 3, indicating "
"that the image was recorded on a DSC.")},
{EXIF_TAG_SCENE_TYPE, "SceneType", N_("Scene Type"),
N_("Indicates the type of scene. If a DSC recorded the image, "
Index: exif-entry.c
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/exif-entry.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -p -d -r1.91 -r1.92
--- exif-entry.c 1 Oct 2005 16:32:41 -0000 1.91
+++ exif-entry.c 13 Feb 2006 07:31:52 -0000 1.92
@@ -488,12 +488,12 @@ static struct {
{0x0005, {N_("Strobe return light not detected."), N_("W/o strobe"),
NULL}},
{0x0007, {N_("Strobe return light detected."), N_("W. strobe"), NULL}},
- {0x0009, {N_("Flash fired, compulsatory flash mode"), NULL}},
- {0x000d, {N_("Flash fired, compulsatory flash mode, return light "
+ {0x0009, {N_("Flash fired, compulsory flash mode"), NULL}},
+ {0x000d, {N_("Flash fired, compulsory flash mode, return light "
"not detected."), NULL}},
- {0x000f, {N_("Flash fired, compulsatory flash mode, return light "
+ {0x000f, {N_("Flash fired, compulsory flash mode, return light "
"detected."), NULL}},
- {0x0010, {N_("Flash did not fire, compulsatory flash mode."), NULL}},
+ {0x0010, {N_("Flash did not fire, compulsory flash mode."), NULL}},
{0x0018, {N_("Flash did not fire, auto mode."), NULL}},
{0x0019, {N_("Flash fired, auto mode."), NULL}},
{0x001d, {N_("Flash fired, auto mode, return light not detected."),
|