<br><br><div class="gmail_quote">On Sat, May 2, 2009 at 9:56 PM, Panagiotis Papadopoulos <span dir="ltr">&lt;<a href="mailto:pano_90@gmx.net">pano_90@gmx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi,<br>
<br>
I once again made some improvements to the strings in rekonq:<br>
Some are simple typo corrections (Javascript -&gt; JavaScript) and others are string changes in order to &quot;ensure compliance&quot; with the KDE Human Interface Guidelines (for example items in Combo boxes have to be written in &quot;Book Title Case&quot;).<br>


<br>
Another thing I changed is the description of rekonq:<br>
<br>
-      I18N_NOOP(&quot;KDE Browser Webkit Based&quot;);<br>
+    I18N_NOOP(&quot;Webkit Based Browser for KDE&quot;);<br>
<br>
The current desription sounds very weird to me, so I changed it to somnething more &quot;not-so-weird-sounding&quot; string ;-)</blockquote><div><br>Yes this sounds better :)<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


<br>
I also added some &quot;TODO remarks&quot; to strings that currently are pretty hard to translate, without knowing the context of the string. The problem is that the strings are &quot;separated&quot; although they actually together form one sentence an example:<br>


<br>
     QString introMessage = i18n(&quot;&lt;qt&gt;Enter username and password for &quot;) +<br>
                            Qt::escape(reply-&gt;url().toString()) + i18n(&quot; at &quot;) + Qt::escape(reply-&gt;url().toString()) + &quot;&lt;/qt&gt;&quot;;<br>
<br>
so I added  a remark like the following to it:<br>
     //TODO: Please convert this string to i18n(&quot;&lt;qt&gt;Enter username and password for %1 at %2&lt;/qt&gt;&quot;)<br>
<br>
I know that this is possible, but because I can&#39;t code at all, I can&#39;t do this myself.</blockquote><div> <br>Yes, this is important from translation POV (and code is easier to read)<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


<br>
Also, I think it would be nice if this time I would get an answer to this mail:<br>
I already posted some of my improvements in my last &quot;String improvement&quot; email, but some of them were not applied, and I still don&#39;t know why, as I didn&#39;t get any reply.<br>
</blockquote><div><br>You mean the mail from <span id=":vh" class="g3" title="Tue, Apr 21, 2009 at 10:32 PM" alt="Tue, Apr 21, 2009 at 10:32 PM">Apr 21?</span><br><br><br>Thanks</div></div><br>