Renamed new sound event from "Download ready" to "Download complete".

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5726 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-26 13:01:58 +00:00
parent 06926a64c0
commit 9ea1a7ab24
5 changed files with 22 additions and 8 deletions

View File

@ -24,10 +24,10 @@
#include <QObject>
#define SOUND_NEW_CHAT_MESSAGE "NewChatMessage"
#define SOUND_USER_ONLINE "User_go_Online"
#define SOUND_MESSAGE_ARRIVED "MessageArrived"
#define SOUND_DOWNLOAD_READY "DownloadReady"
#define SOUND_NEW_CHAT_MESSAGE "NewChatMessage"
#define SOUND_USER_ONLINE "User_go_Online"
#define SOUND_MESSAGE_ARRIVED "MessageArrived"
#define SOUND_DOWNLOAD_COMPLETE "DownloadComplete"
class SoundEvents
{

View File

@ -656,7 +656,7 @@ void NotifyQt::UpdateGUI()
}
break;
case RS_POPUP_DOWNLOAD:
soundManager->play(SOUND_DOWNLOAD_READY);
soundManager->play(SOUND_DOWNLOAD_COMPLETE);
if (popupflags & RS_POPUP_DOWNLOAD)
{

View File

@ -134,7 +134,7 @@ void SoundPage::load()
addItem(groupItem, tr("Message arrived"), SOUND_MESSAGE_ARRIVED);
groupItem = addGroup(tr("Download"));
addItem(groupItem, tr("Download ready"), SOUND_DOWNLOAD_READY);
addItem(groupItem, tr("Download complete"), SOUND_DOWNLOAD_COMPLETE);
/* add plugin events */
int pluginCount = rsPlugins->nbPlugins();

View File

@ -3453,6 +3453,13 @@ p, li { white-space: pre-wrap; }
<source>Organization</source>
<translation>Organisation</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt; font-weight:600;&quot;&gt;Friends&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ExprParamElement</name>
@ -10674,7 +10681,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished">Herunterladen</translation>
</message>
<message>
<source>Download ready</source>
<source>Download complete</source>
<translation type="unfinished"></translation>
</message>
</context>

View File

@ -3389,6 +3389,13 @@ you plug it in.</source>
<source>Organization</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt; font-weight:600;&quot;&gt;Friends&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ExprParamElement</name>
@ -10416,7 +10423,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<source>Download ready</source>
<source>Download complete</source>
<translation type="unfinished"></translation>
</message>
</context>