diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-28 19:53:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-28 19:53:46 +0000 |
commit | f0e17b23a011c93f549e74c60d8ffd819be8d545 (patch) | |
tree | 1990656dddda095d29a1948d5b1f6e787bd96d4a /perl-install/bootloader.pm | |
parent | abc84f5b8593bddeaba850089d4c5e0e81851a07 (diff) | |
download | drakx-f0e17b23a011c93f549e74c60d8ffd819be8d545.tar drakx-f0e17b23a011c93f549e74c60d8ffd819be8d545.tar.gz drakx-f0e17b23a011c93f549e74c60d8ffd819be8d545.tar.bz2 drakx-f0e17b23a011c93f549e74c60d8ffd819be8d545.tar.xz drakx-f0e17b23a011c93f549e74c60d8ffd819be8d545.zip |
(install_grub, suggest): add PO comments for i18n saying "don't use 8bit
strings"
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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"), |