From ba77819066afb2f9491339cef0cb1bdc4ddaa716 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 19 Jan 2005 16:58:13 +0000 Subject: (switch) add hint for translator --- perl-install/harddrake/sound.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/harddrake/sound.pm') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index d4b3a8547..35aa686ab 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -231,6 +231,9 @@ sub switch { messages => N("Here you can select an alternative driver (either OSS or ALSA) for your sound card (%s).", $device->{description}) . + #-PO: here the first %s is either "OSS" or "ALSA", + #-PO: the second %s is the name of the current driver + #-PO: and the third %s is the name of the default driver N("\n\nYour card currently use the %s\"%s\" driver (default driver for your card is \"%s\")", ($driver =~ /^snd-/ ? "ALSA " : "OSS "), $driver, $device->{driver}), interactive_help => sub { N("OSS (Open Sound System) was the first sound API. It's an OS independent sound API (it's available on most UNIX(tm) systems) but it's a very basic and limited API. -- cgit v1.2.1