Fixed some typos (patch from Henry)

Updated english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7777 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-12-22 15:44:47 +00:00
parent c8b3d4e527
commit 3f3c1983c8
9 changed files with 45 additions and 33 deletions

View File

@ -543,12 +543,12 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../gui/VOIPChatWidgetHolder.cpp" line="72"/> <location filename="../gui/VOIPChatWidgetHolder.cpp" line="83"/>
<source>Start Video Call</source> <source>Start Video Call</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../gui/VOIPChatWidgetHolder.cpp" line="86"/> <location filename="../gui/VOIPChatWidgetHolder.cpp" line="69"/>
<source>Hangup Call</source> <source>Hangup Call</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

View File

@ -809,7 +809,7 @@ void FriendsDialog::loadmypersonalstatus()
if (statustring.isEmpty()) if (statustring.isEmpty())
{ {
ui.mypersonalstatusLabel->setText(tr("Set here your Status message")); ui.mypersonalstatusLabel->setText(tr("Set your status message here."));
} }
else else
{ {

View File

@ -289,7 +289,7 @@ void QuickStartWizard::loadShare()
cb->addItem(tr("Browsable")) ; cb->addItem(tr("Browsable")) ;
cb->addItem(tr("Universal")) ; cb->addItem(tr("Universal")) ;
cb->setToolTip(tr("Decide here whether this directory is\n* Network Wide: \tanonymously shared over the network (including your friends)\n* Browsable: \tbrowsable by your friends\n* Universal: \t\tboth")) ; cb->setToolTip(tr("Please decide whether this directory is\n* Network Wide: \tanonymously shared over the network (including your friends)\n* Browsable: \tbrowsable by your friends\n* Universal: \t\tboth")) ;
// TODO // TODO
// - set combobox current value depending on what rsFiles reports. // - set combobox current value depending on what rsFiles reports.

View File

@ -284,7 +284,7 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove selected item of collection.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic; vertical-align:sub;&quot;&gt;&amp;lt;Del&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove selected item from collection.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic; vertical-align:sub;&quot;&gt;&amp;lt;Del&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string notr="true">&lt;</string> <string notr="true">&lt;</string>

View File

@ -369,7 +369,7 @@
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>Inon Size = 32x32</string> <string>Icon Size = 32x32</string>
</property> </property>
</item> </item>
</widget> </widget>

View File

@ -177,7 +177,7 @@
<item> <item>
<widget class="QPushButton" name="pushButtonDisableAll"> <widget class="QPushButton" name="pushButtonDisableAll">
<property name="toolTip"> <property name="toolTip">
<string>Disable All Toaster temporaly</string> <string>Disable All Toaster temporarily</string>
</property> </property>
<property name="text"> <property name="text">
<string>Disable All Toasters</string> <string>Disable All Toasters</string>

View File

@ -60,7 +60,7 @@
<item> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Permissions changes are not saved permanently. (TODO)</string> <string>Permission changes are not saved permanently. (TODO)</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -233,7 +233,7 @@ void GlobalRouterStatisticsWidget::updateContent()
packet_string += tr(" by ")+QString::fromStdString(cache_infos[i].local_origin.toStdString()) ; packet_string += tr(" by ")+QString::fromStdString(cache_infos[i].local_origin.toStdString()) ;
packet_string += tr(" size=")+QString::number(cache_infos[i].data_size) ; packet_string += tr(" size=")+QString::number(cache_infos[i].data_size) ;
packet_string += tr(" Status ")+status_string[cache_infos[i].status % 6] ; packet_string += tr(" Status ")+status_string[cache_infos[i].status % 6] ;
packet_string += " "+QString::number(now - cache_infos[i].time_stamp) + tr(" secs ago"); packet_string += " " + tr("%1 secs ago").arg(now - cache_infos[i].time_stamp);
tos[ QString::fromStdString(cache_infos[i].destination.toStdString()) ].push_back(packet_string) ; tos[ QString::fromStdString(cache_infos[i].destination.toStdString()) ].push_back(packet_string) ;
} }

View File

