Fixed some strings

Updated english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6675 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-09-02 17:16:54 +00:00
parent f74de6242d
commit 90bac2a18e
3 changed files with 47 additions and 15 deletions

View File

@ -130,7 +130,7 @@ void MsgItem::updateItemStatic()
subjectLabel->setText(QString::fromStdWString(mi.title));
if(mi.msgflags & RS_MSG_ENCRYPTED)
msgLabel->setText(RsHtml().formatText(NULL, tr("[Encrypted message]"), RSHTML_FORMATTEXT_EMBED_SMILEYS | RSHTML_FORMATTEXT_EMBED_LINKS));
msgLabel->setText(RsHtml().formatText(NULL, QString("[%1]").arg(tr("Encrypted message")), RSHTML_FORMATTEXT_EMBED_SMILEYS | RSHTML_FORMATTEXT_EMBED_LINKS));
else
msgLabel->setText(RsHtml().formatText(NULL, QString::fromStdWString(mi.msg), RSHTML_FORMATTEXT_EMBED_SMILEYS | RSHTML_FORMATTEXT_EMBED_LINKS));

View File

@ -780,7 +780,7 @@ void NotifyQt::UpdateGUI()
if (popupflags & RS_POPUP_MSG)
{
toaster = new Toaster(new MessageToaster(std::string(), QObject::tr("Unknown title"), QObject::tr("[Encrypted message]")));
toaster = new Toaster(new MessageToaster(std::string(), tr("Unknown title"), QString("[%1]").arg(tr("Encrypted message"))));
}
break;
case RS_POPUP_MSG:
@ -934,7 +934,7 @@ void NotifyQt::testToaster(uint notifyFlags, /*RshareSettings::enumToasterPositi
switch(type)
{
case RS_POPUP_ENCRYPTED_MSG:
toaster = new Toaster(new MessageToaster(std::string(), tr("Unknown title"), tr("[Encrypted message]")));
toaster = new Toaster(new MessageToaster(std::string(), tr("Unknown title"), QString("[%1]").arg(tr("Encrypted message"))));
break;
case RS_POPUP_MSG:
toaster = new Toaster(new MessageToaster(id, title, message));

View File

@ -1396,6 +1396,14 @@ Double click lobbies to enter and chat.</source>
<source> &lt;h1&gt;&lt;img width=&quot;32&quot; src=&quot;:/images/64px_help.png&quot;&gt;&amp;nbsp;&amp;nbsp;Chat Lobbies&lt;/h1&gt; &lt;p&gt;Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.&lt;/p&gt; &lt;p&gt;A chat lobby can be public (you friends see it) or private (your friends can&apos;t see it, unless you invite them with &lt;img src=&quot;:/images/add_24x24.png&quot; width=12/&gt;). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.&lt;/p&gt; &lt;p&gt;The list at left shows chat lobbies your friends are participating into. You can either &lt;ul&gt; &lt;li&gt;Right click to create a new chat lobby&lt;/li&gt; &lt;li&gt;Double click a chat lobby to enter, chat, and show it to your friends&lt;/li&gt; &lt;/ul&gt; Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! &lt;/p&gt; </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Search Chat lobbies</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Search Name</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ChatMsgItem</name>
@ -4254,6 +4262,10 @@ p, li { white-space: pre-wrap; }
<source>GB</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>File Never Seen</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DetailsDialog</name>
@ -6728,6 +6740,14 @@ p, li { white-space: pre-wrap; }
<source>Edit Channel</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Add Channel Admins</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Select Channel Admins</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>GxsChannelPostItem</name>
@ -9223,6 +9243,10 @@ Do you want to save message ?</source>
<source>Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Encrypted message</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>NATStatus</name>
@ -9757,6 +9781,14 @@ Right-click and select &apos;make friend&apos; to be able to connect.</source>
<source>This is a test.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unknown title</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Encrypted message</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OnlineToaster</name>
@ -10390,10 +10422,6 @@ p, li { white-space: pre-wrap; }
<source>0</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>/\</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>\/</source>
<translation type="unfinished"></translation>
@ -10426,6 +10454,14 @@ p, li { white-space: pre-wrap; }
<source>Comment</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Vote Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Vote Down</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PostedListDialog</name>
@ -10465,10 +10501,6 @@ p, li { white-space: pre-wrap; }
<source>This Year</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>New Topic</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Submit Post</source>
<translation type="unfinished"></translation>
@ -10521,6 +10553,10 @@ p, li { white-space: pre-wrap; }
<source>Please create or choose a Signing Id before Voting</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Create New Topic</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PrintPreview</name>
@ -13193,10 +13229,6 @@ Try to be patient!</source>
<source>UserID</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>File Never Seen</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Expand all</source>
<translation type="unfinished"></translation>