atkvalue: add strings to translate value type names
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 5 Mar 2014 18:13:43 +0000 (19:13 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 5 Mar 2014 18:13:43 +0000 (19:13 +0100)
atk/atkvalue.c

index ec3156b..ab3bc84 100755 (executable)
@@ -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};