diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp index a97faf93c..50b455289 100644 --- a/src/widget/form/chatform.cpp +++ b/src/widget/form/chatform.cpp @@ -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) diff --git a/translations/de.ts b/translations/de.ts index 25ca913e6..6636bf5de 100644 --- a/translations/de.ts +++ b/translations/de.ts @@ -36,6 +36,11 @@ Capture device Aufnahmegerät + + + Rescan audio devices + Erneut nach Audiogeräten suchen + Video Settings @@ -252,6 +257,11 @@ Soll der Proxy ignoriert und eine direkte Internetverbindung genutzt werden?Call rejected Anruf abgewiesen + + + Failed to send file + Fehler beim Senden der Datei + Call with %1 ended. %2 @@ -594,22 +604,27 @@ Wollen Sie ein anderes probieren? Mache Tox portabel - - Show system tray + + System tray integration + Systemtray Integration + + + + Show system tray icon Im Systemtray zeigen - + Start in tray Ins Tray starten - + Close to tray Ins Tray schließen - + Minimize to tray Ins Tray minimieren @@ -1629,4 +1644,4 @@ Es wird beim Neustart von qTox installiert. Senden der Nachricht fehlgeschlagen - + \ No newline at end of file