diff --git a/src/properties.cpp b/src/properties.cpp index 2041d909..32bc8551 100644 --- a/src/properties.cpp +++ b/src/properties.cpp @@ -259,53 +259,53 @@ namespace Exiv2 { { "tapeName", N_("Tape Name"), "Text", xmpText, xmpExternal, N_("The name of the tape from which the clip was captured, as set during the capture process.") }, { "altTapeName", N_("Alt Tape Name"), "Text", xmpText, xmpExternal, N_("An alternative tape name, set via the project window or timecode dialog in Premiere. " "If an alternative name has been set and has not been reverted, that name is displayed.") }, - { "startTimecode", N_("Start Time Code"), "Timecode", xmpText, xmpInternal, "The timecode of the first frame of video in the file, as obtained from the device control." }, - { "altTimecode", N_("Alt Time code"), "Timecode", xmpText, xmpExternal, "A timecode set by the user. When specified, it is used instead of the startTimecode." }, - { "duration", N_("Duration"), "Time", xmpText, xmpInternal, "The duration of the media file." }, - { "scene", N_("scene"), "Text", xmpText, xmpExternal, "The name of the scene." }, - { "shotName", N_("shotName"), "Text", xmpText, xmpExternal, "The name of the shot or take." }, - { "shotDate", N_("shotDate"), "Date", xmpText, xmpExternal, "The date and time when the video was shot." }, - { "shotLocation", N_("shotLocation"), "Text", xmpText, xmpExternal, "The name of the location where the video was shot. For example: \"Oktoberfest, Munich Germany\" " - "For more accurate positioning, use the EXIF GPS values." }, - { "logComment", N_("logComment"), "Text", xmpText, xmpExternal, "User's log comments." }, - { "markers", N_("markers"), "seq Marker", xmpText, xmpInternal, "An ordered list of markers" }, - { "contributedMedia", N_("contributedMedia"), "bag Media", xmpText, xmpInternal, "An unordered list of all media used to create this media." }, - { "absPeakAudioFilePath", N_("absPeakAudioFilePath"), "URI", xmpText, xmpInternal, "The absolute path to the file's peak audio file. If empty, no peak file exists." }, - { "relativePeakAudioFilePath", N_("relativePeakAudioFilePath"), "URI", xmpText, xmpInternal, "The relative path to the file's peak audio file. If empty, no peak file exists." }, - { "videoModDate", N_("videoModDate"), "Date", xmpText, xmpInternal, "The date and time when the video was last modified." }, - { "audioModDate", N_("audioModDate"), "Date", xmpText, xmpInternal, "The date and time when the audio was last modified." }, - { "metadataModDate", N_("metadataModDate"), "Date", xmpText, xmpInternal, "The date and time when the metadata was last modified." }, - { "artist", N_("artist"), "Text", xmpText, xmpExternal, "The name of the artist or artists." }, - { "album", N_("album"), "Text", xmpText, xmpExternal, "The name of the album." }, - { "trackNumber", N_("trackNumber"), "Integer", xmpText, xmpExternal, "A numeric value indicating the order of the audio file within its original recording." }, - { "genre", N_("genre"), "Text", xmpText, xmpExternal, "The name of the genre." }, - { "copyright", N_("copyright"), "Text", xmpText, xmpExternal, "The copyright information." }, - { "releaseDate", N_("releaseDate"), "Date", xmpText, xmpExternal, "The date the title was released." }, - { "composer", N_("composer"), "Text", xmpText, xmpExternal, "The composer's name." }, - { "engineer", N_("engineer"), "Text", xmpText, xmpExternal, "The engineer's name." }, - { "tempo", N_("tempo"), "Real", xmpText, xmpInternal, "The audio's tempo." }, - { "instrument", N_("instrument"), "Text", xmpText, xmpExternal, "The musical instrument." }, - { "introTime", N_("introTime"), "Time", xmpText, xmpInternal, "The duration of lead time for queuing music." }, - { "outCue", N_("outCue"), "Time", xmpText, xmpInternal, "The time at which to fade out." }, - { "relativeTimestamp", N_("relativeTimestamp"), "Time", xmpText, xmpInternal, "The start time of the media inside the audio project." }, - { "loop", N_("loop"), "Boolean", xmpText, xmpInternal, "When true, the clip can be looped seemlessly." }, - { "numberOfBeats", N_("numberOfBeats"), "Real", xmpText, xmpInternal, "The number of beats." }, - { "key", N_("key"), "closed Choice of Text", xmpText, xmpInternal, "The audio's musical key. One of: C, C#, D, D#, E, F, F#, G, G#, A, A#, B." }, - { "stretchMode", N_("stretchMode"), "closed Choice of Text", xmpText, xmpInternal, "The audio stretch mode. One of: Fixed length, Time-Scale, Resample, Beat Splice, Hybrid." }, - { "timeScaleParams", N_("timeScaleParams"), "timeScaleStretch", xmpText, xmpInternal, "Additional parameters for Time-Scale stretch mode." }, - { "resampleParams", N_("resampleParams"), "resampleStretch", xmpText, xmpInternal, "Additional parameters for Resample stretch mode." }, - { "beatSpliceParams", N_("beatSpliceParams"), "beatSpliceStretch", xmpText, xmpInternal, "Additional parameters for Beat Splice stretch mode." }, - { "timeSignature", N_("timeSignature"), "closed Choice of Text", xmpText, xmpInternal, "The time signature of the music. One of: 2/4, 3/4, 4/4, 5/4, 7/4, 6/8, 9/8, 12/8, other." }, - { "scaleType", N_("scaleType"), "closed Choice of Text", xmpText, xmpInternal, "The musical scale used in the music. One of: Major, Minor, Both, Neither. " - "Neither is most often used for instruments with no associated scale, such as drums." }, + { "startTimecode", N_("Start Time Code"), "Timecode", xmpText, xmpInternal, N_("The timecode of the first frame of video in the file, as obtained from the device control.") }, + { "altTimecode", N_("Alt Time code"), "Timecode", xmpText, xmpExternal, N_("A timecode set by the user. When specified, it is used instead of the startTimecode.") }, + { "duration", N_("Duration"), "Time", xmpText, xmpInternal, N_("The duration of the media file.") }, + { "scene", N_("scene"), "Text", xmpText, xmpExternal, N_("The name of the scene.") }, + { "shotName", N_("shotName"), "Text", xmpText, xmpExternal, N_("The name of the shot or take.") }, + { "shotDate", N_("shotDate"), "Date", xmpText, xmpExternal, N_("The date and time when the video was shot.") }, + { "shotLocation", N_("shotLocation"), "Text", xmpText, xmpExternal, N_("The name of the location where the video was shot. For example: \"Oktoberfest, Munich Germany\" " + "For more accurate positioning, use the EXIF GPS values.") }, + { "logComment", N_("logComment"), "Text", xmpText, xmpExternal, N_("User's log comments.") }, + { "markers", N_("markers"), "seq Marker", xmpText, xmpInternal, N_("An ordered list of markers") }, + { "contributedMedia", N_("contributedMedia"), "bag Media", xmpText, xmpInternal, N_("An unordered list of all media used to create this media.") }, + { "absPeakAudioFilePath", N_("absPeakAudioFilePath"), "URI", xmpText, xmpInternal, N_("The absolute path to the file's peak audio file. If empty, no peak file exists.") }, + { "relativePeakAudioFilePath", N_("relativePeakAudioFilePath"), "URI", xmpText, xmpInternal, N_("The relative path to the file's peak audio file. If empty, no peak file exists.") }, + { "videoModDate", N_("videoModDate"), "Date", xmpText, xmpInternal, N_("The date and time when the video was last modified.") }, + { "audioModDate", N_("audioModDate"), "Date", xmpText, xmpInternal, N_("The date and time when the audio was last modified.") }, + { "metadataModDate", N_("metadataModDate"), "Date", xmpText, xmpInternal, N_("The date and time when the metadata was last modified.") }, + { "artist", N_("artist"), "Text", xmpText, xmpExternal, N_("The name of the artist or artists.") }, + { "album", N_("album"), "Text", xmpText, xmpExternal, N_("The name of the album.") }, + { "trackNumber", N_("trackNumber"), "Integer", xmpText, xmpExternal, N_("A numeric value indicating the order of the audio file within its original recording.") }, + { "genre", N_("genre"), "Text", xmpText, xmpExternal, N_("The name of the genre.") }, + { "copyright", N_("copyright"), "Text", xmpText, xmpExternal, N_("The copyright information.") }, + { "releaseDate", N_("releaseDate"), "Date", xmpText, xmpExternal, N_("The date the title was released.") }, + { "composer", N_("composer"), "Text", xmpText, xmpExternal, N_("The composer's name.") }, + { "engineer", N_("engineer"), "Text", xmpText, xmpExternal, N_("The engineer's name.") }, + { "tempo", N_("tempo"), "Real", xmpText, xmpInternal, N_("The audio's tempo.") }, + { "instrument", N_("instrument"), "Text", xmpText, xmpExternal, N_("The musical instrument.") }, + { "introTime", N_("introTime"), "Time", xmpText, xmpInternal, N_("The duration of lead time for queuing music.") }, + { "outCue", N_("outCue"), "Time", xmpText, xmpInternal, N_("The time at which to fade out.") }, + { "relativeTimestamp", N_("relativeTimestamp"), "Time", xmpText, xmpInternal, N_("The start time of the media inside the audio project.") }, + { "loop", N_("loop"), "Boolean", xmpText, xmpInternal, N_("When true, the clip can be looped seemlessly.") }, + { "numberOfBeats", N_("numberOfBeats"), "Real", xmpText, xmpInternal, N_("The number of beats.") }, + { "key", N_("key"), "closed Choice of Text", xmpText, xmpInternal, N_("The audio's musical key. One of: C, C#, D, D#, E, F, F#, G, G#, A, A#, B.") }, + { "stretchMode", N_("stretchMode"), "closed Choice of Text", xmpText, xmpInternal, N_("The audio stretch mode. One of: Fixed length, Time-Scale, Resample, Beat Splice, Hybrid.") }, + { "timeScaleParams", N_("timeScaleParams"), "timeScaleStretch", xmpText, xmpInternal, N_("Additional parameters for Time-Scale stretch mode.") }, + { "resampleParams", N_("resampleParams"), "resampleStretch", xmpText, xmpInternal, N_("Additional parameters for Resample stretch mode.") }, + { "beatSpliceParams", N_("beatSpliceParams"), "beatSpliceStretch", xmpText, xmpInternal, N_("Additional parameters for Beat Splice stretch mode.") }, + { "timeSignature", N_("timeSignature"), "closed Choice of Text", xmpText, xmpInternal, N_("The time signature of the music. One of: 2/4, 3/4, 4/4, 5/4, 7/4, 6/8, 9/8, 12/8, other.") }, + { "scaleType", N_("scaleType"), "closed Choice of Text", xmpText, xmpInternal, N_("The musical scale used in the music. One of: Major, Minor, Both, Neither. " + "Neither is most often used for instruments with no associated scale, such as drums.") }, // End of list marker { 0, 0, 0, invalidTypeId, xmpInternal, 0 } }; extern const XmpPropertyInfo xmpPdfInfo[] = { - { "Keywords", "Keywords", "Text", xmpText, xmpExternal, "Keywords." }, - { "PDFVersion", "PDFVersion", "Text", xmpText, xmpInternal, "The PDF file version (for example: 1.0, 1.3, and so on)." }, - { "Producer", "Producer", "AgentName", xmpText, xmpInternal, "The name of the tool that created the PDF document." }, + { "Keywords", N_("Keywords"), "Text", xmpText, xmpExternal, N_("Keywords.") }, + { "PDFVersion", N_("PDF Version"), "Text", xmpText, xmpInternal, N_("The PDF file version (for example: 1.0, 1.3, and so on).") }, + { "Producer", N_("Producer"), "AgentName", xmpText, xmpInternal, N_("The name of the tool that created the PDF document.") }, // End of list marker { 0, 0, 0, invalidTypeId, xmpInternal, 0 } };