gnome-commander r2239 - in branches/gcmd-1-3: . src/tags



Author: epiotr
Date: Thu Oct 23 22:34:20 2008
New Revision: 2239
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2239&view=rev

Log:
Simplify metadata tags descriptions

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/tags/gnome-cmd-tags.cc

Modified: branches/gcmd-1-3/src/tags/gnome-cmd-tags.cc
==============================================================================
--- branches/gcmd-1-3/src/tags/gnome-cmd-tags.cc	(original)
+++ branches/gcmd-1-3/src/tags/gnome-cmd-tags.cc	Thu Oct 23 22:34:20 2008
@@ -219,20 +219,20 @@
                        {TAG_EXIF_EXIFVERSION, {"Exif.ExifVersion", TAG_EXIF, N_("Exif Version"), N_("The version of Exif standard supported. Nonexistence of this field is taken to mean nonconformance to the standard.")}},
                        {TAG_EXIF_EXPOSUREBIASVALUE, {"Exif.ExposureBiasValue", TAG_EXIF, N_("Exposure Bias"), N_("The exposure bias. The units is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.")}},
                        {TAG_EXIF_EXPOSUREINDEX, {"Exif.ExposureIndex", TAG_EXIF, N_("Exposure Index"), N_("The exposure index selected on the camera or input device at the time the image is captured.")}},
