[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:55 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e1b2c3c

The following commit has been merged in the master branch:
commit e1b2c3cc387a2890f3efca6b5b54a0977ef9d421
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Sat Oct 13 15:56:13 2007 +0000

    i18n in progress
---
 src/properties.cpp | 102 ++++++++++++++++++++++++++---------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

diff --git a/src/properties.cpp b/src/properties.cpp
index 2494591..2041d90 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -96,25 +96,25 @@ namespace Exiv2 {
     };
 
     extern const XmpPropertyInfo xmpDcInfo[] = {
-        { "contributor",      N_("Contributor"),      "bag ProperName",  xmpBag,       xmpExternal, N_("Contributors to the resource (other than the authors).") },
-        { "coverage",         N_("Coverage"),         "Text",            xmpText,      xmpExternal, N_("The extent or scope of the resource.") },
-        { "creator",          N_("Creator"),          "seq ProperName",  xmpSeq,       xmpExternal, N_("The authors of the resource (listed in order of precedence, if significant).") },
-        { "date",             N_("Date"),             "seq Date",        xmpSeq,       xmpExternal, N_("Date(s) that something interesting happened to the resource.") },
+        { "contributor",      N_("Contributor"),      "bag ProperName",  xmpBag,       xmpExternal, N_("Contributors to the resource (other than the authors).")                               },
+        { "coverage",         N_("Coverage"),         "Text",            xmpText,      xmpExternal, N_("The extent or scope of the resource.")                                                 },
+        { "creator",          N_("Creator"),          "seq ProperName",  xmpSeq,       xmpExternal, N_("The authors of the resource (listed in order of precedence, if significant).")         },
+        { "date",             N_("Date"),             "seq Date",        xmpSeq,       xmpExternal, N_("Date(s) that something interesting happened to the resource.")                         },
         { "description",      N_("Description"),      "Lang Alt",        langAlt,      xmpExternal, N_("A textual description of the content of the resource. Multiple values may be "
-                                                                                                       "present for different languages.") },
+                                                                                                       "present for different languages.")                                                     },
         { "format",           N_("Format"),           "MIMEType",        xmpText,      xmpInternal, N_("The file format used when saving the resource. Tools and applications should set "
                                                                                                        "this property to the save format of the data. It may include appropriate qualifiers.") },
-        { "identifier",       N_("Identifier"),       "Text",            xmpText,      xmpExternal, N_("Unique identifier of the resource.") },
-        { "language",         N_("Language"),         "bag Locale",      xmpBag,       xmpInternal, N_("An unordered array specifying the languages used in the resource.") },
-        { "publisher",        N_("Publisher"),        "bag ProperName",  xmpBag,       xmpExternal, N_("Publishers.") },
-        { "relation",         N_("Relation"),         "bag Text",        xmpBag,       xmpInternal, N_("Relationships to other documents.") },
-        { "rights",           N_("Rights"),           "Lang Alt",        langAlt,      xmpExternal, N_("Informal rights statement, selected by language.") },
-        { "source",           N_("Source"),           "Text",            xmpText,      xmpExternal, N_("Unique identifier of the work from which this resource was derived.") },
+        { "identifier",       N_("Identifier"),       "Text",            xmpText,      xmpExternal, N_("Unique identifier of the resource.")                                                   },
+        { "language",         N_("Language"),         "bag Locale",      xmpBag,       xmpInternal, N_("An unordered array specifying the languages used in the resource.")                    },
+        { "publisher",        N_("Publisher"),        "bag ProperName",  xmpBag,       xmpExternal, N_("Publishers.")                                                                          },
+        { "relation",         N_("Relation"),         "bag Text",        xmpBag,       xmpInternal, N_("Relationships to other documents.")                                                    },
+        { "rights",           N_("Rights"),           "Lang Alt",        langAlt,      xmpExternal, N_("Informal rights statement, selected by language.")                                     },
+        { "source",           N_("Source"),           "Text",            xmpText,      xmpExternal, N_("Unique identifier of the work from which this resource was derived.")                  },
         { "subject",          N_("Subject"),          "bag Text",        xmpBag,       xmpExternal, N_("An unordered array of descriptive phrases or keywords that specify the topic of the "
-                                                                                                       "content of the resource.") },
+                                                                                                       "content of the resource.")                                                             },
         { "title",            N_("Title"),            "Lang Alt",        langAlt,      xmpExternal, N_("The title of the document, or the name given to the resource. Typically, it will be "
-                                                                                                       "a name by which the resource is formally known.") },
-        { "type",             N_("Type"),             "bag open Choice", xmpBag,       xmpExternal, N_("A document type; for example, novel, poem, or working paper.") },
+                                                                                                       "a name by which the resource is formally known.")                                      },
+        { "type",             N_("Type"),             "bag open Choice", xmpBag,       xmpExternal, N_("A document type; for example, novel, poem, or working paper.")                         },
         // End of list marker
         { 0, 0, 0, invalidTypeId, xmpInternal, 0 }
     };
