diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-19 16:58:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-19 16:58:13 +0000 |
commit | ba77819066afb2f9491339cef0cb1bdc4ddaa716 (patch) | |
tree | dbe89f67544f01778b7e4033a8ecc6ea9b5c02b0 /perl-install/harddrake | |
parent | 0a06c22101ab3cdf6b5772603cf6bfbbb7abcb0b (diff) | |
download | drakx-ba77819066afb2f9491339cef0cb1bdc4ddaa716.tar drakx-ba77819066afb2f9491339cef0cb1bdc4ddaa716.tar.gz drakx-ba77819066afb2f9491339cef0cb1bdc4ddaa716.tar.bz2 drakx-ba77819066afb2f9491339cef0cb1bdc4ddaa716.tar.xz drakx-ba77819066afb2f9491339cef0cb1bdc4ddaa716.zip |
(switch) add hint for translator
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/sound.pm | 3 |
1 files changed, 3 insertions, 0 deletions
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. |