summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-29 23:57:25 +0000
committerMatt Wilson <msw@redhat.com>2000-02-29 23:57:25 +0000
commitfc5839d2e4e693c7e11a33380a02607de9ceb36b (patch)
tree3b20c4442e99d211bc546843aea9e51394454630 /iw
parentbb04e5e0d741a60eab15c731d4de0d918ca3726d (diff)
downloadanaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.tar.gz
anaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.tar.xz
anaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.zip
o massive move to a better translation model
o rename unprobed monitor to Generic Monitor
Diffstat (limited to 'iw')
-rw-r--r--iw/account.py2
-rw-r--r--iw/auth.py2
-rw-r--r--iw/bootdisk.py2
-rw-r--r--iw/confirm.py2
-rw-r--r--iw/congrats.py2
-rw-r--r--iw/dependencies.py2
-rw-r--r--iw/examine.py2
-rw-r--r--iw/fdisk.py2
-rw-r--r--iw/format.py2
-rw-r--r--iw/installpath.py2
-rw-r--r--iw/keyboard.py2
-rw-r--r--iw/language.py2
-rw-r--r--iw/lilo.py2
-rw-r--r--iw/mouse.py2
-rw-r--r--iw/network.py2
-rw-r--r--iw/package.py2
-rw-r--r--iw/progress.py2
-rw-r--r--iw/rootpartition.py2
-rw-r--r--iw/silo.py2
-rw-r--r--iw/timezone.py2
-rw-r--r--iw/welcome.py2
-rw-r--r--iw/xconfig.py2
22 files changed, 22 insertions, 22 deletions
diff --git a/iw/account.py b/iw/account.py
index 27fdad51b..1efe27596 100644
--- a/iw/account.py
+++ b/iw/account.py
@@ -1,6 +1,6 @@
from gtk import *
from iw import *
-from gui import _
+from translate import _
import re
import string
diff --git a/iw/auth.py b/iw/auth.py
index 91b5b121b..0d99018de 100644
--- a/iw/auth.py
+++ b/iw/auth.py
@@ -1,6 +1,6 @@
from gtk import *
from iw import *
-from gui import _
+from translate import _
class AuthWindow (InstallWindow):
diff --git a/iw/bootdisk.py b/iw/bootdisk.py
index 9d7b43c92..a28a50186 100644
--- a/iw/bootdisk.py
+++ b/iw/bootdisk.py
@@ -1,6 +1,6 @@
from iw import *
from gtk import *
-from gui import _
+from translate import _
import iutil
class BootdiskWindow (InstallWindow):
diff --git a/iw/confirm.py b/iw/confirm.py
index 6ebb18758..6a236b8d6 100644
--- a/iw/confirm.py
+++ b/iw/confirm.py
@@ -1,6 +1,6 @@
from gtk import *
from iw import *
-from gui import _
+from translate import _
class ConfirmWindow (InstallWindow):
diff --git a/iw/congrats.py b/iw/congrats.py
index ae90fdfbd..8e1f7745e 100644
--- a/iw/congrats.py
+++ b/iw/congrats.py
@@ -1,7 +1,7 @@
from gtk import *
from gnome.ui import *
from iw import *
-from gui import _
+from translate import _
class CongratulationWindow (InstallWindow):
diff --git a/iw/dependencies.py b/iw/dependencies.py
index 62e2d119f..f06dabc9b 100644
--- a/iw/dependencies.py
+++ b/iw/dependencies.py
@@ -1,6 +1,6 @@
from iw import *
from gtk import *
-from gui import _
+from translate import _
class UnresolvedDependenciesWindow (InstallWindow):
diff --git a/iw/examine.py b/iw/examine.py
index 0e6462fc3..6a4479d0f 100644
--- a/iw/examine.py
+++ b/iw/examine.py
@@ -1,7 +1,7 @@
from gtk import *
from iw import *
from package import *
-from gui import _
+from translate import _
class UpgradeExamineWindow (InstallWindow):
diff --git a/iw/fdisk.py b/iw/fdisk.py
index f39e2f0c2..714a6d6f3 100644
--- a/iw/fdisk.py
+++ b/iw/fdisk.py
@@ -1,7 +1,7 @@
from gtk import *
from iw import *
from gnome.zvt import *
-from gui import _
+from translate import _
import isys
import os
diff --git a/iw/format.py b/iw/format.py
index 07b59f148..1aee7e315 100644
--- a/iw/format.py
+++ b/iw/format.py
@@ -2,7 +2,7 @@ from gtk import *
from iw import *
from thread import *
import isys
-from gui import _
+from translate import _
class FormatWindow (InstallWindow):
def __init__ (self, ics):
diff --git a/iw/installpath.py b/iw/installpath.py
index adcaa5192..71cd2434f 100644
--- a/iw/installpath.py
+++ b/iw/installpath.py
@@ -22,7 +22,7 @@ from fdisk import *
from rootpartition import *
from confirm import *
import iutil
-from gui import _
+from translate import _
import installclass
UPGRADE = 0
diff --git a/iw/keyboard.py b/iw/keyboard.py
index db70fe52d..3acce3cb2 100644
--- a/iw/keyboard.py
+++ b/iw/keyboard.py
@@ -3,7 +3,7 @@ from iw import *
import xkb
import string
import keyboard
-from gui import _
+from translate import _
class KeyboardWindow (InstallWindow):
diff --git a/iw/language.py b/iw/language.py
index 8ca133127..f77f6d350 100644
--- a/iw/language.py
+++ b/iw/language.py
@@ -1,6 +1,6 @@
from gtk import *
from iw import *
-from gui import _
+from translate import _
class LanguageWindow (InstallWindow):
diff --git a/iw/lilo.py b/iw/lilo.py
index 546ab44bf..5c169bb5c 100644
--- a/iw/lilo.py
+++ b/iw/lilo.py
@@ -1,6 +1,6 @@
from iw import *
from gtk import *
-from gui import _
+from translate import _
from xpms import SMALL_CHECK
import GdkImlib
diff --git a/iw/mouse.py b/iw/mouse.py
index 6ef294e9c..73c9237fe 100644
--- a/iw/mouse.py
+++ b/iw/mouse.py
@@ -3,7 +3,7 @@ from iw import *
from string import *
from re import *
import tree
-from gui import _
+from translate import _
import xmouse
class MouseWindow (InstallWindow):
diff --git a/iw/network.py b/iw/network.py
index e254c04f8..85b2c5722 100644
--- a/iw/network.py
+++ b/iw/network.py
@@ -1,7 +1,7 @@
from gtk import *
from iw import *
from isys import *
-from gui import _
+from translate import _
class NetworkWindow (InstallWindow):
diff --git a/iw/package.py b/iw/package.py
index ece9226ad..4d64849a1 100644
--- a/iw/package.py
+++ b/iw/package.py
@@ -9,7 +9,7 @@ import GdkImlib
import string
import sys
import xpms
-from gui import _
+from translate import _
class IndividualPackageSelectionWindow (InstallWindow):
diff --git a/iw/progress.py b/iw/progress.py
index cd11bc086..f1cd709b5 100644
--- a/iw/progress.py
+++ b/iw/progress.py
@@ -4,7 +4,7 @@ import string
import rpm
import time
from threading import *
-from gui import _
+from translate import _
class DoInstall (Thread):
def __init__ (self, icw, todo):
diff --git a/iw/rootpartition.py b/iw/rootpartition.py
index 22150b8bf..071cef737 100644
--- a/iw/rootpartition.py
+++ b/iw/rootpartition.py
@@ -2,7 +2,7 @@ from gtk import *
from iw import *
from thread import *
import isys
-from gui import _
+from translate import _
import gui
from fdisk import *
import isys
diff --git a/iw/silo.py b/iw/silo.py
index 9a3e71ff0..da2238e1e 100644
--- a/iw/silo.py
+++ b/iw/silo.py
@@ -1,6 +1,6 @@
from iw import *
from gtk import *
-from gui import _
+from translate import _
from xpms import SMALL_CHECK
import GdkImlib
diff --git a/iw/timezone.py b/iw/timezone.py
index 0c7afea7c..783f8e77c 100644
--- a/iw/timezone.py
+++ b/iw/timezone.py
@@ -2,7 +2,7 @@ from gtk import *
from iw import *
import string
from gnome.ui import GnomeCanvas
-from gui import _
+from translate import _
import timezonemap
diff --git a/iw/welcome.py b/iw/welcome.py
index 38cf0e8df..10e2e97ab 100644
--- a/iw/welcome.py
+++ b/iw/welcome.py
@@ -1,7 +1,7 @@
from gtk import *
from gnome.ui import *
from iw import *
-from gui import _
+from translate import _
class WelcomeWindow (InstallWindow):
diff --git a/iw/xconfig.py b/iw/xconfig.py
index 7f0fc39e4..106920521 100644
--- a/iw/xconfig.py
+++ b/iw/xconfig.py
@@ -1,6 +1,6 @@
from gtk import *
from iw import *
-from gui import _
+from translate import _
import string
import sys