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