mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
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:
parent
c8b3d4e527
commit
3f3c1983c8
@ -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>
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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.
|
||||||
|
@ -284,7 +284,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Remove selected item of collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html></string>
|
<string><html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true"><</string>
|
<string notr="true"><</string>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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) ;
|
||||||
}
|
}
|
||||||
|
@ -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><b>Return to marked text</b><br><i>Ctrl+M</i></source>
|
<source><b>Return to marked text</b><br><i>Ctrl+M</i></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 'make friend' to be able to connect.</source>
|
|||||||
<source><h1><img width="24" src=":/images/64px_help.png">&nbsp;&nbsp;Notify</h1> <p>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!</p> </source>
|
<source><h1><img width="24" src=":/images/64px_help.png">&nbsp;&nbsp;Notify</h1> <p>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!</p> </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 'make friend' 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 <b>",|,/,\,&lt;,&gt;,*,?</b> will be replace
|
|||||||
<source>>></source>
|
<source>>></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source><html><head/><body><p>Remove selected item of collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html></source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source><html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html></source>
|
<source><html><head/><body><p>Make a new directory in the collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;+&gt;</span></p></body></html></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@ -11040,6 +11048,10 @@ Characters <b>",|,/,\,&lt;,&gt;,*,?</b> 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><html><head/><body><p>Remove selected item from collection.</p><p><span style=" font-style:italic; vertical-align:sub;">&lt;Del&gt;</span></p></body></html></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>
|
||||||
|
Loading…
Reference in New Issue
Block a user