summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-03-05 19:13:43 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-03-05 19:13:43 +0100
commit2ef8b3e7c95be0b3e7488066b38a24af16eee461 (patch)
treecc023b8bc9e9b676758898576259093885e83b23
parent27418197b7bf8492f0c839d62611d4c6c451e1f6 (diff)
downloadatk-2ef8b3e7c95be0b3e7488066b38a24af16eee461.tar.gz
atkvalue: add strings to translate value type names
-rwxr-xr-xatk/atkvalue.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/atk/atkvalue.c b/atk/atkvalue.c
index ec3156b..ab3bc84 100755
--- a/atk/atkvalue.c
+++ b/atk/atkvalue.c
@@ -183,6 +183,24 @@ enum {
LAST_SIGNAL
};
+/* These are listed here for extraction by intltool */
+#if 0
+N_("very weak")
+N_("weak")
+N_("acceptable")
+N_("strong")
+N_("very strong")
+N_("very low")
+N_("medium")
+N_("high")
+N_("very high")
+N_("very bad")
+N_("bad")
+N_("good")
+N_("very good")
+N_("best")
+#endif
+
static void atk_value_base_init (AtkValueIface *class);
static guint atk_value_signals[LAST_SIGNAL] = {0};