* various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext

svn: r6282
This commit is contained in:
Alex Roitman
2006-04-06 22:02:46 +00:00
parent ecc87ea678
commit 57d6df04c9
159 changed files with 160 additions and 158 deletions

View File

@@ -30,7 +30,7 @@ mechanism for the user to edit address information.
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#

View File

@@ -33,7 +33,7 @@ __version__ = "$Revision$"
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
try:
set()

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
try:
set()

View File

@@ -26,7 +26,7 @@
#
#-------------------------------------------------------------------------
import cPickle as pickle
from TransUtils import sgettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#

View File

@@ -33,7 +33,7 @@ __version__ = "$Revision: 6248 $"
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#

View File

@@ -38,7 +38,7 @@ import Utils
from _EditSecondary import EditSecondary
from GrampsWidgets import *
from TransUtils import sgettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#

View File

@@ -25,7 +25,7 @@
# Standard python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
import os
#-------------------------------------------------------------------------

View File

@@ -25,7 +25,7 @@
# Standard python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#

View File

@@ -25,7 +25,7 @@
# Standard python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#

View File

@@ -27,7 +27,7 @@
#-------------------------------------------------------------------------
import os
import locale
from TransUtils import sgettext as _
from gettext import gettext as _
from cgi import escape
#-------------------------------------------------------------------------

View File

@@ -26,7 +26,7 @@
#
#-------------------------------------------------------------------------
import cPickle as pickle
from TransUtils import sgettext as _
from gettext import gettext as _
import logging
log = logging.getLogger(".")

View File

@@ -20,7 +20,7 @@
# $Id$
from TransUtils import sgettext as _
from gettext import gettext as _
import ManagedWindow
import DateHandler

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
try:
set()

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
try:
set()

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#

View File

@@ -20,7 +20,7 @@
# $Id$
from TransUtils import sgettext as _
from gettext import gettext as _
import ManagedWindow
import Config

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
import logging
log = logging.getLogger(".")

View File

@@ -25,7 +25,7 @@
# Python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
try:
set()

View File

@@ -25,7 +25,7 @@
# python modules
#
#-------------------------------------------------------------------------
from TransUtils import sgettext as _
from gettext import gettext as _
from cgi import escape
#-------------------------------------------------------------------------