[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=125d7a5

The following commit has been merged in the master branch:
commit 125d7a533b3178d3abf75c50c10d3851a146db6c
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Sat Oct 13 17:43:04 2007 +0000

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

diff --git a/src/properties.cpp b/src/properties.cpp
index 32bc855..842ab2f 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -311,23 +311,23 @@ namespace Exiv2 {
     };
 
     extern const XmpPropertyInfo xmpPhotoshopInfo[] = {
-        { "AuthorsPosition",  "AuthorsPosition",  "Text",        xmpText,          xmpExternal, "By-line title." },
-        { "CaptionWriter",    "CaptionWriter",    "ProperName",  xmpText,          xmpExternal, "Writer/editor." },
-        { "Category",         "Category",         "Text",        xmpText,          xmpExternal, "Category. Limited to 3 7-bit ASCII characters." },
-        { "City",             "City",             "Text",        xmpText,          xmpExternal, "City." },
-        { "Country",          "Country",          "Text",        xmpText,          xmpExternal, "Country/primary location." },
-        { "Credit",           "Credit",           "Text",        xmpText,          xmpExternal, "Credit." },
-        { "DateCreated",      "DateCreated",      "Date",        xmpText,          xmpExternal, "The date the intellectual content of the document was created (rather than the creation "
-                                                                                                "date of the physical representation), following IIM conventions. For example, a photo "
-                                                                                                "taken during the American Civil War would have a creation date during that epoch "
-                                                                                                "(1861-1865) rather than the date the photo was digitized for archiving." },
-        { "Headline",         "Headline",         "Text",        xmpText,          xmpExternal, "Headline." },
-        { "Instructions",     "Instructions",     "Text",        xmpText,          xmpExternal, "Special instructions." },
-        { "Source",           "Source",           "Text",        xmpText,          xmpExternal, "Source." },
-        { "State",            "State",            "Text",        xmpText,          xmpExternal, "Province/state." },
-        { "SupplementalCategories", "SupplementalCategories", "bag Text", xmpBag,  xmpExternal, "Supplemental category." },
-        { "TransmissionReference", "TransmissionReference", "Text", xmpText,       xmpExternal, "Original transmission reference." },
-        { "Urgency",          "Urgency",          "Integer",     xmpText,          xmpExternal, "Urgency. Valid range is 1-8." },
+        { "AuthorsPosition",        N_("Authors Position"),        "Text",       xmpText, xmpExternal, N_("By-line title.") },
+        { "CaptionWriter",          N_("Caption Writer"),          "ProperName", xmpText, xmpExternal, N_("Writer/editor.") },
+        { "Category",               N_("Category"),                "Text",       xmpText, xmpExternal, N_("Category. Limited to 3 7-bit ASCII characters.") },
+        { "City",                   N_("City"),                    "Text",       xmpText, xmpExternal, N_("City.") },
+        { "Country",                N_("Country"),                 "Text",       xmpText, xmpExternal, N_("Country/primary location.") },
+        { "Credit",                 N_("Credit"),                  "Text",       xmpText, xmpExternal, N_("Credit.") },
+        { "DateCreated",            N_("Date Created"),            "Date",       xmpText, xmpExternal, N_("The date the intellectual content of the document was created (rather than the creation "
+                                                                                                          "date of the physical representation), following IIM conventions. For example, a photo "
+                                                                                                           "taken during the American Civil War would have a creation date during that epoch "
+                                                                                                          "(1861-1865) rather than the date the photo was digitized for archiving.") },
+        { "Headline",               N_("Headline"),                "Text",       xmpText, xmpExternal, N_("Headline.") },
+        { "Instructions",           N_("Instructions"),            "Text",       xmpText, xmpExternal, N_("Special instructions.") },
+        { "Source",                 N_("Source"),                  "Text",       xmpText, xmpExternal, N_("Source.") },
+        { "State",                  N_("State"),                   "Text",       xmpText, xmpExternal, N_("Province/state.") },
+        { "SupplementalCategories", N_("Supplemental Categories"), "bag Text",   xmpBag,  xmpExternal, N_("Supplemental category.") },
+        { "TransmissionReference",  N_("Transmission Reference"),  "Text",       xmpText, xmpExternal, N_("Original transmission reference.") },
+        { "Urgency",                N_("Urgency"),                 "Integer",    xmpText, xmpExternal, N_("Urgency. Valid range is 1-8.") },
         // End of list marker
         { 0, 0, 0, invalidTypeId, xmpInternal, 0 }
     };

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list