From 0e8e20bb8a27907ab5e23c2446e76a16892d29c8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 Aug 2004 08:09:32 +0000 Subject: add hint about ala LaTeX strings for translators --- perl-install/install_any.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'perl-install/install_any.pm') 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? -- cgit v1.2.1