mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Added Translation for error message on sending a file. Also included the German Version.
This commit is contained in:
parent
cd82ee9f11
commit
dfb51d7d29
|
@ -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") + ": \"" + fname + "\"", "red", QDateTime::currentDateTime());
|
||||
}
|
||||
|
||||
void ChatForm::onAvatarChange(int FriendId, const QPixmap &pic)
|
||||
|
|
5
translations/de.ts
vendored
5
translations/de.ts
vendored
|
@ -257,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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user