Description of problem: hi, when i switch to another networkprofile i've noticed that the italian translation is missing. the strings untranslated are "switching to network profile Name.. Please wait a few moments..." and "You are now using the network profile Name" or something similar. i didn't find these strings here: http://svnweb.mageia.org/soft/drakx-net/trunk/po/it.po?revision=3149&view=markup is it a bug or the strings are still untranslated? thanks cheers, Marcello
ping
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.
CC: (none) => yurchor
Hi, This bug was filed against cauldron, but we do not have cauldron at the moment. Please report whether this bug is still valid for Mageia 2. Thanks :) Cheers, marja
Keywords: (none) => NEEDINFO
CC: (none) => remiAssignee: mageia-i18n => bugsquadSummary: during the switch to another network profile italian localization is missing => Some netprofile strings can't be localized, please add them to drakx-net.potQA Contact: (none) => mageia-i18n
Keywords: NEEDINFO => Junior_job
Status on this? Pinging Thierry. @yurchor, tv: Are you able to fix this in the code and generate the pot file accordingly?
CC: (none) => thierry.vignaud
Created attachment 4377 [details] Patch to convert some network.pm messages into translatable ones Patch against git/master. Only extraction was tested. Needs an expertize from a Perl professional.
What's the status for this bug? Are those strings still not translatable?
Those are log messages. We don't usually translate those
Closing as wontfix then.
Status: NEW => RESOLVEDResolution: (none) => WONTFIX