From f0e17b23a011c93f549e74c60d8ffd819be8d545 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Feb 2001 19:53:46 +0000 Subject: (install_grub, suggest): add PO comments for i18n saying "don't use 8bit strings" --- perl-install/bootloader.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 3f1fcdda0..a2772f371 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -248,6 +248,7 @@ sub suggest { $lilo->{message} = join('', cat_("$prefix/boot/message")); if (!$lilo->{message}) { my $msg_en = +#-PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit) __("Welcome to %s the operating system chooser! Choose an operating system in the list above or @@ -633,6 +634,7 @@ EOF "; output "$prefix/boot/grub/messages", map { translate($_) . "\n" } ( +#-PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit) __("Welcome to GRUB the operating system chooser!"), __("Use the %c and %c keys for selecting which entry is highlighted."), __("Press enter to boot the selected OS, \'e\' to edit the"), -- cgit v1.2.1