orca r4015 - in trunk: . src/orca



Author: richb
Date: Tue Jul  1 15:37:57 2008
New Revision: 4015
URL: http://svn.gnome.org/viewvc/orca?rev=4015&view=rev

Log:
        * src/orca/text_attribute_names.py:
          More work on bug #538729 - In Orca preferences window /text 
          attributes page the text attribute names not marked for translation.
          Added in two text attribute values for the "writing-mode" text 
          attribute.


Modified:
   trunk/ChangeLog
   trunk/src/orca/text_attribute_names.py

Modified: trunk/src/orca/text_attribute_names.py
==============================================================================
--- trunk/src/orca/text_attribute_names.py	(original)
+++ trunk/src/orca/text_attribute_names.py	Tue Jul  1 15:37:57 2008
@@ -558,6 +558,18 @@
 #
 _textAttributeTable["inherit"] = Q_("textattr|inherit")
 
+# Translators: this is one of the text attribute values for the following
+# text attributes: "writing-mode". It indicates that text is displayed
+# from left to right and top to bottom on the screen.
+#
+_textAttributeTable["lr-tb"] = Q_("textattr|lr-tb")
+
+# Translators: this is one of the text attribute values for the following
+# text attributes: "writing-mode". It indicates that text is displayed 
+# from right to left and top to bottom on the screen.
+#
+_textAttributeTable["rl-tb"] = Q_("textattr|rl-tb")
+
 def getTextAttributeKey(localizedTextAttr):
     """Given a localized text attribute, return the original text 
     attribute, (i.e. the key value).



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