@@ -259,44 +259,44 @@ 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",    "startTimecode",    "Timecode",    xmpText,          xmpInternal, "The timecode of the first frame of video in the file, as obtained from the device control." },
-        { "altTimecode",      "altTimecode",      "Timecode",    xmpText,          xmpExternal, "A timecode set by the user. When specified, it is used instead of the startTimecode." },
-        { "duration",         "duration",         "Time",        xmpText,          xmpInternal, "The duration of the media file." },
-        { "scene",            "scene",            "Text",        xmpText,          xmpExternal, "The name of the scene." },
-        { "shotName",         "shotName",         "Text",        xmpText,          xmpExternal, "The name of the shot or take." },
-        { "shotDate",         "shotDate",         "Date",        xmpText,          xmpExternal, "The date and time when the video was shot." },
-        { "shotLocation",     "shotLocation",     "Text",        xmpText,          xmpExternal, "The name of the location where the video was shot. For example: \"Oktoberfest, Munich Germany\" "
+        { "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",       "logComment",       "Text",        xmpText,          xmpExternal, "User's log comments." },
-        { "markers",          "markers",          "seq Marker",  xmpText,          xmpInternal, "An ordered list of markers" },
-        { "contributedMedia", "contributedMedia", "bag Media",   xmpText,          xmpInternal, "An unordered list of all media used to create this media." },
-        { "absPeakAudioFilePath", "absPeakAudioFilePath", "URI", xmpText,          xmpInternal, "The absolute path to the file's peak audio file. If empty, no peak file exists." },
-        { "relativePeakAudioFilePath", "relativePeakAudioFilePath", "URI", xmpText, xmpInternal, "The relative path to the file's peak audio file. If empty, no peak file exists." },
-        { "videoModDate",     "videoModDate",     "Date",        xmpText,          xmpInternal, "The date and time when the video was last modified." },
-        { "audioModDate",     "audioModDate",     "Date",        xmpText,          xmpInternal, "The date and time when the audio was last modified." },
-        { "metadataModDate",  "metadataModDate",  "Date",        xmpText,          xmpInternal, "The date and time when the metadata was last modified." },
-        { "artist",           "artist",           "Text",        xmpText,          xmpExternal, "The name of the artist or artists." },
-        { "album",            "album",            "Text",        xmpText,          xmpExternal, "The name of the album." },
-        { "trackNumber",      "trackNumber",      "Integer",     xmpText,          xmpExternal, "A numeric value indicating the order of the audio file within its original recording." },
-        { "genre",            "genre",            "Text",        xmpText,          xmpExternal, "The name of the genre." },
-        { "copyright",        "copyright",        "Text",        xmpText,          xmpExternal, "The copyright information." },
-        { "releaseDate",      "releaseDate",      "Date",        xmpText,          xmpExternal, "The date the title was released." },
-        { "composer",         "composer",         "Text",        xmpText,          xmpExternal, "The composer's name." },
-        { "engineer",         "engineer",         "Text",        xmpText,          xmpExternal, "The engineer's name." },
-        { "tempo",            "tempo",            "Real",        xmpText,          xmpInternal, "The audio's tempo." },
-        { "instrument",       "instrument",       "Text",        xmpText,          xmpExternal, "The musical instrument." },
-        { "introTime",        "introTime",        "Time",        xmpText,          xmpInternal, "The duration of lead time for queuing music." },
-        { "outCue",           "outCue",           "Time",        xmpText,          xmpInternal, "The time at which to fade out." },
-        { "relativeTimestamp", "relativeTimestamp", "Time",      xmpText,          xmpInternal, "The start time of the media inside the audio project." },
-        { "loop",             "loop",             "Boolean",     xmpText,          xmpInternal, "When true, the clip can be looped seemlessly." },
-        { "numberOfBeats",    "numberOfBeats",    "Real",        xmpText,          xmpInternal, "The number of beats." },
-        { "key",              "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",      "stretchMode",      "closed Choice of Text", xmpText, xmpInternal, "The audio stretch mode. One of: Fixed length, Time-Scale, Resample, Beat Splice, Hybrid." },
-        { "timeScaleParams",  "timeScaleParams",  "timeScaleStretch", xmpText,     xmpInternal, "Additional parameters for Time-Scale stretch mode." },
-        { "resampleParams",   "resampleParams",   "resampleStretch", xmpText,      xmpInternal, "Additional parameters for Resample stretch mode." },
-        { "beatSpliceParams", "beatSpliceParams", "beatSpliceStretch", xmpText,    xmpInternal, "Additional parameters for Beat Splice stretch mode." },
-        { "timeSignature",    "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",        "scaleType",        "closed Choice of Text", xmpText, xmpInternal, "The musical scale used in the music. One of: Major, Minor, Both, Neither. "
+        { "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." },
         // End of list marker
         { 0, 0, 0, invalidTypeId, xmpInternal, 0 }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list