https://bugs.mageia.org/show_bug.cgi?id=5332
Yuri Chornoivan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Yuri Chornoivan <[email protected]> 2012-04-29 14:54:46 CEST --- Some of these strings are probably from /lib/network.pm. Example (network.pm:439): sub netprofile_set { my ($net, $profile) = @_; $net->{PROFILE} = $profile; system('/sbin/netprofile', 'switch', $net->{PROFILE}); log::explanations(qq(Switching to "$net->{PROFILE}" profile)); } They are untranslatable by design (no N() wrapping), so not extracted. The string "You are now using the network profile Name" is translated in Italian (it's from draknetprofile:172) and should be used. -- Configure bugmail: https://bugs.mageia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
