diff --git a/src/minoltamn.cpp b/src/minoltamn.cpp index 0830d68a..5f7d0fb6 100644 --- a/src/minoltamn.cpp +++ b/src/minoltamn.cpp @@ -2341,8 +2341,8 @@ namespace Exiv2 { //! Lookup table to translate Sony camera settings quality values to readable labels extern const TagDetails minoltaSonyQualityCs[] = { - { 0, N_("RAW ") }, - { 2, N_("CRAW ") }, + { 0, N_("RAW") }, + { 2, N_("CRAW") }, { 16, N_("Extra Fine") }, { 32, N_("Fine") }, { 34, N_("RAW+JPEG") }, diff --git a/src/properties.cpp b/src/properties.cpp index 38485273..6cb04b26 100644 --- a/src/properties.cpp +++ b/src/properties.cpp @@ -486,7 +486,7 @@ namespace Exiv2 { { "AncestorID", N_("Ancestor ID"), "URI", xmpText, xmpExternal, N_("The unique identifier of a document.") }, { "DocumentAncestors", N_("Document Ancestors"), "bag Ancestor", xmpBag, xmpExternal, N_("If the source document for a copy-and-paste or place operation has a document ID, that ID is added to this list in the destination document's XMP.") }, { "History", N_("History"), "Text", xmpText, xmpExternal, N_("The history that appears in the FileInfo panel, if activated in the application preferences.") }, - { "TextLayers", N_("Text Layers"), "seq Layer", xmpSeq, xmpExternal, N_("If a document has text layers, this property caches the text for each layer. ") }, + { "TextLayers", N_("Text Layers"), "seq Layer", xmpSeq, xmpExternal, N_("If a document has text layers, this property caches the text for each layer.") }, { "LayerName", N_("Layer Name"), "Text", xmpText, xmpExternal, N_("The identifying name of the text layer.") }, { "LayerText", N_("Layer Text"), "Text", xmpText, xmpExternal, N_("The text content of the text layer.") }, { "EmbeddedXMPDigest", N_("Embedded XMP Digest"), "Text", xmpText, xmpExternal, N_("Embedded XMP Digest.") }, @@ -794,7 +794,7 @@ namespace Exiv2 { { "Make", N_("Make"), "ProperName", xmpText, xmpInternal, N_("TIFF tag 271, 0x10F. Manufacturer of recording equipment.") }, { "Model", N_("Model"), "ProperName", xmpText, xmpInternal, N_("TIFF tag 272, 0x110. Model name or number of equipment.") }, { "Software", N_("Software"), "AgentName", xmpText, xmpInternal, N_("TIFF tag 305, 0x131. Software or firmware used to generate image. " - "Note: This property is stored in XMP as xmp:CreatorTool. ") }, + "Note: This property is stored in XMP as xmp:CreatorTool.") }, { "Artist", N_("Artist"), "ProperName", xmpText, xmpExternal, N_("TIFF tag 315, 0x13B. Camera owner, photographer or image creator. " "Note: This property is stored in XMP as the first item in the dc:creator array.") }, { "Copyright", N_("Copyright"), "Lang Alt", langAlt, xmpExternal, N_("TIFF tag 33432, 0x8298. Copyright information. " @@ -1320,7 +1320,7 @@ namespace Exiv2 { { "FirstPhotoDate", N_("First Photo Date"), "Date", xmpText, xmpExternal, N_("Date and time for the first image created in the panorama.") }, { "LastPhotoDate", N_("Last Photo Date"), "Date", xmpText, xmpExternal, N_("Date and time for the last image created in the panorama.") }, { "SourcePhotosCount", N_("Source Photos Count"), "Integer", xmpText, xmpExternal, N_("Number of source images used to create the panorama") }, - { "ExposureLockUsed", N_("Exposure Lock Used"), "Boolean", xmpText, xmpExternal, N_("When individual source photographs were captured, whether or not the camera's exposure setting was locked. ") }, + { "ExposureLockUsed", N_("Exposure Lock Used"), "Boolean", xmpText, xmpExternal, N_("When individual source photographs were captured, whether or not the camera's exposure setting was locked.") }, { "CroppedAreaImageWidthPixels", N_("Cropped Area Image Width Pixels"), "Integer", xmpText, xmpExternal, N_("Original width in pixels of the image (equal to the actual image's width for unedited images).") }, { "CroppedAreaImageHeightPixels", N_("Cropped Area Image Height Pixels"), "Integer", xmpText, xmpExternal, N_("Original height in pixels of the image (equal to the actual image's height for unedited images).") }, { "FullPanoWidthPixels", N_("Full Pano Width Pixels"), "Integer", xmpText, xmpExternal, N_("Original full panorama width from which the image was cropped. Or, if only a partial panorama was captured, this specifies the width of what the full panorama would have been.") }, @@ -1390,7 +1390,7 @@ namespace Exiv2 { { "CropTop", N_("Pixel Crop Top"), "Integer", xmpText, xmpExternal, N_("Number of Pixels to be cropped from the top.") }, { "CurrentTime", N_("Current Time"), "Integer", xmpText, xmpExternal, N_("The time value for current time position within the movie.") }, { "DataPackets", N_("Data Packets"), "Integer", xmpText, xmpExternal, N_("Specifies the number of Data Packet entries that exist within the Data Object.") }, - { "DateTimeOriginal", N_("Date and Time Original"), "Date", xmpText, xmpInternal, N_("Date and time when original video was generated, in ISO 8601 format. ") }, + { "DateTimeOriginal", N_("Date and Time Original"), "Date", xmpText, xmpInternal, N_("Date and time when original video was generated, in ISO 8601 format.") }, { "DateTimeDigitized", N_("Date and Time Digitized"), "Date", xmpText, xmpInternal, N_("Date and time when video was stored as digital data, can be the same " "as DateTimeOriginal if originally stored in digital form. Stored in ISO 8601 format.") }, { "DateUTC", N_("Date-Time Original"), "Text", xmpText, xmpExternal, N_("Contains the production date") }, @@ -1450,15 +1450,15 @@ namespace Exiv2 { { "GPSAltitude", N_("GPS Altitude"), "Rational", xmpText, xmpInternal, N_("GPS tag 6, 0x06. Indicates altitude in meters.") }, { "GPSAltitudeRef", N_("GPS Altitude Reference"), "Closed Choice of Integer", xmpText, xmpInternal, N_("GPS tag 5, 0x05. Indicates whether the altitude is above or below sea level.") }, { "GPSCoordinates", N_("GPS Coordinates"), "Text", xmpText, xmpExternal, N_("Information about the GPS Coordinates.") }, - { "GPSDateStamp", N_("GPS Time Stamp"), "Date", xmpText, xmpInternal, N_("Date stamp of GPS data, ") }, + { "GPSDateStamp", N_("GPS Time Stamp"), "Date", xmpText, xmpInternal, N_("Date stamp of GPS data.") }, { "GPSImgDirection", N_("GPS Image Direction"), "Rational", xmpText, xmpInternal, N_("Direction of image when captured, values range from 0 to 359.99.") }, { "GPSImgDirectionRef", N_("GPS Image Direction Reference"), "Closed Choice of Text", xmpText, xmpInternal, N_("Reference for image direction.") }, { "GPSLatitude", N_("GPS Latitude"), "GPSCoordinate", xmpText, xmpInternal, N_("(North/South). Indicates latitude.") }, { "GPSLongitude", N_("GPS Longitude"), "GPSCoordinate", xmpText, xmpInternal, N_("(East/West). Indicates longitude.") }, { "GPSMapDatum", N_("GPS Map Datum"), "Text", xmpText, xmpInternal, N_("Geodetic survey data.") }, { "GPSSatellites", N_("GPS Satellites"), "Text", xmpText, xmpInternal, N_("Satellite information, format is unspecified.") }, - { "GPSTimeStamp", N_("GPS Time Stamp"), "Date", xmpText, xmpInternal, N_("Time stamp of GPS data, ") }, - { "GPSVersionID", N_("GPS Version ID"), "Text", xmpText, xmpInternal, N_("A decimal encoding with period separators. ") }, + { "GPSTimeStamp", N_("GPS Time Stamp"), "Date", xmpText, xmpInternal, N_("Time stamp of GPS data.") }, + { "GPSVersionID", N_("GPS Version ID"), "Text", xmpText, xmpInternal, N_("A decimal encoding with period separators.") }, { "GraphicsMode", N_("Graphics Mode"), "Text", xmpText, xmpExternal, N_("A 16-bit integer that specifies the transfer mode. The transfer mode specifies which Boolean" "operation QuickDraw should perform when drawing or transferring an image from one location to another.") }, { "Grouping", N_("Grouping"), "Text", xmpText, xmpExternal, N_("Information about the Grouping.") }, @@ -1556,7 +1556,7 @@ namespace Exiv2 { { "PreviewDate", N_("Preview Date"), "Integer", xmpText, xmpExternal, N_("The date of the movie preview in local time converted from UTC") }, { "PreviewDuration", N_("Preview Duration"), "Integer", xmpText, xmpExternal, N_("The duration of the movie preview in movie time scale units") }, { "PreviewTime", N_("Preview Time"), "Integer", xmpText, xmpExternal, N_("The time value in the movie at which the preview begins.") }, - { "PreviewVersion", N_("Preview Version"), "Integer", xmpText, xmpExternal, N_("The version of the movie preview ") }, + { "PreviewVersion", N_("Preview Version"), "Integer", xmpText, xmpExternal, N_("The version of the movie preview") }, { "ProducedBy", N_("Produced By"), "Text", xmpText, xmpExternal, N_("Produced By, i.e. name of person or organization.") }, { "Producer", N_("Producer"), "Text", xmpText, xmpExternal, N_("Producer involved with the video.") }, { "ProducerKeywords", N_("Producer Keywords"), "Text", xmpText, xmpExternal, N_("Information about the Producer Keywords.") }, @@ -1613,9 +1613,9 @@ namespace Exiv2 { { "SubTLang", N_("Subtitles Language"), "Text", xmpText, xmpExternal, N_("The Language in which the subtitles is recorded in.") }, { "SubTTrackForced", N_("Subtitle Track Forced"), "Text", xmpText, xmpExternal, N_("Subtitles Track Forced , i.e. Enabled/Disabled") }, { "SubTTrackLacing", N_("Subtitle Track Lacing"), "Text", xmpText, xmpExternal, N_("Subtitles Track Lacing , i.e. Enabled/Disabled") }, - { "Subject", N_("Subject"), "Text", xmpText, xmpExternal, N_("Subject. ") }, - { "TapeName", N_("Tape Name"), "Text", xmpText, xmpExternal, N_("TapeName.") }, - { "TagDefault", N_("Tag Default Setting"), "Text", xmpText, xmpExternal, N_("If Tag is Default enabled, this value is Yes, else No ") }, + { "Subject", N_("Subject"), "Text", xmpText, xmpExternal, N_("Subject.") }, + { "TapeName", N_("Tape Name"), "Text", xmpText, xmpExternal, N_("TapeName.") }, + { "TagDefault", N_("Tag Default Setting"), "Text", xmpText, xmpExternal, N_("If Tag is Default enabled, this value is Yes, else No") }, { "TagLanguage", N_("Tag Language"), "Text", xmpText, xmpExternal, N_("Language that has been used to define tags") }, { "TagName", N_("Tag Name"), "Text", xmpText, xmpExternal, N_("Tags could be used to define several titles for a segment.") }, { "TagString", N_("Tag String"), "Text", xmpText, xmpExternal, N_("Information contained in a Tags") },