summaryrefslogtreecommitdiffstats
path: root/textw/constants_text.py
blob: 50885873c898f65df9d41a05e8a5e69fe9dc7c8b (plain)
1
2
3
4
5
6
7
8
9
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"))