[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Re: Allowed to backport to 4.6? (forw) KDE/kdeedu/kbruch/src
From:       Marek Laane <bald () smail ! ee>
Date:       2010-12-23 22:56:36
Message-ID: AANLkTin9WesrkwJYm4zLLicxu80fBX-PhRLAaVd0nQjq () mail ! gmail ! com
[Download RAW message or body]

2010/12/24 Sebastian Stein <seb_stein@gmx.de>

> Hi,
>
>
> I want to backport the change shown below from Trunk/ to 4.6/ branch. Am I
> allowed to do so? I noticed that at least the German translation is also
> wrong. I also got an email from a French user, so it is wrong there, too.
>
> Bug report: https://bugs.kde.org/show_bug.cgi?id=240268
>
>
> Please cc me as I'm not subscribed to the list.
>
>
> Regards,
>
> Sebastian
> --
> http://sebstein.hpfsc.de/
>
>
> Absolutely yes, it would be nice to have correct version, so OK from
Estonian team.

Marek Laane


> ----- Forwarded message from Sebastian Stein <seb.kde@hpfsc.de> -----
>
> Date: Thu, 23 Dec 2010 23:17:23 +0100 (CET)
> From: Sebastian Stein <seb.kde@hpfsc.de>
> To: kde-commits@kde.org
> Cc: kbruch@hpfsc.de
> Subject: KDE/kdeedu/kbruch/src
>
> SVN commit 1208997 by sstein:
>
> "multiplying" a ratio is not the same as "expanding" a ratio. Here,
> "expanding"
> is meant instead of "multiplying".
>
> BUG: 240268
>
>
>  M  +7 -7      FractionRingWidget.cpp
>
>
> --- trunk/KDE/kdeedu/kbruch/src/FractionRingWidget.cpp #1208996:1208997
> @@ -112,12 +112,12 @@
>        // Info Labels -------------------------------------
>        leftInfoLabel = new QLabel(this);
>        leftInfoLabel->setObjectName( "leftInfoLabel" );
> -       leftInfoLabel->setText(i18n("Multiply"));
> +       leftInfoLabel->setText(i18n("Expand"));
>        gridLayout->addWidget(leftInfoLabel, 1, 0, Qt::AlignCenter);
>
>        rightInfoLabel = new QLabel(this);
>        rightInfoLabel->setObjectName( "rightInfoLabel" );
> -       rightInfoLabel->setText(i18n("Multiply"));
> +       rightInfoLabel->setText(i18n("Expand"));
>        gridLayout->addWidget(rightInfoLabel, 1, 1, Qt::AlignCenter);
>
>        // SpinBox -----------------------------------------
> @@ -377,9 +377,9 @@
>        }
>        else
>        {
> -               msg = i18n("You have just multiplied the first fraction by
> %1. "
> +               msg = i18n("You have just expanded the first fraction by
> %1. "
>                           "Our main goal is to make all parts be the same
> size. "
> -                          "Try multiplying the first fraction by %2 and
> the second fraction by %3.",
> +                          "Try expanding the first fraction by %2 and the
> second fraction by %3.",
>                           value, rRight.denominator(),
> rLeft.denominator());
>                textMsg->setText(msg);
>        }
> @@ -409,9 +409,9 @@
>        }
>        else
>        {
> -               msg = i18n("You have just multiplied the second fraction by
> %1. "
> +               msg = i18n("You have just expanded the second fraction by
> %1. "
>                           "Our main goal is to make all parts be the same
> size. "
> -                          "Try multiplying the first fraction by %2 and
> the second fraction by %3.",
> +                          "Try expanding the first fraction by %2 and the
> second fraction by %3.",
>                           value, rRight.denominator(),
> rLeft.denominator());
>                textMsg->setText(msg);
>        }
> @@ -456,7 +456,7 @@
>        QString msg = i18nc("%1 and %2 are the two messages translated
> above.",
>                            "The outside ring represents the left fraction.
> %1\n\n"
>                            "The inside ring represents the right fraction.
> %2\n\n"
> -                           "The 'Multiply' spinboxes multiplies each
> fraction. Try to change one of the spinbox values!",
> +                           "The 'Expand' spinboxes expand each fraction.
> Try to change one of the spinbox values!",
>                            insert1, insert2);
>
>        textMsg->setText(msg);
>
> ----- End forwarded message -----
>

[Attachment #3 (text/html)]

<br><br><div class="gmail_quote">2010/12/24 Sebastian Stein <span dir="ltr">&lt;<a \
href="mailto:seb_stein@gmx.de">seb_stein@gmx.de</a>&gt;</span><br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex;"> Hi,<br>
<br>
<br>
I want to backport the change shown below from Trunk/ to 4.6/ branch. Am I<br>
allowed to do so? I noticed that at least the German translation is also<br>
wrong. I also got an email from a French user, so it is wrong there, too.<br>
<br>
Bug report: <a href="https://bugs.kde.org/show_bug.cgi?id=240268" \
target="_blank">https://bugs.kde.org/show_bug.cgi?id=240268</a><br> <br>
<br>
Please cc me as I&#39;m not subscribed to the list.<br>
<br>
<br>
Regards,<br>
<br>
Sebastian<br>
--<br>
<a href="http://sebstein.hpfsc.de/" target="_blank">http://sebstein.hpfsc.de/</a><br>
<br>
<br></blockquote><div>Absolutely yes, it would be nice to have correct version, so OK \
from Estonian team.</div><div><br></div><div>Marek Laane</div><div> </div><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex;">

----- Forwarded message from Sebastian Stein &lt;<a \
href="mailto:seb.kde@hpfsc.de">seb.kde@hpfsc.de</a>&gt; -----<br> <br>
Date: Thu, 23 Dec 2010 23:17:23 +0100 (CET)<br>
From: Sebastian Stein &lt;<a \
                href="mailto:seb.kde@hpfsc.de">seb.kde@hpfsc.de</a>&gt;<br>
To: <a href="mailto:kde-commits@kde.org">kde-commits@kde.org</a><br>
Cc: <a href="mailto:kbruch@hpfsc.de">kbruch@hpfsc.de</a><br>
Subject: KDE/kdeedu/kbruch/src<br>
<br>
SVN commit 1208997 by sstein:<br>
<br>
&quot;multiplying&quot; a ratio is not the same as &quot;expanding&quot; a ratio. \
Here, &quot;expanding&quot;<br> is meant instead of &quot;multiplying&quot;.<br>
<br>
BUG: 240268<br>
<br>
<br>
 M  +7 -7      FractionRingWidget.cpp<br>
<br>
<br>
--- trunk/KDE/kdeedu/kbruch/src/FractionRingWidget.cpp #1208996:1208997<br>
@@ -112,12 +112,12 @@<br>
        // Info Labels -------------------------------------<br>
        leftInfoLabel = new QLabel(this);<br>
        leftInfoLabel-&gt;setObjectName( &quot;leftInfoLabel&quot; );<br>
-       leftInfoLabel-&gt;setText(i18n(&quot;Multiply&quot;));<br>
+       leftInfoLabel-&gt;setText(i18n(&quot;Expand&quot;));<br>
        gridLayout-&gt;addWidget(leftInfoLabel, 1, 0, Qt::AlignCenter);<br>
<br>
        rightInfoLabel = new QLabel(this);<br>
        rightInfoLabel-&gt;setObjectName( &quot;rightInfoLabel&quot; );<br>
-       rightInfoLabel-&gt;setText(i18n(&quot;Multiply&quot;));<br>
+       rightInfoLabel-&gt;setText(i18n(&quot;Expand&quot;));<br>
        gridLayout-&gt;addWidget(rightInfoLabel, 1, 1, Qt::AlignCenter);<br>
<br>
        // SpinBox -----------------------------------------<br>
@@ -377,9 +377,9 @@<br>
        }<br>
        else<br>
        {<br>
-               msg = i18n(&quot;You have just multiplied the first fraction by %1. \
&quot;<br> +               msg = i18n(&quot;You have just expanded the first fraction \
                by %1. &quot;<br>
                           &quot;Our main goal is to make all parts be the same size. \
                &quot;<br>
-                          &quot;Try multiplying the first fraction by %2 and the \
second fraction by %3.&quot;,<br> +                          &quot;Try expanding the \
                first fraction by %2 and the second fraction by %3.&quot;,<br>
                           value, rRight.denominator(), rLeft.denominator());<br>
                textMsg-&gt;setText(msg);<br>
        }<br>
@@ -409,9 +409,9 @@<br>
        }<br>
        else<br>
        {<br>
-               msg = i18n(&quot;You have just multiplied the second fraction by %1. \
&quot;<br> +               msg = i18n(&quot;You have just expanded the second \
                fraction by %1. &quot;<br>
                           &quot;Our main goal is to make all parts be the same size. \
                &quot;<br>
-                          &quot;Try multiplying the first fraction by %2 and the \
second fraction by %3.&quot;,<br> +                          &quot;Try expanding the \
                first fraction by %2 and the second fraction by %3.&quot;,<br>
                           value, rRight.denominator(), rLeft.denominator());<br>
                textMsg-&gt;setText(msg);<br>
        }<br>
@@ -456,7 +456,7 @@<br>
        QString msg = i18nc(&quot;%1 and %2 are the two messages translated \
                above.&quot;,<br>
                            &quot;The outside ring represents the left fraction. \
                %1\n\n&quot;<br>
                            &quot;The inside ring represents the right fraction. \
                %2\n\n&quot;<br>
-                           &quot;The &#39;Multiply&#39; spinboxes multiplies each \
fraction. Try to change one of the spinbox values!&quot;,<br> +                       \
&quot;The &#39;Expand&#39; spinboxes expand each fraction. Try to change one of the \
spinbox values!&quot;,<br>  insert1, insert2);<br>
<br>
        textMsg-&gt;setText(msg);<br>
<br>
----- End forwarded message -----<br>
</blockquote></div><br>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic