mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 01:16:20 -05:00
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:
parent
06926a64c0
commit
9ea1a7ab24
@ -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
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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();
|
||||
|
@ -3453,6 +3453,13 @@ p, li { white-space: pre-wrap; }
|
||||
<source>Organization</source>
|
||||
<translation>Organisation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends</span></p></body></html></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>
|
||||
|
@ -3389,6 +3389,13 @@ you plug it in.</source>
|
||||
<source>Organization</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; font-weight:600;">Friends</span></p></body></html></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>
|
||||
|
Loading…
Reference in New Issue
Block a user