@ -504,6 +504,10 @@ p, li { white-space: pre-wrap; }
<source>Show SysTray on Status Bar</source> <source>Show SysTray on Status Bar</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Icon Size = 32x32</source>
<translation type="unfinished"></translation>
</message>
</context> </context>
<context> <context>
<name>ApplicationWindow</name> <name>ApplicationWindow</name>
@ -1485,6 +1489,14 @@ Double click lobbies to enter and chat.</source>
<source>&lt;b&gt;Return to marked text&lt;/b&gt;&lt;br&gt;&lt;i&gt;Ctrl+M&lt;/i&gt;</source> <source>&lt;b&gt;Return to marked text&lt;/b&gt;&lt;br&gt;&lt;i&gt;Ctrl+M&lt;/i&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Display Search Box</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Search Box</source>
<translation type="unfinished"></translation>
</message>
</context> </context>
<context> <context>
<name>CircleWidget</name> <name>CircleWidget</name>
@ -4539,7 +4551,7 @@ you plug it in.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<source>Set here your Status message</source> <source>Set your status message here.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
</context> </context>
@ -5079,10 +5091,6 @@ p, li { white-space: pre-wrap; }
<source> Status </source> <source> Status </source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source> secs ago</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<source>To: </source> <source>To: </source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
@ -5099,6 +5107,10 @@ p, li { white-space: pre-wrap; }
<source>Routing matrix (</source> <source>Routing matrix (</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>%1 secs ago</source>
<translation type="unfinished"></translation>
</message>
</context> </context>
<context> <context>
<name>GraphWidget</name> <name>GraphWidget</name>
@ -8934,10 +8946,6 @@ Right-click and select &apos;make friend&apos; to be able to connect.</source>
<source>&lt;h1&gt;&lt;img width=&quot;24&quot; src=&quot;:/images/64px_help.png&quot;&gt;&amp;nbsp;&amp;nbsp;Notify&lt;/h1&gt; &lt;p&gt;Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!&lt;/p&gt; </source> <source>&lt;h1&gt;&lt;img width=&quot;24&quot; src=&quot;:/images/64px_help.png&quot;&gt;&amp;nbsp;&amp;nbsp;Notify&lt;/h1&gt; &lt;p&gt;Retroshare will notify you about what happens in your network. Depending on your usage, you may want to enable or disable some of the notifications. This page is designed for that!&lt;/p&gt; </source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Disable All Toaster temporaly</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<source>Disable All Toasters</source> <source>Disable All Toasters</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
@ -8946,6 +8954,10 @@ Right-click and select &apos;make friend&apos; to be able to connect.</source>
<source>Posted</source> <source>Posted</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Disable All Toaster temporarily</source>
<translation type="unfinished"></translation>
</message>
</context> </context>
<context> <context>
<name>NotifyQt</name> <name>NotifyQt</name>
@ -10727,13 +10739,6 @@ p, li { white-space: pre-wrap; }
<source>Universal</source> <source>Universal</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Decide here whether this directory is
* Network Wide: anonymously shared over the network (including your friends)
* Browsable: browsable by your friends
* Universal: both</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<source>If checked, the share is anonymously shared to anybody.</source> <source>If checked, the share is anonymously shared to anybody.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
@ -10742,6 +10747,13 @@ p, li { white-space: pre-wrap; }
<source>If checked, the share is browsable by your friends.</source> <source>If checked, the share is browsable by your friends.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Please decide whether this directory is
* Network Wide: anonymously shared over the network (including your friends)
* Browsable: browsable by your friends
* Universal: both</source>
<translation type="unfinished"></translation>
</message>
</context> </context>
<context> <context>
<name>RSGraphWidget</name> <name>RSGraphWidget</name>
@ -10952,10 +10964,6 @@ Characters &lt;b&gt;&quot;,|,/,\,&amp;lt;,&amp;gt;,*,?&lt;/b&gt; will be replace
<source>&gt;&gt;</source> <source>&gt;&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove selected item of collection.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic; vertical-align:sub;&quot;&gt;&amp;lt;Del&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Make a new directory in the collection.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic; vertical-align:sub;&quot;&gt;&amp;lt;+&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Make a new directory in the collection.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic; vertical-align:sub;&quot;&gt;&amp;lt;+&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
@ -11040,6 +11048,10 @@ Characters &lt;b&gt;&quot;,|,/,\,&amp;lt;,&amp;gt;,*,?&lt;/b&gt; will be replace
<source>File already exists.</source> <source>File already exists.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove selected item from collection.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic; vertical-align:sub;&quot;&gt;&amp;lt;Del&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
</context> </context>
<context> <context>
<name>RsCollectionFile</name> <name>RsCollectionFile</name>
@ -11818,10 +11830,6 @@ If you have issues connecting over TOR check the TOR logs too.</source>
<source>Reset</source> <source>Reset</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Permissions changes are not saved permanently. (TODO)</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<source>Chat</source> <source>Chat</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
@ -11886,6 +11894,10 @@ If you have issues connecting over TOR check the TOR logs too.</source>
<source>Permissions</source> <source>Permissions</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<source>Permission changes are not saved permanently. (TODO)</source>
<translation type="unfinished"></translation>
</message>
</context> </context>
<context> <context>
<name>Settings</name> <name>Settings</name>