summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-09-16 11:44:35 +0000
committerDaouda Lo <daouda@mandriva.com>2002-09-16 11:44:35 +0000
commit6c10b5256715fabb51c235019e53025eb893f58a (patch)
tree1d04c61439418766254b8872622281d83299d930
parent57191285aa041139304518fc06942ff1ab0a104c (diff)
downloaddrakx-6c10b5256715fabb51c235019e53025eb893f58a.tar
drakx-6c10b5256715fabb51c235019e53025eb893f58a.tar.gz
drakx-6c10b5256715fabb51c235019e53025eb893f58a.tar.bz2
drakx-6c10b5256715fabb51c235019e53025eb893f58a.tar.xz
drakx-6c10b5256715fabb51c235019e53025eb893f58a.zip
- translation for drakfloppy
-rwxr-xr-xperl-install/standalone/drakfloppy18
1 files changed, 9 insertions, 9 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy
index 4a42e07f5..d5ece3c48 100755
--- a/perl-install/standalone/drakfloppy
+++ b/perl-install/standalone/drakfloppy
@@ -42,15 +42,15 @@ Gtk->set_locale;
# (This version is now UTF8 compliant - Sg 2001-08-18)
#-------------------------------------------------------------
-sub _ {
- my $s = shift @_; my $t = translate($s);
- sprintf $t, @_;
-}
-
-sub translate {
- my ($s) = @_;
- $s ? c::dgettext('libDrakX', $s) : '';
-}
+#sub _ {
+# my $s = shift @_; my $t = translate($s);
+# sprintf $t, @_;
+#}
+
+#sub translate {
+# my ($s) = @_;
+# $s ? c::dgettext('libDrakX', $s) : '';
+#}
if ($::isEmbedded) {
print "EMBED\n";