[atk] atkvalue: add strings to translate value type names



commit 2ef8b3e7c95be0b3e7488066b38a24af16eee461
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Wed Mar 5 19:13:43 2014 +0100

    atkvalue: add strings to translate value type names

 atk/atkvalue.c |   18 ++++++++++++++++++
 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};


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