CVS commit by juanjux: :%s/Debian/Mandrake\/Debian
M +10 -10 README 1.2 M +3 -3 kalternatives 1.11 M +2 -2 debian/control 1.3 --- kdenonbeta/kdedebian/kalternatives/README #1.1.1.1:1.2 @@ -3,16 +3,16 @@ Kalternatives is a KDE program that a allows you to easily configure and -change your Debian alternatives system. +change your Mandrake/Debian alternatives system. -What is the Debian Alternatives System? +What is the Mandrake/Debian Alternatives System? ---------------------------------------- -The Debian alternatives system is designed to allow the system administrator to +The Mandrake/Debian alternatives system is designed to allow the system administrator to select an alternative when there are several options that provide the same file -or functionality. For example, there are several different packages on Debian -that provide the command "vi" (the standard POSIX text editor) and Debian (and +or functionality. For example, there are several different packages on Mandrake/Debian +that provide the command "vi" (the standard POSIX text editor) and Mandrake/Debian (and other distributions using this same system as Mandrake Linux) allows you to have more than one option installed (for example, to satisfy the needs for -different users on a multiuser system). But, how does Debian knows which of the +different users on a multiuser system). But, how does Mandrake/Debian knows which of the installed programs must be run when "vi" is entered on a shell? The answer is: using the alternatives system. This system keeps a database of provided @@ -24,5 +24,5 @@ 1. Change the link on /etc/alternatives/vi by hand. -2. Use the Debian command update-alternatives --config vi +2. Use the Mandrake/Debian command update-alternatives --config vi 3. Use Kalternatives. @@ -52,5 +52,5 @@ To Juanjo �lvarez <[EMAIL PROTECTED]> -What is the KDE-Debian project? +What is the KDE-Mandrake/Debian project? ------------------------------- @@ -60,5 +60,5 @@ specifically designed for Debian. If you want to support the info by money or by work (coding, translations, testing) you can have more info on the -kde-debian mailing list: +kde-Debian mailing list: -https://mail.kde.org/mailman/listinfo/kde-debian +https://mail.kde.org/mailman/listinfo/kde-Mandrake/Debian --- kdenonbeta/kdedebian/kalternatives/kalternatives #1.10:1.11 @@ -427,5 +427,5 @@ apply(KMainWindow.__init__, (self,) + args) self.start() - self.setCaption(i18n("Debian Alternatives Manager")) + self.setCaption(i18n("Alternatives Manager")) except SystemExit: print "Exiting..." @@ -455,5 +455,5 @@ # Ups? KMessageBox.critical(self, i18n("Critical Error"), \ - i18n("Kalternatives only work on Debian based or Mandrake systems"),i18n("&Exit")) + i18n("Kalternatives only work on Debian or Mandrake based systems"),i18n("&Exit")) sys.exit(0) @@ -503,5 +503,5 @@ i18n("You are running this program from a non-privileged user account which" "usually means that you will be unable to apply any selected changes using" - "the Apply button. If you want to commit your changes to the Debian alternatives" + "the Apply button. If you want to commit your changes to the alternatives" "system please run the program as the root user."), i18n("Non Privileged User")) == KMessageBox.Cancel: sys.exit(0) --- kdenonbeta/kdedebian/kalternatives/debian/control #1.2:1.3 @@ -7,6 +7,6 @@ Package: kalternatives Architecture: all -Depends: python2.3 | python2.2, python2.3-qt3c102 | python2.2-qt3c102 +Depends: python2.3 | python2.2, python2.3-qt3c102 | python2.2-qt3c102, Description: KDE GUI for configuring the Debian alternatives system - This program form the KDE-Debian project will let you configure the Debian alternatives system (a system that allows + This program lets you configure the Debian/Mandrake alternatives system (a system that allows you to select one alternative file for many in the filesystem) using an easy KDE GUI.