summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-18 19:33:28 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2013-09-18 19:46:42 -0300
commit7708ddc87691543315fdfbd7eea435d7bbefc550 (patch)
treeaa2726ee105d9eb077226858343c60e692a16b93
parenta7b8905868e47b39f1c1891a2e362f175de47590 (diff)
downloadglade-7708ddc87691543315fdfbd7eea435d7bbefc550.tar.gz
Added some translators comment sugegsted in
Bug 708190 "Please add translator comment for ".. when loading by widget""
-rw-r--r--gladeui/glade-property-label.c9
-rw-r--r--plugins/gtk+/glade-notebook-editor.ui2
-rw-r--r--plugins/gtk+/glade-text-view-editor.ui2
3 files changed, 11 insertions, 2 deletions
diff --git a/gladeui/glade-property-label.c b/gladeui/glade-property-label.c
index 3aba33fe..4923a337 100644
--- a/gladeui/glade-property-label.c
+++ b/gladeui/glade-property-label.c
@@ -123,6 +123,10 @@ glade_property_label_class_init (GladePropertyLabelClass *class)
g_object_class_install_property
(gobject_class, PROP_PROPERTY_NAME,
g_param_spec_string ("property-name", _("Property Name"),
+ /* To Translators: the property name/id to use to get
+ * the GladeProperty object from the GladeWidget the
+ * property belongs to.
+ */
_("The property name to use when loading by widget"),
NULL, G_PARAM_READWRITE));
@@ -135,6 +139,11 @@ glade_property_label_class_init (GladePropertyLabelClass *class)
g_object_class_install_property
(gobject_class, PROP_PACKING,
g_param_spec_boolean ("packing", _("Packing"),
+ /* To Translators: packing properties or child properties are
+ * properties introduced by GtkContainer and they are not specific
+ * to the container or child widget but to the relation.
+ * For more information see GtkContainer docs.
+ */
_("Whether the property to load is a packing property or not"),
FALSE, G_PARAM_READWRITE));
diff --git a/plugins/gtk+/glade-notebook-editor.ui b/plugins/gtk+/glade-notebook-editor.ui
index 3861130c..e60bc2b0 100644
--- a/plugins/gtk+/glade-notebook-editor.ui
+++ b/plugins/gtk+/glade-notebook-editor.ui
@@ -49,7 +49,7 @@
<property name="margin_left">12</property>
<property name="hexpand">False</property>
<property name="property_name">page</property>
- <property name="custom_text" translatable="yes">Edit page:</property>
+ <property name="custom_text" translatable="yes" comments="Property used to choose which page of the notebook to edit">Edit page:</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/plugins/gtk+/glade-text-view-editor.ui b/plugins/gtk+/glade-text-view-editor.ui
index fcf36588..0dc9d09f 100644
--- a/plugins/gtk+/glade-text-view-editor.ui
+++ b/plugins/gtk+/glade-text-view-editor.ui
@@ -200,7 +200,7 @@
<property name="hexpand">False</property>
<property name="property_name">populate-all</property>
<property name="editor_type">GladeEpropCheck</property>
- <property name="custom_text" translatable="yes">Populate for touch</property>
+ <property name="custom_text" translatable="yes" comments="Name for populate-all property" >Populate for touch</property>
</object>
<packing>
<property name="left_attach">2</property>