diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-03 21:54:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-03 21:54:39 +0000 |
commit | f5e47bfe1e7777fec98fd44395be350e8da6070d (patch) | |
tree | 77c0b0cb501765d39a0c56eb556420f8d3507fce /perl-install/share/po | |
parent | d1b164fb729f563a50f77dd8d117c8b4c70a4d26 (diff) | |
download | drakx-backup-do-not-use-f5e47bfe1e7777fec98fd44395be350e8da6070d.tar drakx-backup-do-not-use-f5e47bfe1e7777fec98fd44395be350e8da6070d.tar.gz drakx-backup-do-not-use-f5e47bfe1e7777fec98fd44395be350e8da6070d.tar.bz2 drakx-backup-do-not-use-f5e47bfe1e7777fec98fd44395be350e8da6070d.tar.xz drakx-backup-do-not-use-f5e47bfe1e7777fec98fd44395be350e8da6070d.zip |
no_comment
Diffstat (limited to 'perl-install/share/po')
-rw-r--r-- | perl-install/share/po/i18n_compssUsers | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/perl-install/share/po/i18n_compssUsers b/perl-install/share/po/i18n_compssUsers deleted file mode 100644 index c49831eff..000000000 --- a/perl-install/share/po/i18n_compssUsers +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/perl - -use lib "../.."; -use pkgs; - -my $meta_class; - -local *install_any::getFile = sub { - open GETFILE, "../compssUsers$meta_class" and *GETFILE; -}; - -foreach $meta_class ('', '.desktop') { - my (undef, undef, undef, $descr) = pkgs::readCompssUsers([{}], [], $meta_class); - - while (my ($k, $v) = each %$descr) { - foreach ($k, $v) { - s/"/\"/g; - print qq( -#: ../../share/compssUsers$meta_class -msgid "$_" -msgstr "" -); - } - } -} |