-                       {TAG_EXIF_EXPOSUREMODE, {"Exif.ExposureMode", TAG_EXIF, N_("Exposure Mode"), N_("This tag indicates the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.")}},
+                       {TAG_EXIF_EXPOSUREMODE, {"Exif.ExposureMode", TAG_EXIF, N_("Exposure Mode"), N_("The exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.")}},
                        {TAG_EXIF_EXPOSUREPROGRAM, {"Exif.ExposureProgram", TAG_EXIF, N_("Exposure Program"), N_("The class of the program used by the camera to set exposure when the picture is taken.")}},
                        {TAG_EXIF_EXPOSURETIME, {"Exif.ExposureTime", TAG_EXIF, N_("Exposure Time"), N_("Exposure time, given in seconds.")}},
                        {TAG_EXIF_FILESOURCE, {"Exif.FileSource", TAG_EXIF, 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 that the image was recorded on a DSC.")}},
                        {TAG_EXIF_FILLORDER, {"Exif.FillOrder", TAG_EXIF, N_("Fill Order"), N_("Fill order.")}},
                        {TAG_EXIF_FLASH, {"Exif.Flash", TAG_EXIF, N_("Flash"), N_("This tag is recorded when an image is taken using a strobe light (flash).")}},
-                       {TAG_EXIF_FLASHENERGY, {"Exif.FlashEnergy", TAG_EXIF, N_("Flash Energy"), N_("Indicates the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).")}},
+                       {TAG_EXIF_FLASHENERGY, {"Exif.FlashEnergy", TAG_EXIF, N_("Flash Energy"), N_("The strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).")}},
                        {TAG_EXIF_FLASHPIXVERSION, {"Exif.FlashPixVersion", TAG_EXIF, N_("FlashPix Version"), N_("The FlashPix format version supported by a FPXR file.")}},
                        {TAG_EXIF_FNUMBER, {"Exif.FNumber", TAG_EXIF, N_("F Number"), N_("Diameter of the aperture relative to the effective focal length of the lens.")}},
                        {TAG_EXIF_FOCALLENGTH, {"Exif.FocalLength", TAG_EXIF, N_("Focal Length"), N_("The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.")}},
-                       {TAG_EXIF_FOCALLENGTHIN35MMFILM, {"Exif.FocalLengthIn35mmFilm", TAG_EXIF, N_("Focal Length In 35mm Film"), N_("This tag indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the <Exif.FocalLength> tag.")}},
-                       {TAG_EXIF_FOCALPLANERESOLUTIONUNIT, {"Exif.FocalPlaneResolutionUnit", TAG_EXIF, N_("Focal Plane Resolution Unit"), N_("Indicates the unit for measuring <Exif.FocalPlaneXResolution> and <Exif.FocalPlaneYResolution>. This value is the same as the <Exif.ResolutionUnit>.")}},
-                       {TAG_EXIF_FOCALPLANEXRESOLUTION, {"Exif.FocalPlaneXResolution", TAG_EXIF, N_("Focal Plane x-Resolution"), N_("Indicates the number of pixels in the image width (X) direction per <Exif.FocalPlaneResolutionUnit> on the camera focal plane.")}},
-                       {TAG_EXIF_FOCALPLANEYRESOLUTION, {"Exif.FocalPlaneYResolution", TAG_EXIF, N_("Focal Plane y-Resolution"), N_("Indicates the number of pixels in the image height (Y) direction per <Exif.FocalPlaneResolutionUnit> on the camera focal plane.")}},
+                       {TAG_EXIF_FOCALLENGTHIN35MMFILM, {"Exif.FocalLengthIn35mmFilm", TAG_EXIF, N_("Focal Length In 35mm Film"), N_("The equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the <Exif.FocalLength> tag.")}},
+                       {TAG_EXIF_FOCALPLANERESOLUTIONUNIT, {"Exif.FocalPlaneResolutionUnit", TAG_EXIF, N_("Focal Plane Resolution Unit"), N_("The unit for measuring <Exif.FocalPlaneXResolution> and <Exif.FocalPlaneYResolution>. This value is the same as the <Exif.ResolutionUnit>.")}},
+                       {TAG_EXIF_FOCALPLANEXRESOLUTION, {"Exif.FocalPlaneXResolution", TAG_EXIF, N_("Focal Plane x-Resolution"), N_("The number of pixels in the image width (X) direction per <Exif.FocalPlaneResolutionUnit> on the camera focal plane.")}},
+                       {TAG_EXIF_FOCALPLANEYRESOLUTION, {"Exif.FocalPlaneYResolution", TAG_EXIF, N_("Focal Plane y-Resolution"), N_("The number of pixels in the image height (Y) direction per <Exif.FocalPlaneResolutionUnit> on the camera focal plane.")}},
                        {TAG_EXIF_GAINCONTROL, {"Exif.GainControl", TAG_EXIF, N_("Gain Control"), N_("This tag indicates the degree of overall image gain adjustment.")}},
                        {TAG_EXIF_GAMMA, {"Exif.Gamma", TAG_EXIF, N_("Gamma"), N_("Indicates the value of coefficient gamma.")}},
                        {TAG_EXIF_GPSALTITUDE, {"Exif.GPS.Altitude", TAG_EXIF, N_("Altitude"), N_("Indicates the altitude based on the reference in <Exif.GPS.AltitudeRef>. The reference unit is meters.")}},
@@ -250,10 +250,10 @@
                        {TAG_EXIF_IMAGEWIDTH, {"Exif.ImageWidth", TAG_EXIF, N_("Image Width"), N_("The number of columns of image data, equal to the number of pixels per row. In JPEG compressed data a JPEG marker is used instead of this tag.")}},
                        {TAG_EXIF_INTERCOLORPROFILE, {"Exif.InterColorProfile", TAG_EXIF, N_("Inter Color Profile"), N_("Inter Color Profile.")}},
                        {TAG_EXIF_INTEROPERABILITYIFDPOINTER, {"Exif.InteroperabilityIFDPointer", TAG_EXIF, N_("Interoperability IFD Pointer"), N_("Interoperability IFD is composed of tags which stores the information to ensure the Interoperability and pointed by the following tag located in Exif IFD. The Interoperability structure of Interoperability IFD is the same as TIFF defined IFD structure but does not contain the image data characteristically compared with normal TIFF IFD.")}},
-                       {TAG_EXIF_INTEROPERABILITYINDEX, {"Exif.InteroperabilityIndex", TAG_EXIF, N_("Interoperability Index"), N_("Indicates the identification of the Interoperability rule. Use \"R98\" for stating ExifR98 Rules. Four bytes used including the termination code (NULL).")}},
+                       {TAG_EXIF_INTEROPERABILITYINDEX, {"Exif.InteroperabilityIndex", TAG_EXIF, N_("Interoperability Index"), N_("Indicates the identification of the Interoperability rule. Use \"R98\" for stating ExifR98 Rules.")}},
                        {TAG_EXIF_INTEROPERABILITYVERSION, {"Exif.InteroperabilityVersion", TAG_EXIF, N_("Interoperability Version"), N_("Interoperability version.")}},
                        {TAG_EXIF_IPTCNAA, {"Exif.IPTC_NAA", TAG_EXIF, "IPTC/NAA", N_("An IPTC/NAA record.")}},
-                       {TAG_EXIF_ISOSPEEDRATINGS, {"Exif.ISOSpeedRatings", TAG_EXIF, N_("ISO Speed Ratings"), N_("Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.")}},
+                       {TAG_EXIF_ISOSPEEDRATINGS, {"Exif.ISOSpeedRatings", TAG_EXIF, N_("ISO Speed Ratings"), N_("The ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.")}},
                        {TAG_EXIF_JPEGINTERCHANGEFORMAT, {"Exif.JPEGInterchangeFormat", TAG_EXIF, N_("JPEG Interchange Format"), N_("The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.")}},
                        {TAG_EXIF_JPEGINTERCHANGEFORMATLENGTH, {"Exif.JPEGInterchangeFormatLength", TAG_EXIF, N_("JPEG Interchange Format Length"), N_("The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data. JPEG thumbnails are not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not be recorded. Compressed thumbnails must be recorded in no more than 64 Kbytes, including all other data to be recorded in APP1.")}},
                        {TAG_EXIF_JPEGPROC, {"Exif.JPEGProc", TAG_EXIF, N_("JPEG Procedure"), N_("JPEG procedure.")}},
@@ -263,9 +263,9 @@
                        {TAG_EXIF_MAXAPERTUREVALUE, {"Exif.MaxApertureValue", TAG_EXIF, N_("Max Aperture Value"), N_("The smallest F number of the lens. The unit is the APEX value. Ordinarily it is given in the range of 00.00 to 99.99, but it is not limited to this range.")}},
                        {TAG_EXIF_METERINGMODE, {"Exif.MeteringMode", TAG_EXIF, N_("Metering Mode"), N_("The metering mode.")}},
                        {TAG_EXIF_MODEL, {"Exif.Model", TAG_EXIF, N_("Model"), N_("The model name or model number of the equipment. This is the model name or number of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown.")}},
-                       {TAG_EXIF_NEWCFAPATTERN, {"Exif.CFAPattern", TAG_EXIF, N_("CFA Pattern"), N_("Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods.")}},
+                       {TAG_EXIF_NEWCFAPATTERN, {"Exif.CFAPattern", TAG_EXIF, N_("CFA Pattern"), N_("The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods.")}},
                        {TAG_EXIF_NEWSUBFILETYPE, {"Exif.NewSubfileType", TAG_EXIF, N_("New Subfile Type"), N_("A general indication of the kind of data contained in this subfile.")}},
-                       {TAG_EXIF_OECF, {"Exif.OECF", TAG_EXIF, N_("OECF"), N_("Indicates the Opto-Electoric Conversion Function (OECF) specified in ISO 14524. <Exif.OECF> is the relationship between the camera optical input and the image values.")}},
+                       {TAG_EXIF_OECF, {"Exif.OECF", TAG_EXIF, N_("OECF"), N_("The Opto-Electoric Conversion Function (OECF) specified in ISO 14524. <Exif.OECF> is the relationship between the camera optical input and the image values.")}},
                        {TAG_EXIF_ORIENTATION, {"Exif.Orientation", TAG_EXIF, N_("Orientation"), N_("The image orientation viewed in terms of rows and columns.")}},
                        {TAG_EXIF_PHOTOMETRICINTERPRETATION, {"Exif.PhotometricInterpretation", TAG_EXIF, N_("Photometric Interpretation"), N_("The pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.")}},
                        {TAG_EXIF_PIXELXDIMENSION, {"Exif.PixelXDimension", TAG_EXIF, N_("Pixel X Dimension"), N_("Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image must be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.")}},
@@ -280,25 +280,25 @@
                        {TAG_EXIF_RESOLUTIONUNIT, {"Exif.ResolutionUnit", TAG_EXIF, N_("Resolution Unit"), N_("The unit for measuring <Exif.XResolution> and <Exif.YResolution>. The same unit is used for both <Exif.XResolution> and <Exif.YResolution>. If the image resolution is unknown, 2 (inches) is designated.")}},
                        {TAG_EXIF_ROWSPERSTRIP, {"Exif.RowsPerStrip", TAG_EXIF, N_("Rows per Strip"), N_("The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted.")}},
                        {TAG_EXIF_SAMPLESPERPIXEL, {"Exif.SamplesPerPixel", TAG_EXIF, N_("Samples per Pixel"), N_("The number of components per pixel. Since this standard applies to RGB and YCbCr images, the value set for this tag is 3. In JPEG compressed data a JPEG marker is used instead of this tag.")}},
-                       {TAG_EXIF_SATURATION, {"Exif.Saturation", TAG_EXIF, N_("Saturation"), N_("This tag indicates the direction of saturation processing applied by the camera when the image was shot.")}},
-                       {TAG_EXIF_SCENECAPTURETYPE, {"Exif.SceneCaptureType", TAG_EXIF, N_("Scene Capture Type"), N_("This tag indicates the type of scene that was shot. It can also be used to record the mode in which the image was shot. Note that this differs from <Exif.SceneType> tag.")}},
-                       {TAG_EXIF_SCENETYPE, {"Exif.SceneType", TAG_EXIF, N_("Scene Type"), N_("Indicates the type of scene. If a DSC recorded the image, this tag value must always be set to 1, indicating that the image was directly photographed.")}},
-                       {TAG_EXIF_SENSINGMETHOD, {"Exif.SensingMethod", TAG_EXIF, N_("Sensing Method"), N_("Indicates the image sensor type on the camera or input device.")}},
-                       {TAG_EXIF_SHARPNESS, {"Exif.Sharpness", TAG_EXIF, N_("Sharpness"), N_("This tag indicates the direction of sharpness processing applied by the camera when the image was shot.")}},
+                       {TAG_EXIF_SATURATION, {"Exif.Saturation", TAG_EXIF, N_("Saturation"), N_("The direction of saturation processing applied by the camera when the image was shot.")}},
+                       {TAG_EXIF_SCENECAPTURETYPE, {"Exif.SceneCaptureType", TAG_EXIF, N_("Scene Capture Type"), N_("The type of scene that was shot. It can also be used to record the mode in which the image was shot. Note that this differs from <Exif.SceneType> tag.")}},
+                       {TAG_EXIF_SCENETYPE, {"Exif.SceneType", TAG_EXIF, N_("Scene Type"), N_("The type of scene. If a DSC recorded the image, this tag value must always be set to 1, indicating that the image was directly photographed.")}},
+                       {TAG_EXIF_SENSINGMETHOD, {"Exif.SensingMethod", TAG_EXIF, N_("Sensing Method"), N_("The image sensor type on the camera or input device.")}},
+                       {TAG_EXIF_SHARPNESS, {"Exif.Sharpness", TAG_EXIF, N_("Sharpness"), N_("The direction of sharpness processing applied by the camera when the image was shot.")}},
                        {TAG_EXIF_SHUTTERSPEEDVALUE, {"Exif.ShutterSpeedValue", TAG_EXIF, N_("Shutter Speed"), N_("Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting.")}},
                        {TAG_EXIF_SOFTWARE, {"Exif.Software", TAG_EXIF, N_("Software"), N_("This tag records the name and version of the software or firmware of the camera or image input device used to generate the image. When the field is left blank, it is treated as unknown.")}},
                        {TAG_EXIF_SPATIALFREQUENCYRESPONSE, {"Exif.SpatialFrequencyResponse", TAG_EXIF, N_("Spatial Frequency Response"), N_("This tag records the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233.")}},
-                       {TAG_EXIF_SPECTRALSENSITIVITY, {"Exif.SpectralSensitivity", TAG_EXIF, N_("Spectral Sensitivity"), N_("Indicates the spectral sensitivity of each channel of the camera used.")}},
+                       {TAG_EXIF_SPECTRALSENSITIVITY, {"Exif.SpectralSensitivity", TAG_EXIF, N_("Spectral Sensitivity"), N_("The spectral sensitivity of each channel of the camera used.")}},
                        {TAG_EXIF_STRIPBYTECOUNTS, {"Exif.StripByteCounts", TAG_EXIF, N_("Strip Byte Count"), N_("The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.")}},
                        {TAG_EXIF_STRIPOFFSETS, {"Exif.StripOffsets", TAG_EXIF, N_("Strip Offsets"), N_("For each strip, the byte offset of that strip. It is recommended that this be selected so the number of strip bytes does not exceed 64 Kbytes. With JPEG compressed data this designation is not needed and is omitted.")}},
                        {TAG_EXIF_SUBIFDS, {"Exif.SubIFDs", TAG_EXIF, N_("Sub IFD Offsets"), N_("Defined by Adobe Corporation to enable TIFF Trees within a TIFF file.")}},
-                       {TAG_EXIF_SUBJECTAREA, {"Exif.SubjectArea", TAG_EXIF, N_("Subject Area"), N_("This tag indicates the location and area of the main subject in the overall scene.")}},
+                       {TAG_EXIF_SUBJECTAREA, {"Exif.SubjectArea", TAG_EXIF, N_("Subject Area"), N_("The location and area of the main subject in the overall scene.")}},
                        {TAG_EXIF_SUBJECTDISTANCE, {"Exif.SubjectDistance", TAG_EXIF, N_("Subject Distance"), N_("The distance to the subject, given in meters.")}},
-                       {TAG_EXIF_SUBJECTDISTANCERANGE, {"Exif.SubjectDistanceRange", TAG_EXIF, N_("Subject Distance Range"), N_("This tag indicates the distance to the subject.")}},
-                       {TAG_EXIF_SUBJECTLOCATION, {"Exif.SubjectLocation", TAG_EXIF, N_("Subject Location"), N_("Indicates the location of the main subject in the scene. The 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 <Exif.Rotation> tag. The first value indicates the X column number and second indicates the Y row number.")}},
-                       {TAG_EXIF_SUBSECTIME, {"Exif.SubsecTime", TAG_EXIF, N_("Subsec Time"), N_("A tag used to record fractions of seconds for the <Exif.DateTime> tag.")}},
-                       {TAG_EXIF_SUBSECTIMEDIGITIZED, {"Exif.SubSecTimeDigitized", TAG_EXIF, N_("Subsec Time Digitized"), N_("A tag used to record fractions of seconds for the <Exif.DateTimeDigitized> tag.")}},
-                       {TAG_EXIF_SUBSECTIMEORIGINAL, {"Exif.SubSecTimeOriginal", TAG_EXIF, N_("Subsec Time Original"), N_("A tag used to record fractions of seconds for the <Exif.DateTimeOriginal> tag.")}},
+                       {TAG_EXIF_SUBJECTDISTANCERANGE, {"Exif.SubjectDistanceRange", TAG_EXIF, N_("Subject Distance Range"), N_("The distance to the subject.")}},
+                       {TAG_EXIF_SUBJECTLOCATION, {"Exif.SubjectLocation", TAG_EXIF, N_("Subject Location"), N_("The location of the main subject in the scene. The 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 <Exif.Rotation> tag. The first value indicates the X column number and second indicates the Y row number.")}},
+                       {TAG_EXIF_SUBSECTIME, {"Exif.SubsecTime", TAG_EXIF, N_("Subsec Time"), N_("Fractions of seconds for the <Exif.DateTime> tag.")}},
+                       {TAG_EXIF_SUBSECTIMEDIGITIZED, {"Exif.SubSecTimeDigitized", TAG_EXIF, N_("Subsec Time Digitized"), N_("Fractions of seconds for the <Exif.DateTimeDigitized> tag.")}},
+                       {TAG_EXIF_SUBSECTIMEORIGINAL, {"Exif.SubSecTimeOriginal", TAG_EXIF, N_("Subsec Time Original"), N_("Fractions of seconds for the <Exif.DateTimeOriginal> tag.")}},
                        {TAG_EXIF_TIFFEPSTANDARDID, {"Exif.TIFF/EPStandardID", TAG_EXIF, N_("TIFF/EP Standard ID"), N_("TIFF/EP Standard ID.")}},
                        {TAG_EXIF_TRANSFERFUNCTION, {"Exif.TransferFunction", TAG_EXIF, N_("Transfer Function"), N_("A transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in <Exif.ColorSpace> tag.")}},
                        {TAG_EXIF_TRANSFERRANGE, {"Exif.TransferRange", TAG_EXIF, N_("Transfer Range"), N_("Transfer range.")}},
@@ -448,7 +448,7 @@
                        {TAG_IPTC_CITY, {"IPTC.City", TAG_IPTC, N_("City"), N_("City of object origin.")}},
                        {TAG_IPTC_CONFIRMEDDATASIZE, {"IPTC.ConfirmedDataSize", TAG_IPTC, N_("Confirmed Data Size"), N_("Total size of the object data.")}},
                        {TAG_IPTC_CONTACT, {"IPTC.Contact", TAG_IPTC, N_("Contact"), N_("The person or organization which can provide further background information on the object (multiple values allowed).")}},
-                       {TAG_IPTC_CONTENTLOCCODE, {"IPTC.ContentLocCode", TAG_IPTC, N_("Content Location Code"), N_("Indicates the code of a country/geographical location referenced by the content of the object (multiple values allowed).")}},
+                       {TAG_IPTC_CONTENTLOCCODE, {"IPTC.ContentLocCode", TAG_IPTC, N_("Content Location Code"), N_("The code of a country/geographical location referenced by the content of the object (multiple values allowed).")}},
                        {TAG_IPTC_CONTENTLOCNAME, {"IPTC.ContentLocName", TAG_IPTC, N_("Content Location Name"), N_("A full, publishable name of a country/geographical location referenced by the content of the object (multiple values allowed).")}},
                        {TAG_IPTC_COPYRIGHTNOTICE, {"IPTC.CopyrightNotice", TAG_IPTC, N_("Copyright Notice"), N_("Any necessary copyright notice.")}},
                        {TAG_IPTC_COUNTRYCODE, {"IPTC.CountryCode", TAG_IPTC, N_("Country Code"), N_("The code of the country/primary location where the object was created.")}},
@@ -459,9 +459,9 @@
                        {TAG_IPTC_DESTINATION, {"IPTC.Destination", TAG_IPTC, N_("Destination"), N_("Routing information.")}},
                        {TAG_IPTC_DIGITALCREATIONDATE, {"IPTC.DigitalCreationDate", TAG_IPTC, N_("Digital Creation Date"), N_("The date the digital representation of the object was created.")}},
                        {TAG_IPTC_DIGITALCREATIONTIME, {"IPTC.DigitalCreationTime", TAG_IPTC, N_("Digital Creation Time"), N_("The time the digital representation of the object was created.")}},
-                       {TAG_IPTC_EDITORIALUPDATE, {"IPTC.EditorialUpdate", TAG_IPTC, N_("Editorial Update"), N_("Indicates the type of update this object provides to a previous object. The link to the previous object is made using the ARM. '01' indicates an additional language.")}},
+                       {TAG_IPTC_EDITORIALUPDATE, {"IPTC.EditorialUpdate", TAG_IPTC, N_("Editorial Update"), N_("The type of update this object provides to a previous object. The link to the previous object is made using the ARM. '01' indicates an additional language.")}},
                        {TAG_IPTC_EDITSTATUS, {"IPTC.EditStatus", TAG_IPTC, N_("Edit Status"), N_("Status of the object, according to the practice of the provider.")}},
-                       {TAG_IPTC_ENVELOPENUM, {"IPTC.EnvelopeNum", TAG_IPTC, N_("Envelope Number"), N_("A number unique for the date in 1:70 and the service ID in 1:30.")}},
+                       {TAG_IPTC_ENVELOPENUM, {"IPTC.EnvelopeNum", TAG_IPTC, N_("Envelope Number"), N_("A number unique for the date and the service ID.")}},
                        {TAG_IPTC_ENVELOPEPRIORITY, {"IPTC.EnvelopePriority", TAG_IPTC, N_("Envelope Priority"), N_("Specifies the envelope handling priority and not the editorial urgency. '1' for most urgent, '5' for normal, and '8' for least urgent. '9' is user-defined.")}},
                        {TAG_IPTC_EXPIRATIONDATE, {"IPTC.ExpirationDate", TAG_IPTC, N_("Expiration Date"), N_("Designates the latest date the provider intends the object to be used.")}},
                        {TAG_IPTC_EXPIRATIONTIME, {"IPTC.ExpirationTime", TAG_IPTC, N_("Expiration Time"), N_("Designates the latest time the provider intends the object to be used.")}},
@@ -470,11 +470,11 @@
                        {TAG_IPTC_FIXTUREID, {"IPTC.FixtureID", TAG_IPTC, N_("Fixture Identifier"), N_("Identifies objects that recur often and predictably, enabling users to immediately find or recall such an object.")}},
                        {TAG_IPTC_HEADLINE, {"IPTC.Headline", TAG_IPTC, N_("Headline"), N_("A publishable entry providing a synopsis of the contents of the object.")}},
                        {TAG_IPTC_IMAGEORIENTATION, {"IPTC.ImageOrientation", TAG_IPTC, N_("Image Orientation"), N_("The layout of the image area: 'P' for portrait, 'L' for landscape, and 'S' for square.")}},
-                       {TAG_IPTC_IMAGETYPE, {"IPTC.ImageType", TAG_IPTC, N_("Image Type"), N_("Indicates the data format of the image object.")}},
+                       {TAG_IPTC_IMAGETYPE, {"IPTC.ImageType", TAG_IPTC, N_("Image Type"), N_("The data format of the image object.")}},
                        {TAG_IPTC_KEYWORDS, {"IPTC.Keywords", TAG_IPTC, N_("Keywords"), N_("Used to indicate specific information retrieval words (multiple values allowed).")}},
                        {TAG_IPTC_LANGUAGEID, {"IPTC.LanguageID", TAG_IPTC, N_("Language Identifier"), N_("The major national language of the object, according to the 2-letter codes of ISO 639:1988.")}},
                        {TAG_IPTC_MAXOBJECTSIZE, {"IPTC.MaxObjectSize", TAG_IPTC, N_("Maximum Object Size"), N_("The largest possible size of the object if the size is not known.")}},
-                       {TAG_IPTC_MAXSUBFILESIZE, {"IPTC.MaxSubfileSize", TAG_IPTC, N_("Max Subfile Size"), N_("The maximum size for a subfile dataset (8:10) containing a portion of the object data.")}},
+                       {TAG_IPTC_MAXSUBFILESIZE, {"IPTC.MaxSubfileSize", TAG_IPTC, N_("Max Subfile Size"), N_("The maximum size for a subfile dataset containing a portion of the object data.")}},
                        {TAG_IPTC_MODELVERSION, {"IPTC.ModelVersion", TAG_IPTC, N_("Model Version"), N_("Version of IIM part 1.")}},
                        {TAG_IPTC_OBJECTATTRIBUTE, {"IPTC.ObjectAttribute", TAG_IPTC, N_("Object Attribute Reference"), N_("Defines the nature of the object independent of the subject (multiple values allowed).")}},
                        {TAG_IPTC_OBJECTCYCLE, {"IPTC.ObjectCycle", TAG_IPTC, N_("Object Cycle"), N_("Where 'a' is morning, 'p' is evening, 'b' is both.")}},
@@ -484,8 +484,8 @@
                        {TAG_IPTC_ORIGINATINGPROGRAM, {"IPTC.OriginatingProgram", TAG_IPTC, N_("Originating Program"), N_("The type of program used to originate the object.")}},
                        {TAG_IPTC_ORIGTRANSREF, {"IPTC.OrigTransRef", TAG_IPTC, N_("Original Transmission Reference"), N_("A code representing the location of original transmission.")}},
                        {TAG_IPTC_PREVIEWDATA, {"IPTC.PreviewData", TAG_IPTC, N_("Preview Data"), N_("The object preview data")}},
-                       {TAG_IPTC_PREVIEWFORMAT, {"IPTC.PreviewFileFormat", TAG_IPTC, N_("Preview File Format"), N_("Binary value indicating the file format of the object preview data in dataset 2:202.")}},
-                       {TAG_IPTC_PREVIEWFORMATVER, {"IPTC.PreviewFileFormatVer", TAG_IPTC, N_("Preview File Format Version"), N_("The version of the preview file format specified in 2:200.")}},
+                       {TAG_IPTC_PREVIEWFORMAT, {"IPTC.PreviewFileFormat", TAG_IPTC, N_("Preview File Format"), N_("Binary value indicating the file format of the object preview data.")}},
+                       {TAG_IPTC_PREVIEWFORMATVER, {"IPTC.PreviewFileFormatVer", TAG_IPTC, N_("Preview File Format Version"), N_("The version of the preview file format.")}},
                        {TAG_IPTC_PRODUCTID, {"IPTC.ProductID", TAG_IPTC, N_("Product ID"), N_("Allows a provider to identify subsets of its overall service.")}},
                        {TAG_IPTC_PROGRAMVERSION, {"IPTC.ProgramVersion", TAG_IPTC, N_("Program Version"), N_("The version of the originating program.")}},
                        {TAG_IPTC_PROVINCE, {"IPTC.Province", TAG_IPTC, N_("Province, State"), N_("The Province/State where the object originates.")}},



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]