summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-February/002604.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-February/002604.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-February/002604.html333
1 files changed, 333 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-February/002604.html b/zarb-ml/mageia-sysadm/2011-February/002604.html
new file mode 100644
index 000000000..dd1889359
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-February/002604.html
@@ -0,0 +1,333 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [435] Fix typo
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B435%5D%20Fix%20typo&In-Reply-To=%3CAANLkTikAeWNJ%2BzDeBVaYPNnFdWt2PX9Xs-QyePHpKY0J%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002569.html">
+ <LINK REL="Next" HREF="002610.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [435] Fix typo</H1>
+ <B>Thierry Vignaud</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B435%5D%20Fix%20typo&In-Reply-To=%3CAANLkTikAeWNJ%2BzDeBVaYPNnFdWt2PX9Xs-QyePHpKY0J%40mail.gmail.com%3E"
+ TITLE="[Mageia-sysadm] [435] Fix typo">thierry.vignaud at gmail.com
+ </A><BR>
+ <I>Mon Feb 7 14:35:38 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002569.html">[Mageia-sysadm] [435] Fix typo
+</A></li>
+ <LI>Next message: <A HREF="002610.html">[Mageia-sysadm] [435] Fix typo
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2604">[ date ]</a>
+ <a href="thread.html#2604">[ thread ]</a>
+ <a href="subject.html#2604">[ subject ]</a>
+ <a href="author.html#2604">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 6 February 2011 03:39, &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A>&gt; wrote:
+&gt;<i> Revision 435 Author dmorgan Date 2011-02-06 03:39:28 +0100 (Sun, 06 Feb
+</I>&gt;<i> 2011)
+</I>&gt;<i>
+</I>&gt;<i> Log Message
+</I>&gt;<i>
+</I>&gt;<i> Fix typo
+</I>
+sorry but you've asked for comments so you'll got them :-)
+
+we've a tool named perl_checker (the one that also regenerate po/*.pot
+in drakx modules)
+we used to run it prior to commiting in order to spot bugs.
+it's easy to run it from emacs (see doc in
+/usr/share/doc/perl_checker/*) : once set up,
+just press Ctrl+enter and perl_checker reports any bogus stuff.
+
+OK I may have lied a little, one may have to update the .perl_checker
+blacklist once a time
+for badly written system modules (at least regarding perl_checker
+enforced style).
+
+&gt;<i> Modified Paths
+</I>&gt;<i>
+</I>&gt;<i> control-center/trunk/control-center
+</I>&gt;<i> control-center/trunk/po/drakconf.pot
+</I>&gt;<i>
+</I>&gt;<i> Modified: control-center/trunk/control-center
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- control-center/trunk/control-center 2011-02-06 02:37:30 UTC (rev 434)
+</I>&gt;<i> +++ control-center/trunk/control-center 2011-02-06 02:39:28 UTC (rev 435)
+</I>&gt;<i> @@ -1440,7 +1440,6 @@
+</I>&gt;<i> my $locale = lang::read;
+</I>&gt;<i> require Gtk2::Pango;
+</I>&gt;<i> foreach my $line (grep { $_ ne &quot;\n&quot; &amp;&amp; !/^#/ }
+</I>&gt;<i> cat_(top(glob(&quot;/usr/share/doc/mageia-release-*/CREDITS.$locale-&gt;{lang}&quot;))))
+</I>&gt;<i> {
+</I>&gt;<i> - $l
+</I>&gt;<i> if (my ($type, $comment, $contributor) = split(/\|/, $line, 3)) {
+</I>&gt;<i> last if !$type;
+</I>&gt;<i> $comment =~ s/^ //; # fix initial space of first section
+</I>&gt;<i> (CREDITS format should be enhanced to specify lines that really are
+</I>&gt;<i> sections)
+</I>&gt;<i>
+</I>&gt;<i> Modified: control-center/trunk/po/drakconf.pot
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- control-center/trunk/po/drakconf.pot 2011-02-06 02:37:30 UTC (rev 434)
+</I>&gt;<i> +++ control-center/trunk/po/drakconf.pot 2011-02-06 02:39:28 UTC (rev 435)
+</I>&gt;<i> @@ -6,7 +6,7 @@
+</I>&gt;<i> msgid &quot;&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i> &quot;Project-Id-Version: PACKAGE VERSION\n&quot;
+</I>&gt;<i> -&quot;POT-Creation-Date: 2011-02-06 01:19+0100\n&quot;
+</I>&gt;<i> +&quot;POT-Creation-Date: 2011-02-06 03:41+0100\n&quot;
+</I>&gt;<i> &quot;PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n&quot;
+</I>&gt;<i> &quot;Last-Translator: FULL NAME &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">EMAIL at ADDRESS</A>&gt;\n&quot;
+</I>&gt;<i> &quot;Language-Team: LANGUAGE &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">LL at li.org</A>&gt;\n&quot;
+</I>&gt;<i> @@ -526,7 +526,7 @@
+</I>&gt;<i> msgid &quot;%s Control Center&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:106 ../control-center:1058
+</I>&gt;<i> +#: ../control-center:106 ../control-center:1060
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Loading... Please wait&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i> @@ -1005,22 +1005,22 @@
+</I>&gt;<i> msgid &quot;/_About...&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:730
+</I>&gt;<i> +#: ../control-center:732
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Cancel&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:750
+</I>&gt;<i> +#: ../control-center:752
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;%s Control Center %s [on %s]&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1037 ../control-center:1102
+</I>&gt;<i> +#: ../control-center:1039 ../control-center:1104
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Error&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1037
+</I>&gt;<i> +#: ../control-center:1039
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;&quot;
+</I>&gt;<i> &quot;There's a bug in translations of your language (%s)\n&quot;
+</I>&gt;<i> @@ -1028,135 +1028,135 @@
+</I>&gt;<i> &quot;Please report that bug.&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1102
+</I>&gt;<i> +#: ../control-center:1104
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Impossible to run unknown '%s' program&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1121
+</I>&gt;<i> +#: ../control-center:1123
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;The modifications done in the current module won't be saved.&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1208
+</I>&gt;<i> +#: ../control-center:1210
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;cannot fork: %s&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1231
+</I>&gt;<i> +#: ../control-center:1233
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;cannot fork and exec \&quot;%s\&quot; since it is not executable&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1370
+</I>&gt;<i> +#: ../control-center:1372
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;This program has exited abnormally&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1379
+</I>&gt;<i> +#: ../control-center:1381
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Warning&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1389 ../drakconsole:31
+</I>&gt;<i> +#: ../control-center:1391 ../drakconsole:31
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Close&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1396
+</I>&gt;<i> +#: ../control-center:1398
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;More themes&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1398
+</I>&gt;<i> +#: ../control-center:1400
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Getting new themes&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1399
+</I>&gt;<i> +#: ../control-center:1401
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Additional themes&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1401
+</I>&gt;<i> +#: ../control-center:1403
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Get additional themes on www.damz.net&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1409
+</I>&gt;<i> +#: ../control-center:1411
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;About - %s Control Center&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1418
+</I>&gt;<i> +#: ../control-center:1420
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Authors: &quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1422
+</I>&gt;<i> +#: ../control-center:1424
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;(perl version)&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1427
+</I>&gt;<i> +#: ../control-center:1429
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Artwork: &quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1432
+</I>&gt;<i> +#: ../control-center:1434
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Helene Durosini&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> #. -PO: this is used as &quot;language: translator&quot; in credits part of the about
+</I>&gt;<i> dialog:
+</I>&gt;<i> -#: ../control-center:1455
+</I>&gt;<i> +#: ../control-center:1456
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;- %s: %s\n&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1470
+</I>&gt;<i> +#: ../control-center:1471
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;&quot;
+</I>&gt;<i> &quot;_: NAME OF TRANSLATORS\n&quot;
+</I>&gt;<i> &quot;Your names&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1472
+</I>&gt;<i> +#: ../control-center:1473
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;&quot;
+</I>&gt;<i> &quot;_: EMAIL OF TRANSLATORS\n&quot;
+</I>&gt;<i> &quot;Your emails&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1474
+</I>&gt;<i> +#: ../control-center:1475
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Translator: &quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> #. -PO: Here, first %s will be replaced by 'Mageia'
+</I>&gt;<i> #. -PO: second %s will be replaced by the version (eg: &quot;Mageia 1 (Free)
+</I>&gt;<i> Control Center&quot;)
+</I>&gt;<i> -#: ../control-center:1483
+</I>&gt;<i> +#: ../control-center:1484
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;%s %s (%s) Control Center&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> #. -PO: here %s is eg: &quot;1999-2008&quot;
+</I>&gt;<i> -#: ../control-center:1488
+</I>&gt;<i> +#: ../control-center:1489
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Copyright (C) %s Mandriva SA&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1488
+</I>&gt;<i> +#: ../control-center:1489
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Copyright (C) %s Mageia&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1494
+</I>&gt;<i> +#: ../control-center:1495
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Authors&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i> -#: ../control-center:1495
+</I>&gt;<i> +#: ../control-center:1496
+</I>&gt;<i> #, c-format
+</I>&gt;<i> msgid &quot;Mageia Contributors&quot;
+</I>&gt;<i> msgstr &quot;&quot;
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> Mageia-sysadm mailing list
+</I>&gt;<i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">Mageia-sysadm at mageia.org</A>
+</I>&gt;<i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">https://www.mageia.org/mailman/listinfo/mageia-sysadm</A>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>
+
+
+--
+&gt;<i> R : Tu vois !
+</I>&gt;<i> &gt; Q : Tu crois ?
+</I>&gt;<i> &gt; &gt; R : &#199;a casse l'ordre chronologique de l'&#233;change.
+</I>&gt;<i> &gt; &gt; &gt; Q : En quoi r&#233;pondre au dessus est-il g&#234;nant ?
+</I></PRE>
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002569.html">[Mageia-sysadm] [435] Fix typo
+</A></li>
+ <LI>Next message: <A HREF="002610.html">[Mageia-sysadm] [435] Fix typo
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2604">[ date ]</a>
+ <a href="thread.html#2604">[ thread ]</a>
+ <a href="subject.html#2604">[ subject ]</a>
+ <a href="author.html#2604">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>