diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-09 08:09:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-09 08:09:32 +0000 |
commit | 0e8e20bb8a27907ab5e23c2446e76a16892d29c8 (patch) | |
tree | f46b02e179c86ae6ec978ecfdf9a532a161fb25e /perl-install/install_any.pm | |
parent | b9b785af8651542704ddf97d0dde44f0c11a478c (diff) | |
download | drakx-0e8e20bb8a27907ab5e23c2446e76a16892d29c8.tar drakx-0e8e20bb8a27907ab5e23c2446e76a16892d29c8.tar.gz drakx-0e8e20bb8a27907ab5e23c2446e76a16892d29c8.tar.bz2 drakx-0e8e20bb8a27907ab5e23c2446e76a16892d29c8.tar.xz drakx-0e8e20bb8a27907ab5e23c2446e76a16892d29c8.zip |
add hint about ala LaTeX strings for translators
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 07ba0c1dc..582d5222c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -545,7 +545,9 @@ sub warnAboutNaughtyServers { my ($o) = @_; my @naughtyServers = pkgs::naughtyServers($o->{packages}) or return 1; my $r = $o->ask_from_list_('', -formatAlaTeX(N("You have selected the following server(s): %s +formatAlaTeX( + #-PO: keep the doble empty lines between sections, this is formated a la LaTeX + N("You have selected the following server(s): %s These servers are activated by default. They don't have any known security @@ -566,7 +568,9 @@ sub warnAboutRemovedPackages { my ($o, $packages) = @_; my @removedPackages = keys %{$packages->{state}{ask_remove} || {}} or return; if (!$o->ask_yesorno('', -formatAlaTeX(N("The following packages will be removed to allow upgrading your system: %s +formatAlaTeX( + #-PO: keep the doble empty lines between sections, this is formated a la LaTeX + N("The following packages will be removed to allow upgrading your system: %s Do you really want to remove these packages? |