Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
import gettext
from text import _
INSTALL_OK = 0
INSTALL_BACK = -1
INSTALL_NOOP = -2
#cat = gettext.Catalog ("anaconda", "/usr/share/locale")
#_ = cat.gettext
basicButtons = ((_("Ok"), "ok"), (_("Back"), "back"))