mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branch 'pr912'
This commit is contained in:
commit
91f99762a0
|
@ -673,7 +673,7 @@ void ChatForm::onFileSendFailed(int FriendId, const QString &fname)
|
|||
if (FriendId != f->getFriendID())
|
||||
return;
|
||||
|
||||
addSystemInfoMessage("File: \"" + fname + "\" failed to send.", "red", QDateTime::currentDateTime());
|
||||
addSystemInfoMessage(tr("Failed to send file \"%1\"").arg(fname), "red", QDateTime::currentDateTime());
|
||||
}
|
||||
|
||||
void ChatForm::onAvatarChange(int FriendId, const QPixmap &pic)
|
||||
|
|
27
translations/de.ts
vendored
27
translations/de.ts
vendored
|
@ -36,6 +36,11 @@
|
|||
<source>Capture device</source>
|
||||
<translation>Aufnahmegerät</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/settings/avsettings.ui" line="95"/>
|
||||
<source>Rescan audio devices</source>
|
||||
<translation>Erneut nach Audiogeräten suchen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/settings/avsettings.ui" line="98"/>
|
||||
<source>Video Settings</source>
|
||||
|
@ -252,6 +257,11 @@ Soll der Proxy ignoriert und eine direkte Internetverbindung genutzt werden?</tr
|
|||
<source>Call rejected</source>
|
||||
<translation>Anruf abgewiesen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/chatform.cpp" line="676"/>
|
||||
<source>Failed to send file</source>
|
||||
<translation>Fehler beim Senden der Datei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/chatform.cpp" line="804"/>
|
||||
<source>Call with %1 ended. %2</source>
|
||||
|
@ -594,22 +604,27 @@ Wollen Sie ein anderes probieren?</translation>
|
|||
<translation>Mache Tox portabel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="101"/>
|
||||
<source>Show system tray</source>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="99"/>
|
||||
<source>System tray integration</source>
|
||||
<translation>Systemtray Integration</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="108"/>
|
||||
<source>Show system tray icon</source>
|
||||
<translation>Im Systemtray zeigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="114"/>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="123"/>
|
||||
<source>Start in tray</source>
|
||||
<translation>Ins Tray starten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="127"/>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="136"/>
|
||||
<source>Close to tray</source>
|
||||
<translation>Ins Tray schließen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="140"/>
|
||||
<location filename="../src/widget/form/settings/generalsettings.ui" line="149"/>
|
||||
<source>Minimize to tray</source>
|
||||
<translation>Ins Tray minimieren</translation>
|
||||
</message>
|
||||
|
@ -1629,4 +1644,4 @@ Es wird beim Neustart von qTox installiert.</translation>
|
|||
<translation>Senden der Nachricht fehlgeschlagen</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
</TS>
|
Loading…
Reference in New Issue
Block a user