summaryrefslogtreecommitdiffstats
path: root/textw/constants_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-04-19 21:10:59 +0000
committerMike Fulbright <msf@redhat.com>2000-04-19 21:10:59 +0000
commitcb4293836cb8bfa8cba0f608a8c89cb1fcfc90c9 (patch)
tree57753347f34ae22d95cd5a4c4f82a8c578a7e28b /textw/constants_text.py
parentb71aaac0db76080f5d1a191c7bbe7d9ae1abf29e (diff)
downloadanaconda-cb4293836cb8bfa8cba0f608a8c89cb1fcfc90c9.tar.gz
anaconda-cb4293836cb8bfa8cba0f608a8c89cb1fcfc90c9.tar.xz
anaconda-cb4293836cb8bfa8cba0f608a8c89cb1fcfc90c9.zip
Renamed constants.py to constants_text.py
Diffstat (limited to 'textw/constants_text.py')
-rw-r--r--textw/constants_text.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/textw/constants_text.py b/textw/constants_text.py
new file mode 100644
index 000000000..50885873c
--- /dev/null
+++ b/textw/constants_text.py
@@ -0,0 +1,10 @@
+#import gettext
+from translate import _
+INSTALL_OK = 0
+INSTALL_BACK = -1
+INSTALL_NOOP = -2
+
+#cat = gettext.Catalog ("anaconda", "/usr/share/locale")
+#_ = cat.gettext
+
+basicButtons = ((_("Ok"), "ok"), (_("Back"), "back"))