From cb4293836cb8bfa8cba0f608a8c89cb1fcfc90c9 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Wed, 19 Apr 2000 21:10:59 +0000 Subject: Renamed constants.py to constants_text.py --- textw/constants_text.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textw/constants_text.py (limited to 'textw/constants_text.py') 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")) -- cgit