[gimp/gimp-attributes-wip] plug-ins: metainfo - revert some changes from last commit



commit ae8c30ef70337c5bb939e00fe6ae9cc0d80b2d10
Author: Hartmut Kuhse <hk_priv gmx de>
Date:   Thu Oct 9 15:13:05 2014 +0200

    plug-ins: metainfo - revert some changes from last commit

 plug-ins/metainfo/datapage.h            |    2 +-
 plug-ins/metainfo/page-administration.c |    4 ++--
 plug-ins/metainfo/page-artwork.c        |    2 +-
 plug-ins/metainfo/page-description.c    |    4 ++--
 plug-ins/metainfo/page-rights.c         |    6 +++---
 5 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/plug-ins/metainfo/datapage.h b/plug-ins/metainfo/datapage.h
index 7742c5c..8d839e9 100644
--- a/plug-ins/metainfo/datapage.h
+++ b/plug-ins/metainfo/datapage.h
@@ -73,7 +73,7 @@ typedef struct _StructureElement StructureElement;
 struct _StructureElement
 {
   gint                        number_of_element;       /* simply the number, corresponding to 
STRUCTURES_ON_PAGE */
-  const gchar                *identifier;              /* identifier for combobox entries */
+  const gchar                *identifier;              /* translateable - identifier for combobox entries */
   const gchar                *struct_tag;              /* structure tag without array number */
   GimpAttributeStructureType  struct_type;             /* type of structure, gexiv2 cannot get the right 
list type from tag*/
   const gchar                *expand_label_widget;     /* name of the expander label widget */
diff --git a/plug-ins/metainfo/page-administration.c b/plug-ins/metainfo/page-administration.c
index cf15cb3..935528f 100644
--- a/plug-ins/metainfo/page-administration.c
+++ b/plug-ins/metainfo/page-administration.c
@@ -35,7 +35,7 @@
 static StructureElement struct_element [] =
     {
         {0,
-            "Image supplier",
+            N_("Image supplier"),
             "Xmp.plus.ImageSupplier",
             STRUCTURE_TYPE_SEQ,
             "imagesupplier-label",
@@ -45,7 +45,7 @@ static StructureElement struct_element [] =
             "imagesupplier-button-minus"},
 
         {1,
-            "Registry ID",
+            N_("Registry ID"),
             "Xmp.iptcExt.RegistryId",
             STRUCTURE_TYPE_BAG,
             "registryid-label",
diff --git a/plug-ins/metainfo/page-artwork.c b/plug-ins/metainfo/page-artwork.c
index 0dd5ed0..c965089 100644
--- a/plug-ins/metainfo/page-artwork.c
+++ b/plug-ins/metainfo/page-artwork.c
@@ -35,7 +35,7 @@
 static StructureElement struct_element [] =
     {
         {0,
-            "Artwork or Object",
+            N_("Artwork or Object"),
             "Xmp.iptcExt.ArtworkOrObject",
             STRUCTURE_TYPE_BAG,
             "artworkorobject-label",
diff --git a/plug-ins/metainfo/page-description.c b/plug-ins/metainfo/page-description.c
index 18af2bf..558109c 100644
--- a/plug-ins/metainfo/page-description.c
+++ b/plug-ins/metainfo/page-description.c
@@ -31,7 +31,7 @@
 static StructureElement struct_element [] =
     {
         {0,
-            "Location created",
+            N_("Location created"),
             "Xmp.iptcExt.LocationCreated",
             STRUCTURE_TYPE_BAG,
             "location-created-label",
@@ -41,7 +41,7 @@ static StructureElement struct_element [] =
             "location-created-button-minus"},
 
         {1,
-            "Location shown",
+            N_("Location shown"),
             "Xmp.iptcExt.LocationShown",
             STRUCTURE_TYPE_SEQ,
             "location-shown-label",
diff --git a/plug-ins/metainfo/page-rights.c b/plug-ins/metainfo/page-rights.c
index d4f2926..ce8662d 100644
--- a/plug-ins/metainfo/page-rights.c
+++ b/plug-ins/metainfo/page-rights.c
@@ -34,7 +34,7 @@
 static StructureElement struct_element [] =
     {
         {0,
-            "Image creator",
+            N_("Image creator"),
             "Xmp.plus.ImageCreator",
             STRUCTURE_TYPE_SEQ,
             "imagecreator-label",
@@ -44,7 +44,7 @@ static StructureElement struct_element [] =
             "imagecreator-button-minus"},
 
         {1,
-            "Copyright Owner",
+            N_("Copyright Owner"),
             "Xmp.plus.CopyrightOwner",
             STRUCTURE_TYPE_SEQ,
             "copyrightowner-label",
@@ -54,7 +54,7 @@ static StructureElement struct_element [] =
             "copyrightowner-button-minus"},
 
         {2,
-            "Licensor",
+            N_("Licensor"),
             "Xmp.plus.Licensor",
             STRUCTURE_TYPE_BAG,
             "licensor-label",


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