summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-i18n/2012-April/002802.html
blob: 97109ff7289fdf36052f582f90bc29b076339525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-i18n] [Bug 5332] during the switch to another network profile italian localization is missing
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20%5BBug%205332%5D%20during%20the%20switch%20to%20another%20network%0A%20profile%20italian%20localization%20is%20missing&In-Reply-To=%3C20120429125446.0468544211%40alamut.mageia.org%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="002801.html">
   <LINK REL="Next"  HREF="002773.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-i18n] [Bug 5332] during the switch to another network profile italian localization is missing</H1>
    <B>Yuri Chornoivan</B> 
    <A HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20%5BBug%205332%5D%20during%20the%20switch%20to%20another%20network%0A%20profile%20italian%20localization%20is%20missing&In-Reply-To=%3C20120429125446.0468544211%40alamut.mageia.org%3E"
       TITLE="[Mageia-i18n] [Bug 5332] during the switch to another network profile italian localization is missing">bugzilla-daemon at mageia.org
       </A><BR>
    <I>Sun Apr 29 14:54:45 CEST 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="002801.html">[Mageia-i18n] [Bug 5332] during the switch to another network profile italian localization is missing
</A></li>
        <LI>Next message: <A HREF="002773.html">[Mageia-i18n] Translation of Help texts in installer
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#2802">[ date ]</a>
              <a href="thread.html#2802">[ thread ]</a>
              <a href="subject.html#2802">[ subject ]</a>
              <a href="author.html#2802">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE><A HREF="https://bugs.mageia.org/show_bug.cgi?id=5332">https://bugs.mageia.org/show_bug.cgi?id=5332</A>

Yuri Chornoivan &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">yurchor at ukr.net</A>&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">yurchor at ukr.net</A>

--- Comment #2 from Yuri Chornoivan &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">yurchor at ukr.net</A>&gt; 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-&gt;{PROFILE} = $profile;
    system('/sbin/netprofile', 'switch', $net-&gt;{PROFILE});
    log::explanations(qq(Switching to &quot;$net-&gt;{PROFILE}&quot; profile));
}

They are untranslatable by design (no N() wrapping), so not extracted.

The string &quot;You are now using the network profile Name&quot; is translated in
Italian (it's from draknetprofile:172) and should be used.

-- 
Configure bugmail: <A HREF="https://bugs.mageia.org/userprefs.cgi?tab=email">https://bugs.mageia.org/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the assignee for the bug.
</PRE>


<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="002801.html">[Mageia-i18n] [Bug 5332] during the switch to another network profile italian localization is missing
</A></li>
	<LI>Next message: <A HREF="002773.html">[Mageia-i18n] Translation of Help texts in installer
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#2802">[ date ]</a>
              <a href="thread.html#2802">[ thread ]</a>
              <a href="subject.html#2802">[ subject ]</a>
              <a href="author.html#2802">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-i18n">More information about the Mageia-i18n
mailing list</a><br>
</body></html>