<br><br><div class="gmail_quote">On Sat, May 2, 2009 at 9:56 PM, Panagiotis Papadopoulos <span dir="ltr"><<a href="mailto:pano_90@gmx.net">pano_90@gmx.net</a>></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 -> JavaScript) and others are string changes in order to "ensure compliance" with the KDE Human Interface Guidelines (for example items in Combo boxes have to be written in "Book Title Case").<br>
<br>
Another thing I changed is the description of rekonq:<br>
<br>
- I18N_NOOP("KDE Browser Webkit Based");<br>
+ I18N_NOOP("Webkit Based Browser for KDE");<br>
<br>
The current desription sounds very weird to me, so I changed it to somnething more "not-so-weird-sounding" 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 "TODO remarks" to strings that currently are pretty hard to translate, without knowing the context of the string. The problem is that the strings are "separated" although they actually together form one sentence an example:<br>
<br>
QString introMessage = i18n("<qt>Enter username and password for ") +<br>
Qt::escape(reply->url().toString()) + i18n(" at ") + Qt::escape(reply->url().toString()) + "</qt>";<br>
<br>
so I added a remark like the following to it:<br>
//TODO: Please convert this string to i18n("<qt>Enter username and password for %1 at %2</qt>")<br>
<br>
I know that this is possible, but because I can't code at all, I can'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 "String improvement" email, but some of them were not applied, and I still don't know why, as I didn'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>