[Mageia-i18n] [Bug 5332] during the switch to another network profile italian localization is missing

Yuri Chornoivan bugzilla-daemon at mageia.org
Sun Apr 29 14:54:45 CEST 2012


https://bugs.mageia.org/show_bug.cgi?id=5332

Yuri Chornoivan <yurchor at ukr.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yurchor at ukr.net

--- Comment #2 from Yuri Chornoivan <yurchor at ukr.net> 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.


More information about the Mageia-i18n mailing list