summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-i18n/2011-April/001155.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-i18n/2011-April/001155.html')
-rw-r--r--zarb-ml/mageia-i18n/2011-April/001155.html220
1 files changed, 220 insertions, 0 deletions
diff --git a/zarb-ml/mageia-i18n/2011-April/001155.html b/zarb-ml/mageia-i18n/2011-April/001155.html
new file mode 100644
index 000000000..642935de2
--- /dev/null
+++ b/zarb-ml/mageia-i18n/2011-April/001155.html
@@ -0,0 +1,220 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-i18n] String changes in perl-install
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20String%20changes%20in%20perl-install&In-Reply-To=%3CBANLkTi%3D8PTpJNy6pnqrH-%3DQwOf%2BJZx8gHQ%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="001142.html">
+ <LINK REL="Next" HREF="001159.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-i18n] String changes in perl-install</H1>
+ <B>Ahmad Samir</B>
+ <A HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20String%20changes%20in%20perl-install&In-Reply-To=%3CBANLkTi%3D8PTpJNy6pnqrH-%3DQwOf%2BJZx8gHQ%40mail.gmail.com%3E"
+ TITLE="[Mageia-i18n] String changes in perl-install">ahmadsamir3891 at gmail.com
+ </A><BR>
+ <I>Mon Apr 4 19:17:34 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001142.html">[Mageia-i18n] String changes in perl-install
+</A></li>
+ <LI>Next message: <A HREF="001159.html">[Mageia-i18n] String changes in perl-install
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1155">[ date ]</a>
+ <a href="thread.html#1155">[ thread ]</a>
+ <a href="subject.html#1155">[ subject ]</a>
+ <a href="author.html#1155">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>2011/4/4 R&#233;mi Verschelde &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">rverschelde at gmail.com</A>&gt;:
+&gt;<i> 2011/4/4 Ahmad Samir &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">ahmadsamir3891 at gmail.com</A>&gt;:
+</I>&gt;&gt;<i> Looking at drakx/trunk/perl-install/share/po/libDrakX.pot , I modified
+</I>&gt;&gt;<i> some strings in the various .pm files in perl-install to make them
+</I>&gt;&gt;<i> read better English (as best I could), since the changes[1] are a lot, I
+</I>&gt;&gt;<i> thought I'd better get other people to look at them before committing.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> [1] <A HREF="http://ryu.zarb.org/~ahmad/perl-install-svn-diff.diff">http://ryu.zarb.org/~ahmad/perl-install-svn-diff.diff</A>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> --
+</I>&gt;&gt;<i> Ahmad Samir
+</I>&gt;&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> It looks okay, except for a few ones (I checked only this modified
+</I>&gt;<i> strings, though) :
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Index: mygtk2.pm
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- mygtk2.pm &#160; (revision 805)
+</I>&gt;<i> +++ mygtk2.pm &#160; (working copy)
+</I>&gt;<i> @@ -1540,7 +1540,7 @@
+</I>&gt;<i> &#160; &#160; my %weakness_tooltip = (
+</I>&gt;<i> &#160; &#160; &#160; &#160; 1 =&gt; N(&quot;Password is trivial to guess&quot;),
+</I>&gt;<i> &#160; &#160; &#160; &#160; 2 =&gt; N(&quot;Password is trivial to guess&quot;),
+</I>&gt;<i> - &#160; &#160; &#160; &#160;3 =&gt; N(&quot;Password should resist to basic attacks&quot;),
+</I>&gt;<i> + &#160; &#160; &#160; 3 =&gt; N(&quot;Password should resistant to basic attacks&quot;),
+</I>&gt;<i> &#160; &#160; &#160; &#160; 4 =&gt; N(&quot;Password seems secure&quot;),
+</I>&gt;<i> &#160; &#160; &#160; &#160; 5 =&gt; N(&quot;Password seems secure&quot;));
+</I>&gt;<i> &#160; &#160; my $weakness_tooltip = $weakness_tooltip{$password_weakness} ||
+</I>&gt;<i> return undef;
+</I>&gt;<i> Index: raid.pm
+</I>&gt;<i>
+</I>&gt;<i> &quot;Password should resistant&quot; means nothing, so it should be either the
+</I>&gt;<i> former sentence or &quot;Password should be resistant&quot;.
+</I>&gt;<i>
+</I>
+Yep, already said so to Thierry (I forwarded the email to him).
+
+&gt;<i>
+</I>&gt;<i> Index: fs/mount_options.pm
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- fs/mount_options.pm (revision 804)
+</I>&gt;<i> +++ fs/mount_options.pm (working copy)
+</I>&gt;<i> @@ -109,38 +109,38 @@
+</I>&gt;<i> [...]
+</I>&gt;<i> - &#160; &#160; &#160; 'users' =&gt; N(&quot;Allow every user to mount and umount the file
+</I>&gt;<i> system.&quot;),
+</I>&gt;<i> + &#160; &#160; &#160; 'users' =&gt; N(&quot;Allow every user to mount and umount the filesystem.&quot;),
+</I>&gt;<i>
+</I>&gt;<i> Just to make sure: does &quot;umount&quot; refer to the command and is used
+</I>&gt;<i> abusively as a verb meaning &quot;to unmount&quot;, or is it a typo? Both
+</I>&gt;<i> &quot;umount&quot; and &quot;unmount&quot; are correct depending on the context, whether
+</I>&gt;<i> you want to speak about the commands which the user can use or the
+</I>&gt;<i> actions he can perform.
+</I>
+But I didn't change that part it was umount originally :) (will change
+it anyway).
+
+&gt;<i>
+</I>&gt;<i> [...]
+</I>&gt;<i> @@ -203,7 +203,7 @@
+</I>&gt;<i> &#160; &#160; &#160; &#160;#- noatime on laptops (do not wake up the hd)
+</I>&gt;<i> &#160; &#160; &#160; &#160;#- otherwise relatime (wake up the hd less often / better performances)
+</I>&gt;<i> &#160; &#160; &#160; &#160;#- Do &#160;not &#160;update &#160;inode &#160;access times on this
+</I>&gt;<i> - &#160; &#160; &#160; #- file system (e.g, for faster access &#160;on &#160;the
+</I>&gt;<i> + &#160; &#160; &#160; #- filesystem (e.g, for faster access &#160;on &#160;the
+</I>&gt;<i> &#160; &#160; &#160; &#160;#- news spool to speed up news servers).
+</I>&gt;<i>
+</I>&gt;<i> Too many spaces, no ? In the third and fourth (corrected) sentences.
+</I>
+Again I didn't touch that part, and the double spaces are in comments,
+so they don't matter.
+
+&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Index: fs/partitioning_wizard.pm
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- fs/partitioning_wizard.pm &#160; (revision 805)
+</I>&gt;<i> +++ fs/partitioning_wizard.pm &#160; (working copy)
+</I>&gt;<i> @@ -51,7 +51,7 @@
+</I>&gt;<i> [...]
+</I>&gt;<i> -Your Microsoft Windows&#174; partition will be now resized.
+</I>&gt;<i> +Your Microsoft Windows&#174; partition will be resized now.
+</I>&gt;<i>
+</I>&gt;<i> I'd say &quot;Your Microsoft Windows&#174; partition will now be resized.&quot;, but
+</I>&gt;<i> the sentence you proposed is okay.
+</I>&gt;<i>
+</I>&gt;<i> [...]
+</I>&gt;<i> - &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;$in-&gt;ask_from(N(&quot;Partitionning&quot;), N(&quot;Which
+</I>&gt;<i> size do you want to keep for Microsoft Windows&#174; on partition %s?&quot;,
+</I>&gt;<i> partition_table::description($part)), [
+</I>&gt;<i> + &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;$in-&gt;ask_from(N(&quot;Partitionning&quot;), N(&quot;What
+</I>&gt;<i> size do you want to keep for Microsoft Windows&#174; on partition %s?&quot;,
+</I>&gt;<i> partition_table::description($part)), [
+</I>&gt;<i>
+</I>&gt;<i> The new sentence is okay, but maybe this one would be clearer: &quot;Which
+</I>&gt;<i> disk space do you want to keep for Microsoft Windows&#174; on partition
+</I>&gt;<i> %s?&quot;
+</I>&gt;<i>
+</I>
+&quot;Which&quot; implies defined choices, i.e. &quot;Which size do you want to keep for foo?
+1) 500
+2) 1000
+3) 2000 &quot;
+
+if there're no given/defined choices, I think &quot;what&quot; is better in the context.
+
+&gt;<i>
+</I>&gt;<i> Index: fsedit.pm
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- fsedit.pm &#160; (revision 805)
+</I>&gt;<i> +++ fsedit.pm &#160; (working copy)
+</I>&gt;<i>
+</I>&gt;<i> [...]
+</I>&gt;<i> &#160; &#160; &#160; &#160; &#160; &#160;cdie N(&quot;You've selected a software RAID partition as root (/).
+</I>&gt;<i> -No bootloader is able to handle this without a /boot partition.
+</I>&gt;<i> -Please be sure to add a /boot partition&quot;);
+</I>&gt;<i> +No bootloader is able to handle this without a separate separate
+</I>&gt;<i> /boot partition.
+</I>&gt;<i> +Please be sure to add a separate /boot partition&quot;);
+</I>&gt;<i>
+</I>&gt;<i> You wrote &quot;separate&quot; twice in the first corrected sentence.
+</I>&gt;<i>
+</I>
+Yeah, too eager correction, will fix.
+
+&gt;<i> [...]
+</I>&gt;<i> &#160;The bootloader is not able to handle this when the volume spans
+</I>&gt;<i> physical volumes.
+</I>&gt;<i> -You should create a /boot partition first&quot;) if $mntpoint eq &quot;/&quot; &amp;&amp;
+</I>&gt;<i> isLVM($part) &amp;&amp; lvm::lv_nb_pvs($part) != 1 &amp;&amp;
+</I>&gt;<i> !fs::get::has_mntpoint(&quot;/boot&quot;, $all_hds);
+</I>&gt;<i> +You should create a /boot separate partition first&quot;) if $mntpoint eq
+</I>&gt;<i> &quot;/&quot; &amp;&amp; isLVM($part) &amp;&amp; lvm::lv_nb_pvs($part) != 1 &amp;&amp;
+</I>&gt;<i> !fs::get::has_mntpoint(&quot;/boot&quot;, $all_hds);
+</I>&gt;<i>
+</I>&gt;<i> You used &quot;separate /boot partition&quot; in all the other modifications, so
+</I>&gt;<i> why not here? (moreover &quot;/boot separate partition&quot; sounds bizarre).
+</I>&gt;<i>
+</I>
+Typo, will fix.
+
+Thanks :)
+
+&gt;<i>
+</I>&gt;<i> Cheers,
+</I>&gt;<i> R&#233;mi / Akien
+</I>&gt;<i>
+</I>
+
+--
+Ahmad Samir
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001142.html">[Mageia-i18n] String changes in perl-install
+</A></li>
+ <LI>Next message: <A HREF="001159.html">[Mageia-i18n] String changes in perl-install
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1155">[ date ]</a>
+ <a href="thread.html#1155">[ thread ]</a>
+ <a href="subject.html#1155">[ subject ]</a>
+ <a href="author.html#1155">[ 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>